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()
Help
Please refer to our wiki for help.
Contributing
Please refer to CONTRIBUTING.md.
Contact
You can contact us through our discord server or via our email: TeamSploitberg@outlook.com. Alternatively, you can talk to people and get help in the discussions.
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.1a1.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for DrSploitberg-0.1a1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66d123a24508c7e76d1df5f813e934212c26f6ab0210bdc462848eb192e971bc |
|
MD5 | 733cc78c22953e31781ee2f9937b41bf |
|
BLAKE2b-256 | d5d8d76f6e332a5b4b9291dcdb3151c9b78560f6418f1b2bff38836e6482d803 |