peterpt / eternal_scanner

An internet scanner for exploit CVE-2017-0144 (Eternal Blue) & CVE-2017-0145 (Eternal Romance)
MIT License
318 stars 105 forks source link

Was working but not now #12

Closed antmar904 closed 5 years ago

antmar904 commented 5 years ago

This is the error that I keep getting now:

./escan: line 685: elog: command not found

Console output:

IP/IP Range : 192.168.1.1

User IP Input : 192.168.1.1

Press CTRL+C (1X ONLY) to stop the scanner

Scanner started at 14:38:44 , Please Wait ./escan: line 685: elog: command not found

Scanner stopped/finished at 14:38:44 It was not detected in 192.168.1.1 any port 445 opened.

peterpt commented 5 years ago

somehow you deleted the file "elog" from this folder "/usr/local/sbin/

write this in your terminal :

wget https://raw.githubusercontent.com/peterpt/eternal_scanner/master/elog -O /usr/local/sbin/elog

and then write chmod +x /usr/local/sbin/elog

and everything will be fine

antmar904 commented 5 years ago

Great, that worked. Thank you very much!