mirror of
https://github.com/arnaucube/botnetCrafter.git
synced 2026-06-05 15:31:40 +02:00
No description
- Python 100%
| .gitignore | ||
| bot.png | ||
| botnetConfigEXAMPLE.json | ||
| LICENSE | ||
| main.py | ||
| README.md | ||
Botnet Crafter
(image from https://mirella-gabriele.deviantart.com )
Instructions
-
First, get geckhodriver: put geckodriver https://github.com/mozilla/geckodriver/releases
-
Then export path (not really necessary if in the code puts the path):
export PATH=$PATH:/path/to/directory/of/executable/downloaded
Or put the path in the code:
driver = webdriver.Firefox(executable_path='/path/to/directory/of/executable/downloaded/in/previous/step')
- Install Python Selenium library:
pip install selenium
- Use:
python main.py