nahamsec / lazyrecon

This script is intended to automate your reconnaissance process in an organized fashion
1.9k stars 569 forks source link

issue with all.txt #17

Open ghost opened 5 years ago

ghost commented 5 years ago

hey nahamsec love the tool having a issue on where to put the all.txt wordlist i am getting this issue

Error sending: Operation not permitted Starting Massdns Subdomain discovery this may take a while Traceback (most recent call last): File "/root/massdns/scripts/subbrute.py", line 8, in for lines in open(sys.argv[1]): IOError: [Errno 2] No such file or directory: './all.txt'

i dont know where am supposed to put the all.txt wordlist

nerrorsec commented 5 years ago

In line 117 replace ./all.txt with /root/all.txt and place the all.txt in your root. Or you can just place all.txt file with root folder (No need to change the code.)

ghost commented 5 years ago

allright idk why i was going to subbrute.py instead of lazyrecon.sh been a long day i fixed the issue thanks nErrorDreamer

sabeesh03 commented 4 years ago

./lazyrecon.sh: No such file or directory