Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average
Thread Closed 


[HC Official] ShortURLScanner - get the real URL of adfly, tinyURL and others filter_list
Author
Message
[HC Official] ShortURLScanner - get the real URL of adfly, tinyURL and others #1
ShortURLScanner

[Image: oq9agbc9.png]

You would like to see what is behind a link like http://adf.ly/ESg4z, but don't want to click on it, as you don't know where it really directs you to? You don't want to be forced to wait and see ads?
This program shows you the real target of a shortened URL or of ad-links from adfly and others (see below for supported sites).

Supports the following ad link sites:
adfly
adfoc
linkbucks

Supports at least the following URL shortener services (others might work too, just try it out):
goo.gl
dashburst.com
gg.gg
bit.ly
tinurl.com
is.gd
ow.ly
x.co
po.st
tiny.cc
mcaf.ee

Requirements: Java 1.7

Program download: http://www.multiupload.nl/GS6Y9MSCP4
Source: http://www.hackcommunity.com/Thread-Java...w-real-URL

Any problems?

The ad-link services sometimes change their source to disable programs like these. So if you encounter any links that don't work with this program, please tell me and give an example link for me to test. I will correct my program as soon as I know about this.
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]


RE: [HC Official] ShortURLScanner - get the real URL of adfly, tinyURL and others #2
Awesome Programm, been looking for something like this.
Thank you Sir.

Regards


RE: [HC Official] ShortURLScanner - get the real URL of adfly, tinyURL and others #3
OMG! This'll work adf.ly links too? I think I can make one for goo.gl , puu.sh links, and similar ones(using PHP). But adf.ly, adfoc, etc. I wonder how you did them. Was thinking of making a PHP script for this, that'd only work for goo.gl, and similar ones that do not make us wait for 5 seconds and then, make us click. I've researched about this, did you use something like "Rhino"?
[Image: 2YpkRjy.png]
PM me if you need help.
My pastebin HERE. My URL Shortener HERE.


RE: [HC Official] ShortURLScanner - get the real URL of adfly, tinyURL and others #4
(02-08-2013, 02:57 PM)The Alchemist Wrote: OMG! This'll work adf.ly links too? I think I can make one for goo.gl , puu.sh links, and similar ones(using PHP). But adf.ly, adfoc, etc. I wonder how you did them. Was thinking of making a PHP script for this, that'd only work for goo.gl, and similar ones that do not make us wait for 5 seconds and then, make us click. I've researched about this, did you use something like "Rhino"?

What is Rhino?
No, look at the source, that I published here: http://www.hackcommunity.com/Thread-Java...w-real-URL

First thing I did, was looking at the source of the website of an adfly link, i.e. I shrinked www.google.com. There you find this function for the counter in the source:

Code:
function counter() {
                        var zzz = 'http://www.google.com';

                                                _.G("skip_button").href = zzz
                        
                        
                        countdown = countdown-1;
                        if (countdown <= 5 && countdown >= 0) {
                            _.G("countdown").innerHTML = countdown + ' ' + waitmsg;
                        }
                        if (countdown == 1 && flash_loaded) {
                            if(!called_from_backup){
                                paid = true;
                                sendInt();
                            }
                        }
                        if (countdown == -1) {
                            skip_ad1 = true;
                            if(easyUrl == 'true'){
                                if(location.hash) { zzz = zzz + location.hash; }
                                _.G("skip_button").href = zzz;
                                loaded = true;
                            }
                            showSkip(loaded);
                            clearInterval(t);
                        }
                    }

As you can see var zzz is the variable that holds the target URL.
You just have to extract the value from it. I did it in Java like this:

Code:
if (line.contains("var zzz =")) {
                    return line.split("'")[1];
}

Every ad link service does it in a different way, so you have to look at all of them in order to make it work.
linkbucks made me sick, because it has so many different domains and I still don't know if I got all of them.
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]


RE: [HC Official] ShortURLScanner - get the real URL of adfly, tinyURL and others #5
Ow... You're right.. I'd always thought that the javascript was included using the <link> tags in the HTML files instead of being written in the HTML file itself... Thats why I didnt even care to look at the source of any afd.ly link... Anyways, thanks for explaining.. And good work..
[Image: 2YpkRjy.png]
PM me if you need help.
My pastebin HERE. My URL Shortener HERE.


RE: [HC Official] ShortURLScanner - get the real URL of adfly, tinyURL and others #6
Very nice will come in useful thanks
If you need help feel free to PM me
[Image: klfpJD]
Probitcoin
Freebitcoin
BTC clicks
bitcoin wallet:
1FBPAanbs3rJU9BUpobpDJc9hHUaCaC25N


RE: [HC Official] ShortURLScanner - get the real URL of adfly, tinyURL and others #7
Thanks A Lot Brother Wink I wish i could be a good programmer :/ not have good knowledge of programming but good in web designing ;D
[Image: gVaMf3E.png?1]


RE: [HC Official] ShortURLScanner - get the real URL of adfly, tinyURL and others #8
nice programe dude just add .TK also .thank you
BECOME A HACKING GOD BUT DONT THINK U ARE A GOD OTHERS ARE ALSO GOOD AS U ARE LEARN AND LEARN TILL U UNDERSTAND WHAT IT IS .. :Cool:


RE: [HC Official] ShortURLScanner - get the real URL of adfly, tinyURL and others #9
So, no more ads, awesome!!!!!:Thumbs-Up:
[Image: images?q=tbn:ANd9GcRpOtUItZgKsS-1zPXX4BO...224dCZ6Teg]


RE: [HC Official] ShortURLScanner - get the real URL of adfly, tinyURL and others #10
very nice and very helpful !:Cool:








Users browsing this thread: 1 Guest(s)