Forum Moderators: open
Do any of you know how I decloak a site, I
dont want to use IP Spoofing (read: dont know
how to do it)
I have heard of a PERL script that could
decloak sites, if you have heard of this, I
would very much like to hear from you.
Regards
Henning Madsen
So does this mean that you want to go after other companies stuff? Hmm,,, takes guts. Go for it.
Some advice, though:
If you go after a lot of urls, in rapid succession, you will get caught, and possibly recieve an email regarding what you were doing...
If you just want to get at the information behind the cloaked pages, simply check out the other threads in this forum. I think we've already covered a lot of ground on this, especially given the google options you have...
Spoof an HTTP_USER_AGENT, and that will get you through some filters. Which means you don't need to try and spoof an ip.
Short of that, to really get by a filter based on REMOTE_ADDR, you need to be either from that address or spoofing, which is thoroughly illegal.
And if you're paranoid about others getting your hard worked templates, etc. don't be. Anybody can get at your strategy without the templates, and since things are now based more on themes, individual pages don't matter so much.
There are perl scripts that can change your user agent, there is a book from O'Reily called, "Learning Perl." At one point it talks about creating a client with perl, and tells you how to specify your user agent.
Another option, if you just want to appear to be a spider, is to set up a page, and call yourself a "search engine in process" and tell people "the activity you detected on your server was from out bot, and we are putting together a search engine based on 4th generation technology." That would fool some people, and you don't need to mask IP that way.
Hope this helps...I think I might surf your site a little...;)
Cheers,
Han Solo
Say, on a side note, have any of you seen someone come at you with HTTP_REMOTE_ADDR? I've been hit with it a couple of times. It is more useless than UA spoofing. It is kind of an entertaining attempt at IP spoofing by throwing up an IP address in the header information. If IP spoofing were that simple we all would be doing it.
Cheers,
Han Solo
Yes, Mitnick went to jail for hacking - his basic method of gaining entry was IP spoofing (from what I've read).
There are lots of article on IP spoofing out there. Just do a quick search on any SE and you'll have lots of reading to do. ;)