diff options
author | hexcoder- <heiko@hexco.de> | 2020-06-15 16:30:41 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-06-15 16:30:41 +0200 |
commit | af8d4d49ede0e4b3baab98f9b17505646859832a (patch) | |
tree | 1d9f8ae27c2e76052da873c1fb49bc3ace9b668c | |
parent | dc002b4b3544d79d846723b445549400935aca64 (diff) | |
download | afl++-af8d4d49ede0e4b3baab98f9b17505646859832a.tar.gz |
add new dictionary from antonio-morales ftp fuzzing
-rw-r--r-- | dictionaries/ftp.dict | 124 |
1 files changed, 124 insertions, 0 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" |