evilsocket / xray

XRay is a tool for recon, mapping and OSINT gathering from public networks.
GNU General Public License v3.0
2.19k stars 297 forks source link

wordlists/default.lst: no such file or directory #10

Closed Mehran closed 7 years ago

Mehran commented 7 years ago
____  ___
\   \/  /
 \     RAY v 1.0.0b
 /    by Simone 'evilsocket' Margaritelli
/___/\  \
      \_/

@ Saving session to mydomain.co-xray-session.json
panic: open wordlists/default.lst: no such file or directory

goroutine 1 [running]:
main.main()
        /root/work/src/github.com/evilsocket/xray/cmd/xray/main.go:173 +0xc9e
root@xray:~/work/src/github.com/evilsocket/xray/build# cd ..
root@xray:~/work/src/github.com/evilsocket/xray# ls wordlists/
all.lst  default.lst  top1mil-20000.lst  top1mil-5000.lst  top1mil.lst
root@xray:~/work/src/github.com/evilsocket/xray# 
evilsocket commented 7 years ago

you're running it from the build folder, which means you should use ../wordlists/default.lst ...