diff options
Diffstat (limited to 'dictionaries')
-rw-r--r-- | dictionaries/ftp.dict | 124 | ||||
-rw-r--r-- | dictionaries/http.dict | 2 | ||||
-rw-r--r-- | dictionaries/otf.dict | 18 |
3 files changed, 134 insertions, 10 deletions
diff --git a/dictionaries/ftp.dict b/dictionaries/ftp.dict new file mode 100644 index 00000000..2f253ac8 --- /dev/null +++ b/dictionaries/ftp.dict @@ -0,0 +1,124 @@ +# from https://github.com/antonio-morales/Fuzzing/Dictionaries/FTP/Example.dict.txt +#Parameters +#tls = {0,1,2,3} + +#Input1 +"user" +"pass" +"syst" +"acct" +"feat" +"noop" +"help" +"stat" +"stru" +"adat" +"site" + +#Input2 +"mkd" +"cwd" +"pwd" +"cdup" + +#Input3 +"port" +"list" +"mlst" +"nlst" +"mlsd" + +#Input4 +"rmd" + +#Input5 +"stor" + +#Input6 +"retr" + +#Input7 +"dele" + +#Input8 +"pasv" + +#Input9 +"epsv" + +#Input10 +"type" +"size" + +#Input11 +"mode" + +#Input12 +"rnfr" +"rnto" + +#Input13 +"appe" + +#Input14 +"allo" +"quit" + +#Input15 +"connect" + +#Input16 +"esta" +"estp" + +#Input17 +"mdtm" +"opts" +"eprt" + +#Input18 +"mfmt" +"pret" +"stou" +"rest" + + +#------------------------------------- +"\x00" +"\x0d\x0a" +"\x0d" +"\x0a" +"-" +"-a " +"-C " +"-d " +"-F " +"-l " +"-r " +"-R " +"-S " +"-t" +" " +"fuzzing" +"test" +"teste" +".txt" +"test.txt" +" UTC" +"C" +"E" +"P" +"S" +"abor" + +#ifdef WITH_TLS +"pbsz" +"auth" +"prot" +"ccc" + +#ifdef DEBUG +"xdbg" + +# ifdef WITH_DIRALIASES +"alias" diff --git a/dictionaries/http.dict b/dictionaries/http.dict index 60ed1fbf..092697d9 100644 --- a/dictionaries/http.dict +++ b/dictionaries/http.dict @@ -71,7 +71,7 @@ "Location" "Max-Forwards" "Origin" -"P3P " +"P3P" "Pragma" "Proxy-Authenticate" "Proxy-Authorization" diff --git a/dictionaries/otf.dict b/dictionaries/otf.dict index cb9cf650..b5b603e5 100644 --- a/dictionaries/otf.dict +++ b/dictionaries/otf.dict @@ -373,7 +373,7 @@ "ALT " "AMH " "ANG " -"APPH" +"APPH" "ARA " "ARG " "ARI " @@ -394,9 +394,9 @@ "BAR " "BAU " "BBC " -"BBR " +"BBR " "BCH " -"BCR " +"BCR " "BDY " "BEL " "BEM " @@ -416,7 +416,7 @@ "BLN " "BLT " "BMB " -"BML " +"BML " "BOS " "BPY " "BRE " @@ -521,7 +521,7 @@ "GAE " "GAG " "GAL " -"GAR " +"GAR " "GAW " "GEZ " "GIH " @@ -725,7 +725,7 @@ "MOK " "MOL " "MON " -"MOR " +"MOR " "MOS " "MRI " "MTH " @@ -751,7 +751,7 @@ "NEP " "NEW " "NGA " -"NGR " +"NGR " "NHC " "NIS " "NIU " @@ -930,7 +930,7 @@ "VIT " "VOL " "VRO " -"WA " +"WA " "WAG " "WAR " "WCR " @@ -949,7 +949,7 @@ "YAP " "YBA " "YCR " -"YIC " +"YIC " "YIM " "ZEA " "ZGH " |