knassar702 / scant3r

ScanT3r - Module based Bug Bounty Automation Tool ( use Lotus instead github.com/bugBlocker/lotus )
https://scant3r.knas.me/
GNU General Public License v3.0
682 stars 149 forks source link

NOt working #42

Closed jakre1234 closed 2 years ago

jakre1234 commented 2 years ago

I don't know what's the issue, but the scanner doesn't seem to work at all. Every time I tried doing some scan, it starts throws 2-3 errors and then some [CVE_2014_6271] and then stops. I ma attaching the snapshot below : echo "http://testphp.vulnweb.com/search.php?test=query"|./scant3r.py


__ _ / /|_ / / / / `/ \/ // </ /
( ) // // / / / / // / /
/
/_/\,
// //_/____//

[!] Coded by: Khaled Nassar @knassar702 [!] Version: 0.8#Beta

[INFO][2021-10-22,11:56:51] scant3r -> Run modules.python.xss [INFO][2021-10-22,11:56:51] scant3r -> Run modules.python.xss_param [INFO][2021-10-22,11:56:51] scant3r -> Run modules.python.sqli [INFO][2021-10-22,11:56:51] scant3r -> Run modules.python.rce [INFO][2021-10-22,11:56:51] scant3r -> Run modules.python.injheaders [INFO][2021-10-22,11:56:51] scant3r -> Run modules.python.cve [INFO][2021-10-22,11:56:51] scant3r -> Run modules.python.firebase [INFO][2021-10-22,11:56:51] scant3r -> Run modules.python.secrets [INFO][2021-10-22,11:56:51] scant3r -> Run modules.python.ssrf [INFO][2021-10-22,11:56:51] scant3r -> Run modules.python.ssti [ERROR][2021-10-22,11:56:51] data -> url_encoder() missing 1 required positional argument: 'data' [ERROR][2021-10-22,11:56:51] requester -> Failed to parse: [] [ERROR][2021-10-22,11:56:51] data -> url_encoder() missing 1 required positional argument: 'data' [INFO][2021-10-22,11:56:52] CVE_2014_6271 -> send the payload with 125 timeout value

jakre1234 commented 2 years ago

Anyone there??

knassar702 commented 2 years ago

hi @jakre1234 , this error because of xss_param module you can remove it from conf/main_scan.yaml file i'll take a look at this bug give me 1-5 minutes for fix it

knassar702 commented 2 years ago

hey @jakre1234 , run git pull for fix the problem

regards

jakre1234 commented 2 years ago

Thanks, let me try and test it