fcavallarin / htcap

htcap is a web application scanner able to crawl single page application (SPA) recursively by intercepting ajax calls and DOM changes.
GNU General Public License v2.0
610 stars 114 forks source link

sqlmap not working #76

Closed Digiguy1 closed 4 years ago

Digiguy1 commented 4 years ago

hi your answers solve my problems in the older versions but the new one im having a problem with sqlmap i set the path to the directory where i have sqlmap but is not working can you please help me here is what im doing

def get_settings(self): return dict( request_types = "xhr,link,form,jsonp,redirect,fetch", num_threads = 5, process_timeout = 300, scanner_exe = "/hacktools/webtools/htcap/sqlmap/sqlmap.py"

but not working this is all i get

Sqlmap executable not found in $PATH

fcavallarin commented 4 years ago

fixed, you can use -x also with sqlmap