EntySec / HatSploit

Modular penetration testing platform that enables you to write, test, and execute exploit code.
https://hatsploit.com
MIT License
277 stars 62 forks source link

Unknown Python Error/Bug #95

Closed G00Dway closed 2 years ago

G00Dway commented 2 years ago

I dont know, The older versions worked cheap for me but this one gave me error like: 'Casting' object has no attribute 'is_ipv4_range'. Did you mean: 'is_port_range' I type "hsf" in terminal but it gaves me this error and exits

So, please fix this i really like the framework design/modules/etc..

Thanks!

enty8080 commented 2 years ago

@G00Dway Hi, try doing this:

pip3 uninstall pex
pip3 install git+https://github.com/EntySec/Pex

This should help.