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
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
File details
Details for the file DrSploitberg-0.1a1.tar.gz.
File metadata
- Download URL: DrSploitberg-0.1a1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68286b578237d18823f94e0af48fe5625095af57da0c2ef72d24ab2f5469709b
|
|
| MD5 |
311037a021f9005e51a20ec8cd2b48c1
|
|
| BLAKE2b-256 |
23045d909ccc3d00073909d9c6ef1aed6b9bed67eca324b4a7fe843af14d1f4b
|
File details
Details for the file DrSploitberg-0.1a1-py3-none-any.whl.
File metadata
- Download URL: DrSploitberg-0.1a1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66d123a24508c7e76d1df5f813e934212c26f6ab0210bdc462848eb192e971bc
|
|
| MD5 |
733cc78c22953e31781ee2f9937b41bf
|
|
| BLAKE2b-256 |
d5d8d76f6e332a5b4b9291dcdb3151c9b78560f6418f1b2bff38836e6482d803
|