goldeneye.py: refresh page (#19642)

Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com>
This commit is contained in:
Managor
2025-11-27 15:28:46 +02:00
committed by GitHub
parent d986d43c0f
commit d46ef39321
+6 -6
View File
@@ -1,24 +1,24 @@
# goldeneye.py
> A HTTP DoS test tool.
> More information: <https://github.com/jseidl/GoldenEye>.
> More information: <https://github.com/jseidl/GoldenEye#usage>.
- Test a specific website:
`./goldeneye.py {{url}}`
`{{path/to/}}goldeneye.py {{url}}`
- Test a specific website with 100 user agents and 200 concurrent sockets:
`./goldeneye.py {{url}} --useragents 100 --sockets 200`
`{{path/to/}}goldeneye.py {{url}} {{[-u|--useragents]}} 100 {{[-s|--sockets]}} 200`
- Test a specific website without verifying the SSL certificate:
`./goldeneye.py {{url}} --nosslcheck`
`{{path/to/}}goldeneye.py {{url}} {{[-n|--nosslcheck]}}`
- Test a specific website in debug mode:
`./goldeneye.py {{url}} --debug`
`{{path/to/}}goldeneye.py {{url}} {{-d|--debug}}`
- Display help:
`./goldeneye.py --help`
`{{path/to/}}goldeneye.py {{[-h|--help]}}`