Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A basic Go program imported from GFL's Gitlab. This simply simulates a web attack via logs.

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.