jonluca / Anubis

Subdomain enumeration and information gathering tool
https://jonlu.ca/anubis/
MIT License
1.19k stars 151 forks source link

sublist3r api is no longer available #93

Closed SharpSeeErEPlace closed 6 months ago

SharpSeeErEPlace commented 6 months ago

Please follow the general troubleshooting steps first:

Bug reports:

Make sure you include the following:

The default scan for anubis includes searching sublist3r but gives an error: Exception when searching sublist3r. Looking at the code:

results = requests.get('https://api.sublist3r.com/search.php', headers=headers, params=params)

It's calling to api.sublist3r.com, but the sublist3r.com domain name is now owned by some random domain parking company (pinging it resolves to lb01.parklogic.com).

I would suggest removing sublist3r as a resolution tool in Anubis.

P.S. Fantastic tool! Thanks so much!

jonluca commented 6 months ago

Thanks for the report! Will remove sublister as a source in the next update

jonluca commented 6 months ago

Fixed in v1.2.0