Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamemann/go-web-attack-log-simulation
A basic Go program imported from GFL's Gitlab. This simply simulates a web attack via logs.
https://github.com/gamemann/go-web-attack-log-simulation
attack ddos dos go golang http log simulation web
Last synced: 19 days ago
JSON representation
A basic Go program imported from GFL's Gitlab. This simply simulates a web attack via logs.
- Host: GitHub
- URL: https://github.com/gamemann/go-web-attack-log-simulation
- Owner: gamemann
- Created: 2020-05-10T17:40:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T17:54:43.000Z (over 4 years ago)
- Last Synced: 2024-10-11T02:25:05.649Z (about 1 month ago)
- Topics: attack, ddos, dos, go, golang, http, log, simulation, web
- Language: Go
- Homepage: https://moddingcommunity.com/
- Size: 1000 Bytes
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Attack Log Simulation
## Description
A basic program made in Go to simulate a web attack via logs. I did this to test some Linux commands I could use for when I am getting attacked by thousands of malicious sources (DDoS) and it's hammering PHP FPM.## Program's Parameters/Arguments
* 1 - The file path to append lines to.
* 2 - The amount of lines to write up to until the program closes.
* 3 - The amount of time between each write (in milliseconds).
Example:
```
/home/roy/go_build_fakeAttack_linux /var/log/fake_attack.log 90000 50
```## Credits
* [Christian Deacon](https://www.linkedin.com/in/christian-deacon-902042186/) - Creator.