blacklanternsecurity / bbot

A recursive internet scanner for hackers.
https://www.blacklanternsecurity.com/bbot/
GNU General Public License v3.0
4k stars 366 forks source link

Scan can't start (no module named baddns) #1512

Closed amiremami closed 3 days ago

amiremami commented 4 days ago

image image

liquidsec commented 4 days ago

Can you show how you are running the scan? It's complaining about you missing the baddns pip package, but I don't understand how you could get in that state.

Can you run with --force-deps first, and see if that fixes it? If not, do you see any errors when doing that?

TheTechromancer commented 4 days ago

Btw I think this only happens on 2.0. I wasn't able to reproduce it though

amiremami commented 4 days ago

Sure here you are @liquidsec

image

image

--force-deps fixed it

liquidsec commented 4 days ago

I suspect this has something to do with you using the 2.0 branch after having previously used dev. You probably need to clean our your ~/.bbot directory, I think it was confused about which pip dependencies it had already taken care of.

liquidsec commented 4 days ago

@TheTechromancer same issue as https://github.com/blacklanternsecurity/bbot/issues/1508?

amiremami commented 3 days ago

I suspect this has something to do with you using the 2.0 branch after having previously used dev. You probably need to clean our your ~/.bbot directory, I think it was confused about which pip dependencies it had already taken care of.

I had removed .bbot directory, however, I installed BBOT 2 several times and last time I used pipx reinstall bbot , maybe because of multiple installation this issue happened. Thanks : )

Update: I uninstalled everything and install again and it's ok now.