theaog / spirit

Spirit - Network Pentest Tools
https://t.me/spiritNPT
Other
65 stars 12 forks source link

ERRO run error exec: no command #29

Closed varza1 closed 1 year ago

varza1 commented 1 year ago

why i get this error when i do ./spirit forever ?

INFO [forever] loop... INFO [forever] remove temporary files INFO [step-1] probe open random ports 53322,41422,27022 at rate 30000 ERRO run error exec: no command

theaog commented 1 year ago

you always get it? you get it when you launch it or after some time after it runs a few hours?

are you sure you have masscan in the same folder as spirit?

varza1 commented 1 year ago

yes i have masscan in the same folder, i get that when i lunch it

theaog commented 1 year ago

that error happens when forever is unable to find or run masscan make sure your user is able to run masscan, check permissions, add +x

varza1 commented 1 year ago

lol dint work because i dint have zone.lst =)) i put it now and its working now :D

theaog commented 1 year ago

cool, I'll add an error message for that then, thank you for letting me know.