mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
goldeneye.py: refresh page (#19642)
Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com>
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user