Royce Davis
Royce Davis
Hi, Thanks for your contribution! Before I can merge this branch I need to better understand your reasons for this code change. What exactly do you mean by "rotate through...
This functionality as I understand it is already present. Specify a password list with -P and a user list with -U and it will try all the passwords for user...
This functionality as I understand it is already present. Specify a password list with -P and a user list with -U and it will try all the passwords for user...
Ah, now I get it. So your saying right now the script tries every password for user 1 before moving on to user 2? That's not as effective as the...
Please provide an example console output. Also, what version of Burpsuite are you using? What is the XML version of the file your trying to parse? How big is it....
the script uses ruby's Nokogiri gem to parse XML. It doesn't know how to make sense of a PNG file. I should probably be requiring base64 encoded paramaters and simply...
Try changing `cfg.winrm.transport = "negotiate"` to `cfg.winrm.transport = :ssl` That is working for me