寻找隐藏参数的利器
这里主要讲解的是运用arjun来寻找一些隐藏的参数,地址如下
https://github.com/s0md3v/Arjun
安装很简单:
pip3 install arjun这里讲一些比较重要的参数:
-m => Method (GET,POST,PUT)
-w => For custom wordlist
— passive => Collect params apart from wordlist(wayback, commoncrawl etc)
-t => Increase total number of threads(To increase the processing speed of the tool)-u => To Specify the URL
这里做个测试:
arjun -u http://testphp.vulnweb.com/artists.php -m GET
https://github.com/s0md3v/Arjun/wiki/Usage#scan-a-single-url
https://hacktivator.medium.com/bug-bounty-find-hidden-parameters-ea219b01e7ca