Compare commits
4 commits
fix/simpli
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
e06eda5e18 | ||
|
7250e1744f | ||
|
c63c41ef3d | ||
|
6bad62b00f |
1 changed files with 51 additions and 0 deletions
51
README.md
51
README.md
|
@ -1 +1,52 @@
|
||||||
|
|
||||||
# Simple DDoS
|
# Simple DDoS
|
||||||
|
|
||||||
|
A simple proof of concept DDoS script written in Python.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/w/twhite96/ddos-script?style=for-the-badge&logo=github&logoColor=%23fff&labelColor=%23000&color=%23fff)
|
||||||
|
![GitHub followers](https://img.shields.io/github/followers/twhite96?style=for-the-badge&logo=github&logoColor=%23fff&labelColor=%23000&color=%23fff)
|
||||||
|
|
||||||
|
![Keybase PGP](https://img.shields.io/keybase/pgp/0x8c?style=for-the-badge&logo=keybase&labelColor=%23000&color=%2344AD42)
|
||||||
|
![Mastodon Follow](https://img.shields.io/mastodon/follow/110494047736700791?domain=https%3A%2F%2Finfosec.exchange&style=for-the-badge&labelColor=%23000&color=%2344ad42)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Acknowledgements
|
||||||
|
|
||||||
|
- [Craig Lang](https://www.linkedin.com/in/craiglang42/): for his valuable pairing sessions
|
||||||
|
- [Tae'Lur Alexis's Port Scanner](https://github.com/cyberbarbie/cute-little-port-scanner): looking at the code helped me quit spinning my wheels with over-engineering
|
||||||
|
|
||||||
|
|
||||||
|
## Usage/Examples
|
||||||
|
|
||||||
|
To use:
|
||||||
|
|
||||||
|
Clone the repo:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ git clone https://github.com/twhite96/ddos-script.git
|
||||||
|
```
|
||||||
|
|
||||||
|
then cd into the `src` directory...
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ cd src
|
||||||
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ python3 ddos.py <hostname> <port>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## FAQ
|
||||||
|
|
||||||
|
#### Well it didn't work!
|
||||||
|
|
||||||
|
I know. You'd need to feed more bytes into the `randbytes(4000)` method, as I am only sending 4kb. This is a v1 of a proof of concept.
|
||||||
|
|
||||||
|
#### Where the hell are the tests??
|
||||||
|
|
||||||
|
Soon, young Padawan.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue