Bogues data being sent
Brought to you by:
aconole
I have noticed some odd data being sent when I was working on a new ftp fuzz script. Extra chars that are not part of my config file are being sent. Bellow is my config file and attached is a wireshark capture of the data being sent:
# Simple Fuzz template file
literal=string
sequence=A
seqstep=10
reqwait=250
maxseqlen=100
#include=filename.txt
!CRLF=0d 0a
lineterm=CRLF
endcfg
USER usr
PASS FUZZ
SYST
QUIT
--
ok its not letting me add the pcap. Near the end of the pcap you see the data that is being sent is:
USER usr
PASS AAAAAAAAAA
SYST
QUIT
.F.F.F.F.
I'm looking into this. Try with the latest git version, as I've put in some memory fixes.
Seems to be fixed. I will do some more testing today just to confirm