Closed szeghybarna closed 10 years ago
It seems that it cannot open the wordlist because there's no such file (enoent
). Ensure that the path is correct or use absolute paths.
That was the point.
Next error. Seems to connection fail.
6> dirbusterl:bust("http://www.somedomain.com", [{wordlist,"wordlist.txt"},{postfix,[".html"]},parse_body]).
=ERROR REPORT==== 23-May-2014::15:22:15 ===
Error in process <0.121.0> with exit value: {{case_clause,{error,{conn_failed,{error,nxdomain}}}},[{dirbusterl_server,bust,3,[{file,"src/dirbusterl_server.erl"},{line,17}]},{dirbusterl,bust_core,3,[{file,"src/dirbusterl.erl"},{line,37}]}]}
[]
nxdomain
refers to failure during host name resolution. Can you resolve the hostname by hand (e.g. using host
or nslookup
)?
Please report separate problems as separate issues. Thx
@dnet yes, I can connect, resolve, browse that domain @v-p-b from my viewpoint, it's not a seperate problem, seems to first time user problem
Could you sniff the network traffic when browsing the domain and then trying use DirBustErl, and send them in PCAP or PCAP-NG formats to vsza at silentsignal dot hu? If you care about privacy, my PGP key is at http://vsza.hu/pgp
Problem is that the program tries to resolve the path instead of the domain.
Workaround is to put '/' at the end of the base URL:
dirbusterl:bust("http://www.silentsignal.eu/", [{wordlist,"/tmp/wordlist.txt"},{postfix,[".html"]},parse_body]).
Also this is clearly a separate bug from the initial user error that this issue was opened for...
@v-p-b Ok, the workaround solved this error. Thanks! I close this, and open a new one for the next error.
I reopen this since the issue needs to be fixed.
At first, I am THAT type of soul, so...
I got an error, as described below. I tried it on kali linux as root.