[GET] Jumbastic track

AndyRichter

Registered Member
Mar 11, 2012
68
10
hi all,

we share our little track server, that shows some interesting header information about your visitors.

visit
Code:
http://jumbastic.com/track.html
and click the button and you will retrieve the visitor information of the track.html site, to get an idea.

How to use this:

Just place this script at the bottom of your website before the last closing body tag:
Code:
<script>
    function createiframe(){
        var url =document.URL;
        var referrer1 = document.referrer;
        var iframesrc= 'http://54.245.29.83:1337/?url='+url+'&ref='+referrer1;
            
        var zNode  = document.createElement ('iframe');
        zNode.setAttribute ('sandbox', '');
        zNode.setAttribute ('src', iframesrc);
        zNode.setAttribute ('style', 'width:1px; height:1px; visibility:hidden');
        document.body.appendChild (zNode);}
    createiframe();
</script>
<noscript>
    <iframe  sandbox="" style="width:1px; height:1px; visibility:hidden" src="http://54.245.29.83:1337/?url=http://yourdomain/yoursite.html" ></iframe>
</noscript>
like this:

Code:
<!DOCTYPE html>
<html>
<head>
    <title></title>
</head>
<body>
<script>
    function createiframe(){
        var url =document.URL;
        var referrer1 = document.referrer;
        var iframesrc= 'http://54.245.29.83:1337/?url='+url+'&ref='+referrer1;
            
        var zNode  = document.createElement ('iframe');
        zNode.setAttribute ('sandbox', '');
        zNode.setAttribute ('src', iframesrc);
        zNode.setAttribute ('style', 'width:1px; height:1px; visibility:hidden');
        document.body.appendChild (zNode);}
    createiframe();
</script>
<noscript>
    <iframe  sandbox="" style="width:1px; height:1px; visibility:hidden" src="http://54.245.29.83:1337/?url=http://yourdomain/yoursite.html" ></iframe>
</noscript>
</body>
</html>

then replace
Code:
http://yourdomain/yoursite.html
with the exact url of your website. Then your visitors get tracked and you can get the information by entering your url here:
Code:
http://jumbastic.com/track.html
.
When you look up the data, make sure you enter the exact url string, that you get, when you make a copy in your navigation bar of your browser.

It won't be up forever and we have to switch the server in a few weeks and all stored visitor data will be deleted, as we don't plan to move the database. So this is just for fun and for a short time.
 
Last edited:
hey DaQuark

we show:

user-agentacceptaccept-languageaccept-encodingrefererdntconnectionipdate time

check it out yourself and visit
Code:
http://jumbastic.com/track.html
and enter for example:
Code:
 http://jumbastic.com/track.html
then you can see the guy from Stuttgart just came in with this user agent:
Code:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14
 
this is what I call BS. include this crap in your website and some nice beautiful day, he decide to CS your visitors to dead :)) Good luck!
 
@youngguy as you can see the iframes are fully sandboxed, so it is safe. It's not meant for your main business anyways. It's a fun project.
You can for example make a site called Michael Obama with one picture and the iframe. Then spam some newssites with the hyperlink as a comment and watch them visitors coming in.
 
I just don't understand how this can be funny or useful. That's why I'm asking what's the point of it.
Everyone can use free hit counter to get this information(request headers) + some more stats.

And just because I don't want to look like I'm jamming with you, here's an idea. Make a heatmap tool. Now this will be pretty useful :)
 
Last edited:
Make a heatmap tool. Now this will be pretty useful :)
Yes this would be very useful. We just made this little track tool and thought it's fun to share here. Btw other track tools online require registration and are not so lightweight to use.
 
ok , we made some minor changes:

the
Code:
http://jumbastic.com/track.html
site isn't tracked anymore, so you can use it without revealing your ip to the public here. Check out the new default. The corresponding lounge thread is understandably gone. But you can still see how many BHW members were interested in this highly valuable content :)
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock