Greenwolf / Spray

A Password Spraying tool for Active Directory Credentials by Jacob Wilkin(Greenwolf)
GNU General Public License v3.0
713 stars 136 forks source link

Added sed call to normalise line endings on OWA Post data #3

Closed vortexau closed 5 years ago

vortexau commented 6 years ago

I encountered an issue where I copied the POST request from Burp into a text file, and Windows line-endings were included, causing the grep for the POST data to fail. Running dos2unix resolved this, so I added a 'sed' call to normalise the line endings in all cases.

Greenwolf commented 5 years ago

Can't believe i missed this and its been a year, so sorry! Thanks for the contribution!

Greenwolf commented 5 years ago

Added you to the readme as a contributor, thanks again!