ASProxywing Tweaking

39 views
Skip to first unread message

Tomide Oluseesin

unread,
Dec 19, 2015, 1:57:57 AM12/19/15
to ASProxyWing
can ASProxywing be tweaked with my isp to access free internet just like Http tunnel and India web proxy. For instance, my isp allows me to access "facebook.com" but i pay to visit any other web site apart form this.
so through reverse proxy, http request header modification e.t.c i am able to visit other fooling the server that i am visiting facebook.com
 I hope you understand what i mean.

salarsoft

unread,
Jun 17, 2016, 2:40:58 AM6/17/16
to ASProxyWing
Do you have any technical details how you have achieved this? I mean what headers are used, etc.

Tomide Oluseesin

unread,
Jun 23, 2016, 3:06:27 AM6/23/16
to ASProxyWing
Thanks for replying to my post. Yes, i do have the technical details of how i can achieve it. E.g: for instance, my ISP is vunelrable to HOST HEADER attack. so just by doing and HTTP header replacement, i can send send an arbitrary HTTP REQUEST and fetch the response i desire.
For instance: Say i can access a freesite on my ISP say "www.freesite.com"
 1) I can do a reverse proxy attack say i want to visit "google.com". I set "google.com" as my local browser proxy and visit "www.freesite.com" in my browser and i will be redirected to "google.com". Or even set my local browser proxy as a webProxy like "torproxy.com" so that i can visit every other site 2ru torproxy.

2) I can do an HOST replacement injection by filtering my http request header.
e.g GET http://www.google.com HTTP/1.0
      HOST: www.freesite.com

i hope you understand my examples. That is basically the technicality that follows though. I hope to hear from you soon. Thanks.

salarsoft

unread,
Jun 24, 2016, 12:26:39 AM6/24/16
to ASProxyWing
What you want to do is easily possible using Fiddler.
Using fiddler you can alter headers the way you want, you just have to write a small script for it. If script didn't do, you can write extensions.

Reply all
Reply to author
Forward
0 new messages