grahamzemel / WebHeckScanner

A hacking tool for bug bounties. Sharing and modifying is encouraged!
https://grahamzemel.com/projects/web-heck-scanner
GNU General Public License v3.0
234 stars 50 forks source link

multiple errors using the tool #8

Closed codefaztaz closed 1 year ago

codefaztaz commented 1 year ago

--COLLECTING SUBDOMAINS ~30s---- ./webHeck.sh: línea 39: req_solos/gau: no se puede ejecutar fichero binario: Formato de ejecutable incorrecto ./webHeck.sh: línea 41: kill: (38761) - No existe el proceso No subdomains found! ----RUNNING NUCLEI ~1m-10m---- ./webHeck.sh: línea 65: nuclei/nuclei: No existe el archivo o el directorio ----NO VULNERABILITIES FOUND---- ----RUNNING SQLMAP ~instant-10m---- Running heuristic test (POSITIVE if 'Completed' not displayed within 5 seconds) Completed heuristic test ----FILTERING FILETYPES ~instant---- ./webHeck.sh: línea 75: req_solos/httpx: no se puede ejecutar fichero binario: Formato de ejecutable incorrecto

grahamzemel commented 1 year ago

Hey, thanks for reaching out. You're missing certain files and executables that you haven't installed because you likely followed the documentation incorrectly. Also, I'm going to address your other issue that you opened and close this, as the other issue will likely help resolve this problem. Thanks!