lazyrecon icon indicating copy to clipboard operation
lazyrecon copied to clipboard

issue with all.txt

Open ghost opened this issue 5 years ago • 3 comments

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

ghost avatar Jul 02 '19 04:07 ghost

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.)

nerrorsec avatar Jul 02 '19 06:07 nerrorsec

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

ghost avatar Jul 02 '19 06:07 ghost

./lazyrecon.sh: No such file or directory

sabeesh03 avatar Apr 29 '20 22:04 sabeesh03