Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
Added proper readme documentation
  • Loading branch information
lismore authored Jul 30, 2019
1 parent f0c36db commit 91cd76d
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# cfloodattack
A simple connection flood attack script
# Cfloodattack

A simple connection flood attack script.

## Usage

```bash
python Cfloodattack.py targetIP targetPort numberOfRequests
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

0 comments on commit 91cd76d

Please sign in to comment.