• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Hacker changing URL string

New Here ,
Feb 04, 2008 Feb 04, 2008

Copy link to clipboard

Copied

this is frustrating-- our server is getting pounded (and so running JRUN up to 100%) with some hacker changing the URL to different things. I'm running CFMX 6.1 on Windows 2003. Here's a sample of query strings that have been changed:

Fuseaction=events&section=events&View=http%3A%2F%2Fwww.vacacionalhouse.com%2Fen%2Fimg%2Fvohe%2Fseyon%2F

Fuseaction=http%3A%2F%2Fwww.psikolojikyardim.org%2Fetkinlik%2Finclude%2Feto%2Fnixaz%2F

Fuseaction=Day&sm=2&sy=http%3A%2F%2Fwww.soeasywebsite.com%2Fsoeasycasino%2Fixu%2Fxotem%2F&sd=27&View=all&View=all&View=all&View=all

-->I've added a catch for these where it redirects them to the main page, but this doesn't seem to stop them
-->notice the ;amp;amp;amp;amp; in that last one....

None are the same IPs and hail from Russia, Portugal, etc. so I can't block the offending IP, and they're using a normal browser so I can't block by user-agent

Any ideas?


TOPICS
Advanced techniques

Views

603

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 04, 2008 Feb 04, 2008

Copy link to clipboard

Copied

This is what I do. I pass the variable twice in the url string. The first unencrypted, the second encrypted. I compare the two on the next page and if the don't match, I know I am dealing with an asshat.


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 04, 2008 Feb 04, 2008

Copy link to clipboard

Copied

quote:

Originally posted by: SilentBob'secretfusion
This is what I do. I pass the variable twice in the url string. The first unencrypted, the second encrypted. I compare the two on the next page and if the don't match, I know I am dealing with an asshat.




Great idea! (And appropriate name too)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 04, 2008 Feb 04, 2008

Copy link to clipboard

Copied

LATEST
Just remember to use the proper programming terminology when referring to this technique. It is called the asshat.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 04, 2008 Feb 04, 2008

Copy link to clipboard

Copied

I presume the encoded string is wrapped in UrlEncodedFormat( ), correct?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation