How do I decrypt hidden links?
Page 1 of 1
Freakness
Banned



Posts: 3583

PostPosted: Tue, 29th Nov 2011 02:15    Post subject: How do I decrypt hidden links?
How do I decrypt hidden links? For example:



decrypted:


<a style="background-image: url(&quot;http://website.com/c9/bfc4ww3daa561.jpg&quot;);" href="/details/view/123456.html?ref=pakibink-opened" class="image" title="_title_" target="_blank"></a>






encrypted:





<div class="3d900fc9c03fefc402a43dd462b4b3fe">
<div class="teasePhoto100">
<div class="teasePhotoInner">
<a href="#" onclick="Games.showFace('VtPVV4%2Bno2sD1eHMGf2IE4XbAggK5gh41RGoBYqdtLTiz4HoSyo%2B9vkeGjfypQZ1OaV9%2FOCuLZoDUCYe1viZYg%3D%3D', '3d900fc9c03fefc402a43dd462b4b3fe', 10, 1); return false;">
<img src="/hidden_user.jpg"/>


On some websites it is easy to see, because its hidden is the sourcecode, but on most websites it is encrypted. Help me out. :)
Back to top
Spazmotic
VIP Member



Posts: 3107

PostPosted: Tue, 29th Nov 2011 02:18    Post subject:
It will vary depending upon the site. If you know the site and know the encryption method it will not be hard, but if they are salting the encryptions you will not stand much of a chance without some kind of rainbow table. You would need A-Za-z.(period)
Back to top
PumpAction
[Schmadmin]



Posts: 26759

PostPosted: Tue, 29th Nov 2011 02:19    Post subject:
You are mixing things up. There are no decrypted or encrypted links at all in any of your post Smile

The second anchor calls a javascript function. If you want to know what happens there, inspect the code and find the calles function (showFace).

If you meant escaped url's like this
Code:
http%3A//www.nfohump.com/forum/posting.php%3Fmode%3Deditpost%26p%3D1717467

, these are just escaped urls. You can unescape them by simply opening the javascript console of your browser (I think it's control+K on Firefox and on Chrome it's shift+control+K) or in opera just enter the following code in the adress bar and press enter
Code:
javascript:alert(unescape('http%3A//www.nfohump.com/forum/posting.php%3Fmode%3Deditpost%26p%3D1717467'));


The result should be
Code:
http://www.nfohump.com/forum/posting.php?mode=editpost&p=1717467


Smile
Back to top
Freakness
Banned



Posts: 3583

PostPosted: Tue, 29th Nov 2011 15:46    Post subject:
Well, its not encypted probably, but the website has two user IDs. Normal ID and other ID. So in order to see normal ID, I have to pay money and then the website gives out normal ID with link. So I need to bypass the "money" part. Very Happy Another example from another site:
locked
<div class="fl2" style="float: left; width: 61px; height: 61px; margin-right: 8px; margin-bottom: 8px; cursor: pointer;" userid='4989808772844923870349244498580482018425'><img src="http://img.website.com/images/question_closedphoto.png" /></div>
<div style="clear: both;"></div>

unlocked
<div class="ui-photo-user" style="display: block; float: left; position: relative; width: 59px; height: 59px; margin-right: 8px; margin-bottom: 8px; border: solid 1px #bfd3ee;">
<a style="display: block; position: absolute; top: 0px; left: 0px; overlay: hidden; width: 59px; height: 59px; background: url('http://img.website.com/nuotraukos/mazos/50/500860frltdb.jpg') 0px 0px no-repeat;"userid='1040582783830673211539727110161526854344' href="http://500660.website.com" target="_blank" title="Laura, 20 m.">
Back to top
PumpAction
[Schmadmin]



Posts: 26759

PostPosted: Tue, 29th Nov 2011 15:53    Post subject:
without knowing what happens behind the curtains or what type of standard mechanism has been used to encrypt the page, you won't get around ^_^


=> NFOrce GIF plugin <= - Ryzen 3800X, 16GB DDR4-3200, Sapphire 5700XT Pulse
Back to top
Freakness
Banned



Posts: 3583

PostPosted: Tue, 29th Nov 2011 16:15    Post subject:
So perhaps it is possible to fake virtual money on the website or is it server side only?
Back to top
Page 1 of 1 All times are GMT + 1 Hour
NFOHump.com Forum Index - Programmers Corner
Signature/Avatar nuking: none (can be changed in your profile)  


Display posts from previous:   

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group