Dr.Sploitberg is a library of tools to aide with ethical hacking.
Project description
Dr.Sploitberg
Dr.Sploitberg is a library of tools to aide with ethical hacking.
Installation
Install using pip:
pip install DrSploitberg
Or you can install using the wheel file located here:
pip install dir/to/wheel/file.whl
Example
import DrSploitberg
dos = DrSploitberg.attack.DoS(targetIP='127.0.0.1', targetPort=80, threadNum=25)
dos.start()
try:
while True:
print(dos.getInfo())
except KeyboardInterrupt:
dos.stop()
Contributing
Please refer to CONTRIBUTING.md.
Contact
You can contact us through our discord server or via our email: TeamSploitberg@outlook.com.
License
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
DrSploitberg-0.1a0.tar.gz
(4.2 kB
view hashes)
Built Distribution
Close
Hashes for DrSploitberg-0.1a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a338b9eebcd2f329d1d1b0719b816e1039ef91ff9676611f24c01b28844f8c8 |
|
MD5 | b62b99678c56ef4a2d10e5c9e384cb89 |
|
BLAKE2b-256 | 6630b8d67c3c119687ce8bbc059001b16d1a8a1620579688cd4dbff762376b04 |