Closed vysecurity closed 7 years ago
I opened an issue on the repo of the library I use for domain parsing, let's wait and hope for a fix, otherwise I'll just implement my own version ;)
yes i noticed this @evilsocket, for eg: if i gave input as -domain test.site.com
it will scan for site.com
only and i supposed it will scan for low level subdomain of test.site.com
, may be the same reason, it's looking for TLD only to scan.
sorry, the above comment is meant for dnssearch .
Well dnssearch is basically the XRAY prototype/poc, they share the same bugs :D
yeah i see XRAY == dnssearch + shodan data for output of dnssearch with UI
@evilsocket you can include censys.io data as well for more result may be!
mmm yeah, plus a more banner grabbers (the info is not from Shodan) ... regarding censys, I can't find anything that Shodan already doesn't give me ... actually, I'll implement a nmap wrapper at some point so people without a Shodan key can use the tool as well.
Also @madaratech please, don't go off topic, Github Issues != Forum Board
Fixed:
Use go get -u github.com/bobesa/go-domain-util/domainutil to update
That links dead...
That's not "a link", but a Go repo, the "go get -u ..." command works fine ;)
So I updated, built again and did it again. .co.za still doesn't work hmm.
did u recompile xray?
Yes, so: go get -u github.com/bobesa/go-domain-util/domainutil make get_glide make install_dependencies make build
mv build/xray . ./xray .... commands
same for me @vysec I confirm it.
It works perfectly fine for me after updating the library and recompiling:
@evilsocket after testing in another clean enviroment is working...strange. What about @vysec ?
did you try to rm -rf vendor before make build again?
Hmmm ok. but as I have mention previously it work in my new devEnviroment, so you can mark this issue as closed. Thanks @evilsocket
When using .co.za domain, it thinks za is the TLD and co is the domain...