https://github.com/ryleeharrison/stealth-loris
StealthLoris is a more advanced modern SlowLoris Dos Attack with detection evasion for modern web servers (Express, Node.js, etc).
https://github.com/ryleeharrison/stealth-loris
denial-of-service dos-attack polymorphic polymorphic-attack slowloris slowloris-attack
Last synced: 28 days ago
JSON representation
StealthLoris is a more advanced modern SlowLoris Dos Attack with detection evasion for modern web servers (Express, Node.js, etc).
- Host: GitHub
- URL: https://github.com/ryleeharrison/stealth-loris
- Owner: RyLeeHarrison
- License: mit
- Created: 2025-03-26T21:07:00.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-26T21:21:32.000Z (about 1 month ago)
- Last Synced: 2025-03-26T22:25:18.245Z (about 1 month ago)
- Topics: denial-of-service, dos-attack, polymorphic, polymorphic-attack, slowloris, slowloris-attack
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stealth-loris
StealthLoris is a more advanced modern [SlowLoris](https://www.cloudflare.com/learning/ddos/ddos-attack-tools/slowloris/) Dos Attack with detection evasion for modern web servers (Express, Node.js, etc).### Usage
```bash
git clone https://github.com/ryleeharrison/stealth-loris.git
cd stealth-loris
npm install
node --experimental-modules --experimental-import-meta-resolve Example/Simple.mjs
```