1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/goldeneye.py.md
코드싸이 7598cffb1a
guake: fix typo, linux/g*: add Korean translation (#14704)
* 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>
2024-11-11 12:04:46 +09:00

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`