At my school we have a new firewall system, and its tricky, but i think the people who programmed it know very little about security which is hopefully going to help me out. its lightspeed content filtering system. when you try to go to a blocked page, you get an error message, access denied blah blah blah. well what do you know? in a fit of frustration, i decided i was going to do the whole javascript:void document editable=true injection and make myself feel better when i found something interesting:
a hidden form at the top left corner that leads to some encrypted url. so, i go to another blocked site, download the code for the access denied page, change the input from input from hidden to text and the action to an absolute reference (since im no longer in their directory).
i submit the form, which by the way the value is another encrypted subdirectory lol, another error page, error getting information from the server. a whole much of sql errors come up, and i think... hmm... what can i do with an .asp page thats returning sql errors??? 1' or '1'='1 and submit. bam, name of the config file (web.config) , the address of the router or modem, i'm not sure, and iformation on how to make changes to the config file. so far so good right? well when i try throw web.config after the blocked?alskdjfdk or whatever, i get another page that says remote access to this file is explicitly forbidden blah blah blah, and you have to be on the host computer to look at it.
when i went to the ip that it gave me, i think it was 10.0.0.14, it asked me for the admin name and pass, but i hadn't a clue how to get past here, it was windows asking for it, not the internet. i ran out of time today, but tomorrow i'm going to try the javascript:void(document.write.cookie="access=granted");alert:document.cookie; thing. if that doesnt work than i'll pretty much be out of ammo, are there any suggestions to be thrown my way? and also its an .aspx so asp injection resources? google hasn't been able to turn over this rock for me.
-- Thu Nov 18, 2010 8:10 pm --
i also tried getting medusa and hydra to run off my flash which are supposed to be able to crack admin passes from what i understand, but thats another story completely, and i'm having trouble getting them.



