«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

www.ManiaLab.com

shellshock-scanner 본문

1.Sec_Util.Tools

shellshock-scanner

HaiDong 2015. 1. 17. 15:44

# shellshock-scanner, 150117

 

URL: https://github.com/gry/shellshock-scanner

 

Ex)
$ python shellshock_scanner.py host_list.txt cgi_list_example.txt
Scanning 6 hosts with 28 CGIs using 20 Threads
Attacks chosen: [1, 2]. Exploit payload: () { _; } >_[$($())] { command; }
1.1.1.1/cgi-bin-sdb/printenv - sleep test - False - 0.0
1.1.1.1/cgi-bin-sdb/printenv - ping test - False - 0.0156002044678
1.1.1.1/cgi-mod/index.cgi - sleep test - False - 0.0
1.1.1.1/cgi-mod/index.cgi - ping test - False - 0.0155999660492
... 중략 ...


If a 100K lines CSV is a bit Long, you can search quickly for Vulnerable lines with the command: $ grep '^[^,],[^,],True'  

Comments