Post Reply 
How to randomize X-Forwarded-For?
May. 10, 2012, 03:06 AM
Post: #7
RE: How to randomize X-Forwarded-For?
This routine takes several filters and lists. Let's start with the one I know.

Download and add the files in the zip in the first post of http://prxbx.com/forums/showthread.php?tid=1870 . Exit the Proxomitron, extract the zip to the Proxomitron's folder, restart the Proxomitron, witness the glory of "The Proxomitron Intro Page".

Right click on the Proxomitron's tray icon, mouseover "Load Config File", select "sidki_2011-12-22rc1".

Open the Proxomitron's main dialog, select "Headers", find the trigger filter "Proxy Spoofing by Default" and enable it by clicking on the "Out" box.

Routine's filters can be found by searching the header filters for "spoof"...

I've exported and pasted them here.

Code:
[HTTP headers]
In = FALSE
Out = FALSE
Key = "! |||||||||||| 3.1 Proxy Spoofing by Default     10.10.16 [jak sd] (o.1) (Out)"
URL = "$SET(keyword=$TST(keyword=(^*.(a_headers.|i_spoof:))(\1))\1i_spoof:1.)"

In = FALSE
Out = TRUE
Key = "Client-IP: Spoof - Scan Lists     05.01.24 (cch!) [jak sd] (d.1) (Out)"
URL = "$TST(keyword=*.(i_spoof:[12]|f_ua_gbot).*)"
Match = "($TST(uHost=(void|(|*.)$LST(Mem-SpoofVars)))|$LST(US-IPs)$LST(Via)$ADDLST(Mem-SpoofVars,$GET(uDom)\$SET(hIP=$GET(hIP))\$SET(sIip=$GET(sIip))\$SET(hVia=$GET(hVia))))"
Replace = "$GET(hIP)"

In = FALSE
Out = TRUE
Key = "Via: Spoof     05.01.24 (cch!) [jak sd] (d.1) (Out)"
URL = "$TST(keyword=*.(i_spoof:[12]|f_ua_gbot).*)"
Replace = "$GET(hVia)$SET(hVia=)"

In = FALSE
Out = TRUE
Key = "X-Forwarded-For: Spoof     05.01.24 (cch!) [jak sd] (d.1) (Out)"
URL = "$TST(keyword=*.(i_spoof:[12]|f_ua_gbot).*)"
Replace = "$GET(hIP)$SET(hIP=)"

Lists, static, are "via.ptxt" and "US-IPs.ptxt".

HTH

JJoe
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to JJoe for this post:
WAZAAAAA
Post Reply 


Messages In This Thread
How to randomize X-Forwarded-For? - WAZAAAAA - May. 06, 2012, 06:38 PM
RE: How to randomize X-Forwarded-For? - JJoe - May. 06, 2012, 10:44 PM
RE: How to randomize X-Forwarded-For? - JJoe - May. 09, 2012, 11:07 PM
RE: How to randomize X-Forwarded-For? - JJoe - May. 10, 2012 03:06 AM
RE: How to randomize X-Forwarded-For? - JJoe - May. 10, 2012, 09:39 PM
RE: How to randomize X-Forwarded-For? - JJoe - May. 11, 2012, 01:45 AM

Forum Jump: