Menu

#5 respons detection

Next Major Release
open
7
2011-03-01
2011-02-25
No

Would be nice to have the option for sfuzz to wait for a response before the next section of data is sent. e.g.

wait <- 220 FTP Server ready...
send -> USER usr
wait <- 331 Password required for usr
send -> PASS pwd

I know one way around this is to send part of the data, ending the section but keeping the connection open then sending your next lot of data works. e.g

USER usr
c-
PASS pwd
SYST
QUIT

--

However its a bit ugly doing it this way and does not work 100% of the time

Discussion

  • Aaron Conole

    Aaron Conole - 2011-03-01
    • milestone: 1221348 --> Next Major Release
     
  • Aaron Conole

    Aaron Conole - 2011-03-01

    You're a mind reader - this is part of the 0.7.0 offering.

     
  • Ricky Birtles

    Ricky Birtles - 2011-03-08

    looking forward to it dude ;)

     

Log in to post a comment.