Skip to content

Commit e682447

Browse files
Jordan BrownJordan Brown
Jordan Brown
authored and
Jordan Brown
committed
added Null representations for double encoding, format string %* and octal representations of localhost
1 parent ecb0850 commit e682447

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.DS_Store

attack/control-chars/NullByteRepresentations.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,11 @@ u"\u0000"
5454
%FE%80%80%80%80%80%80
5555

5656
57+
%2500
58+
%252500
59+
%25252500
60+
%25%30%30
61+
\x%30%30
62+
%%30%30
63+
%25%2530%2530
64+

attack/format-strings/format-strings.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,14 @@ ppppp%x
5555
ppppp%n
5656
%@
5757
%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@
58+
%*
59+
%*p
60+
%*x
61+
%*s
62+
%*S
63+
%*$*
64+
%*$*p
65+
%*$*x
66+
%*$*s
67+
%*$*S
68+

attack/ip/localhost.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@
1111
7F000001
1212
7F000002
1313
localhost
14+
0177.1
15+
0177.2
16+
0177.0.1
17+
0177.0.2
18+
017700000001
19+
017700000002
20+
0x7F000001
21+
0x7F000002
22+
0X07f.0.0.1

0 commit comments

Comments
 (0)