AlaBouali / bane

The "bane" Python library stands out as a robust toolkit catering to a wide spectrum of cybersecurity and networking tasks. Its versatile range of functionalities covers various aspects, including bruteforce attacks, cryptographic methods, DDoS attacks, information gathering, botnet creation and management, and CMS vulnerability scanning and more..
https://alabouali.medium.com/
MIT License
287 stars 56 forks source link

No module named orderedmultidict #5

Closed elixirop closed 3 years ago

elixirop commented 3 years ago

I installed before , but always say no module named orderedmultidict

image

image

AlaBouali commented 3 years ago

1- that's not how you use bane.. you start python interpreter then you import bane and call the functions. Don't clone and run the files !! They are not that kind of scripts. 2- when you run the command "python ddos.py", it's obvious that you are running python2.7. And when you run "pip install ..." it says that the package is installed for python3.9. So try running "python3" and then import bane and call the functions.

Have a good day.

elixirop commented 3 years ago

thanks for your answet, could you help to import bane ? I dont know how to use it , please !

AlaBouali commented 3 years ago

Read the "README.MD" file please for the details you asked for !! It is called "READ ME" for a reason :)