Home »
Hacking
,
News
» OpenRedireX - Asynchronous Open Redirect Fuzzer For Humans
OpenRedireX - Asynchronous Open Redirect Fuzzer For Humans
A Fuzzer For OpenRedirect Issues.
Key Features :
- Takes a url or list of urls and fuzzes them for Open redirect issues
- You can specify your own payloads in 'payloads.txt'
- Shows Location header history (if any)
- Fast (as it is Asynchronous)
- umm thats it , nothing much !
Usage :
Note : Use Python 3.7+ !
$ git clone https://github.com/devanshbatham/OpenRedireX
$ cd OpenRedireX
$ python3 -m venv env
$ source env/bin/activate
Note : The "FUZZ" is important and the url must be in double qoutes !
$ python3.7 openredirex.py -u "https://vulnerable.com/?url=FUZZ" -p payloads.txt --keyword FUZZ
For single URL :
$ python3.7 openredirex.py -u "https://vulnerable.com/?url=FUZZ" -p payloads.txt --keyword FUZZ
For List of URLs :
$ python3.7 openredirex.py -l urls.txt -p payloads.txt --keyword FUZZ
Example :
Credits :
Thanks mate @NullPxl
Related Posts:
Bpytop - Linux/OSX/FreeBSD Resource Monitor
Bpytop - Linux/OSX/FreeBSD Resource Monitor
atOptions = {
'key' : '33ea9ed70b11fbe3ee1a6089175c1b75',
'format' : 'iframe',
'height' : 250,
'width' : 300,
'params' : {}
};
document.write('');
Resource mon… Read More
Microsoft Patch Tuesday, Sept. 2020 Edition
Microsoft Patch Tuesday, Sept. 2020 EditionMicrosoft today released updates to remedy nearly 130 security vulnerabilities in its Windows operating system and supported software. None of the flaws are kno… Read More
Browsertunnel - Surreptitiously Exfiltrate Data From The Browser Over DNS
Browsertunnel - Surreptitiously Exfiltrate Data From The Browser Over DNSBrowsertunnel is a tool for exfiltrating data from the browser using the DNS protocol. It achieves this by abusing dns-prefetch, a feature intende… Read More
Microsoft Releases September 2020 Security Patches For 129 Flaws
Microsoft Releases September 2020 Security Patches For 129 Flaws
atOptions = {
'key' : '33ea9ed70b11fbe3ee1a6089175c1b75',
'format' : 'iframe',
'height' : 250,
'width' : 300,
'params' : {}
};
document.write… Read More
Japan, France, New Zealand Warn Of Sudden Uptick In Emotet Trojan Attacks
Japan, France, New Zealand Warn Of Sudden Uptick In Emotet Trojan Attacks
atOptions = {
'key' : '33ea9ed70b11fbe3ee1a6089175c1b75',
'format' : 'iframe',
'height' : 250,
'width' : 300,
'params' : {}
};
docum… Read More
';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
0 comments:
Post a Comment