scan4all I really use this program a lot. It was a very useful program. But I haven't been using it for a long time since it hasn't received updates. Has the development of this program ended?
SEE THE MAN PAGE (http://nmap.org/book/man.html) FOR MORE OPTIONS AND EXAMPLES
[ERR] Could not run nmap command: exit status 255
[FTL] Could not run enumeration: Could not run nmap command: exit status 255
Is the following usage correct at first? I don't want it to do a port scan.
I want the program to scan for vulnerabilities in the database and bruteforce the ports I specified.
priorityNmap=false noScan=true scan4all -l normalscan.xml -port 22,80,443 -exclude-cdn -o scan4all.txt -csv scan4al.csv -...
Thank you for your great project!
I found the checksum in scan4all-linux-checksums.txt is incorrect.
cdc1088016c0b15519710de186bd8d57f8de693049e9279f45c6f5d5993a1396 scan4all_2.8.5_linux_amd64.zip
scan4all_2.8.5_linux_amd64.zip
$ sha256sum scan4all_2.8.5_linux_amd64.zip
b34508789f73990ff11989c3be...
Hello, first of all you have made a really good tool.
I'm starting a simple scan on the application and I want to view the results in a file. But this feature never really works.
When I use it as below, it doesn't save anything in the result.txt file.
scan4all -l httpx.txt -v -o result.txt
OUTPUT:...