mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* linux/g*: add Korean translation * guake: fix typo * Update pages.ko/linux/genisoimage.md Co-authored-by: Chooooo <contact@choo.ooo> * linux/gnome-extensions: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
24 lines
578 B
Markdown
24 lines
578 B
Markdown
# goldeneye.py
|
|
|
|
> HTTP DoS 테스트 도구.
|
|
> 더 많은 정보: <https://github.com/jseidl/GoldenEye>.
|
|
|
|
- 특정 웹사이트를 테스트:
|
|
|
|
`./goldeneye.py {{url}}`
|
|
|
|
- 100개의 사용자 에이전트와 200개의 동시 소켓으로 특정 웹사이트를 테스트:
|
|
|
|
`./goldeneye.py {{url}} --useragents 100 --sockets 200`
|
|
|
|
- SSL 인증서를 확인하지 않고 특정 웹사이트를 테스트:
|
|
|
|
`./goldeneye.py {{url}} --nosslcheck`
|
|
|
|
- 디버그 모드로 특정 웹사이트를 테스트:
|
|
|
|
`./goldeneye.py {{url}} --debug`
|
|
|
|
- 도움말 표시:
|
|
|
|
`./goldeneye.py --help`
|