0

Im using afl to fuzz this program that i find in github https://github.com/crossbowerbt/tftpserver with this command after compiling it with afl-clang-fast

afl-fuzz -i <input_directory> -o <output_directory> -t 1000 -- <path_to_tftpserv> <server_ip> <server_port>

but i wont progress and afl give me with "odd, check syntax!" that i assume that means afl cant get into code? the input that i gave to afl is

0x00, 0x01, <file name>, 0x00, netascii, 0x00

i also tried preeny to de socket the tftp server but it seems its not correct or im not using it right. im just in dead end and i need help thanks

0 Answers0