HTTP Fuzzer in PHP

-EDIT- IM DONE Long time no update. What have I been working on? Lots. For starters, I am coding my own HTTP fuzzer in my favorite web lang – php. Here, take a look: http://gironsec.com/code/fuzzy.html Want to see the back end code? Now that I’m done, here it is: http://gironsec.com/code/myfuz.php I’m calling it ‘Joe’s Hot […]

Bad Code and Microsoft Web Services

Microsoft gives out way too much info with its web services. simply dorking for ‘asmx’ files gives plenty of web service test pages. My favorite ones are the ones that don’t even bother to make sure you’re on localhost to return info: http://mapserv.utah.gov/WSUTSGID_FeatureAttributes/default.asmx?op=GetFeatureAttributes_wsdlTest It reminds me of the mail server I was reversing looking for […]