2025-03-14 21:59:59 -06:00
|
|
|
# goldeneye.py
|
|
|
|
|
|
|
|
|
|
> A HTTP DoS test tool.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://github.com/jseidl/GoldenEye#usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Test a specific website:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`{{path/to/}}goldeneye.py {{url}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Test a specific website with 100 user agents and 200 concurrent sockets:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`{{path/to/}}goldeneye.py {{url}} {{[-u|--useragents]}} 100 {{[-s|--sockets]}} 200`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Test a specific website without verifying the SSL certificate:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`{{path/to/}}goldeneye.py {{url}} {{[-n|--nosslcheck]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Test a specific website in debug mode:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`{{path/to/}}goldeneye.py {{url}} {{-d|--debug}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`{{path/to/}}goldeneye.py {{[-h|--help]}}`
|