tools icon indicating copy to clipboard operation
tools copied to clipboard

ftp-fuzz.py "endless loop"

Open nrathaus opened this issue 1 year ago • 0 comments

Please notice that in ftp-fuzz.py, your += that advances your buffer is inside the try..except, meaning that the buffer will not advance if an exception occurs (for example the server disconnects you because of an invalid command)

It makes sense to put the += of buffer outside the try..except

nrathaus avatar Feb 19 '24 07:02 nrathaus