Skip to main content

Dr.Sploitberg is a library of tools to aide with ethical hacking.

Project description

Dr.Sploitberg

Tests PyPi Test Upload PyPi Upload

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

MIT

Project details


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)

Uploaded Source

Built Distribution

DrSploitberg-0.1a1-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page