Penetration testing tool
Project description
description: >- Bot-Net is one of the most useful, powerful and complete offensive penetration testing tool
Bot-Net
Offensive penetration testing tool (Open Source)
Bot-Net provides easy ways to execute many kinds of information gatherings and attacks.
- Fully Open Source
- Written in Python
- Continuously updated and extended
Features
- Localhost Web GUI
- Sniffing
- Website crawling
- Web page parsing
- SQL injection
- Injected database management
- Brute force attacks
- Cluster between other Bot-Nets
- Multiple asynchronous requests
- Multiple targets management
- Useful CTF features
  PyPI installation
sudo pip3 install Bot-Net
Run
- GUI:
Bot-Net -g - Command line:
Bot-Net <arguments>
Debug
- Run django (examples):
Bot-Net --django runserverBot-Net --django helpBot-Net --django "help createsuperuser"
Project layout
[root]
|
|-- app/ # Main application package
| |
| |-- arguments/ # User input arguments parser (100%)
| |
| |-- attack/ # Attack modality package (0%)
| |-- defense/ # Defense modality package (0%)
| |
| |-- gui/ # Graphical User Interface package (100%)
| |
| |-- helpers/ # Helper methods package (100%)
| |
| |-- managers/ # Managers package
| | |
| | |-- cluster/ # Cluster managers package (0%)
| | |-- crypto/ # Encryption managers package (70%)
| | |-- injection/ # Injection managers package (60%)
| | |-- parser/ # Parser managers package (100%)
| | |-- request/ # Request managers package (70%)
| | |-- sniffer/ # Sniffer managers package (95%)
| |
| |-- services/ # Services package
| | |
| | |-- logger.py # Logger service (100%)
| | |-- multitask.py # MultiTask service (100%)
| | |-- serializer.py # PickleSerializer and JsonSerializer serivces (100%)
| |
| |-- storage/ # Storage directory
| |
| |-- env.py # Environment variables management
|
|-- .env # Environment variables
|
|-- Bot-Net.py # Main executable
Links
Authors
- [Abhay Chaudhary]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bot_net-1.0.tar.gz
(62.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
bot_net-1.0-py3-none-any.whl
(103.7 kB
view details)
File details
Details for the file bot_net-1.0.tar.gz.
File metadata
- Download URL: bot_net-1.0.tar.gz
- Upload date:
- Size: 62.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c89ea5c95dab06a910780ee5bd4fc68711edb7698f399a8b3debb857b94f03a
|
|
| MD5 |
e9e8a5ce41421b90b08ea9750b496e4b
|
|
| BLAKE2b-256 |
bb3e5bed09be57c3abcf02e1abd14ad22b7c62da349cd4215314002d1de839f5
|
File details
Details for the file bot_net-1.0-py3-none-any.whl.
File metadata
- Download URL: bot_net-1.0-py3-none-any.whl
- Upload date:
- Size: 103.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64d8788b775f144b8540d66a74b0d6a7bdde65732c280b66d0a679bee98cf36d
|
|
| MD5 |
89bcfb7890302d7f7533464d687c07d0
|
|
| BLAKE2b-256 |
ef2e7fdc45660fd54dfe73674ccf187afc5bf897a4736d5d7657bc90cab75560
|