Post Reply 
been away long time need some pointers
Jan. 01, 2014, 11:18 PM
Post: #10
RE: been away long time need some pointers
(Jan. 01, 2014 06:43 AM)slgar Wrote:  I don't want to spend alot of time coding. I just want to change the user agent periodically for all sites.

With sidki's set, you may be 'coding' more than you want. Regardless...

(Jan. 01, 2014 06:43 AM)slgar Wrote:  Give me an example if you can, changing the user agent for all sites to IE current version or near current.

The UA for IE10 runnig on Win7 is
Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)

Add

Code:
$SET(keyword=$GET(keyword)f_ua_§Mozilla/5%2e0 (compatible; MSIE 10%2e0; Windows NT 6%2e1; Trident/6%2e0).)(^)
~$SET(keyword=$GET(keyword)f_ua_§Mozilla/5%2e0 (compatible; MSIE 10%2e0; Windows NT 6%2e1; Trident/6%2e0).)(^)

to Exceptions-U.

(Jan. 01, 2014 06:43 AM)slgar Wrote:  When I looked that the section u mentioned for doing this I tried uncommenting one of the fake IE entries. That did NOTHING.

That should do nothing. Uncommenting is not in the instructions. Wink

Exceptions-U Wrote:## Replace dots with "%2e", e.g., to fake IE2 at foobar.com:
## foobar.com/
## $SET(0=f_ua_§Mozilla/1%2e22 (compatible; MSIE 2%2e0; Windows 95).)

The expectation was to change the UA per site but for your limited use you could just add $SET(0=f_ua_§Mozilla/5%2e0 (compatible; MSIE 10%2e0; Windows NT 6%2e1; Trident/6%2e0).) but this would limit future use.

(Jan. 01, 2014 06:43 AM)slgar Wrote:  In the original program all you had to do was enter simple text and you could make it anything you want.

It still can

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "User-Agent: IE10 Win7  (out) "
Match = "*"
Replace = "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)"

(Jan. 01, 2014 06:43 AM)slgar Wrote:  Also a number of pages are filtering user agent information, I think it relates to s challenges or other programs and denying access to people who use programs like proxomitron to change things. Is there a workaround for that?
Error reported is generally access denied based on browser signature.

I've never seen this error. I can't see your browser signature to see what the problem may be. It is possible that headers are modified after they leave your computer or your router/modem.

Via google: support.cloudflare.com/hc/en-us/articles/200170086-What-does-the-Browser-Integrity-Check-do-

cloudflare Wrote:CloudFlare's Browser Integrity Check is similar to Bad Behavior and looks for common HTTP headers abused most commonly by spammers and denies access to your page. It will also challenge visitors that do not have a user agent or a non standard user agent (also commonly used by abuse bots, crawlers or visitors).

support.cloudflare.com/hc/en-us/articles/200171806-Error-1010-The-owner-of-this-website-has-banned-your-access-based-on-your-browser-s-signature

cloudflare Wrote:A firewall, proxy, a browser plugin or extension may be throwing a false positive. Try visiting the site with a different browser as an alternative way of accessing the site.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
been away long time need some pointers - slgar - Dec. 26, 2013, 12:16 PM
RE: been away long time need some pointers - JJoe - Jan. 01, 2014 11:18 PM

Forum Jump: