Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    mwb1234's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    460
    Reputation
    7
    Thanks
    65

    [RELEASE]KeyLogger

    First I will show you how to send KeyStrokes just for fun. Credits to Un-Known, I forgot sorry

    KeyLogger is for EDUCATIONAL Purposes only. I take no responsibility if you hack SOMEONE ELSE'S COMPUTER TO KEYLOG THEM. I AM NOT HELD ACCOUNTABLE IN A COURT OF LAW FOR YOUR /FAIL

    [php]
    void GenerateKey(int vk, BOOL bExtended) {

    KEYBDINPUT kb = {0};
    INPUT Input = {0};

    /* Generate a "key down" */
    if (bExtended) { kb.dwFlags = KEYEVENTF_EXTENDEDKEY; }
    kb.wVk = vk;
    Input.type = INPUT_KEYBOARD;
    Input.ki = kb;
    SendInput(1, &Input, sizeof(Input));

    /* Generate a "key up" */
    ZeroMemory(&kb, sizeof(KEYBDINPUT));
    ZeroMemory(&Input, sizeof(INPUT));
    kb.dwFlags = KEYEVENTF_KEYUP;
    if (bExtended) { kb.dwFlags |= KEYEVENTF_EXTENDEDKEY; }
    kb.wVk = vk;
    Input.type = INPUT_KEYBOARD;
    Input.ki = kb;
    SendInput(1, &Input, sizeof(Input));

    return;
    }
    [/php]

    Now the keylogger will be downloadable in description along with sourcecode. I was really bored so you know, whatever works . Gonna put up virus scan in 1 minute.

    Virus Total
    File KeyLogger.rar received on 2010.06.05 15:03:00 (UTC)
    Current status: Loading ... queued waiting scanning finished NOT FOUND STOPPED
    Result: 0/41 (0%)
    https://www.virustotal.com/analisis/d...bef-1275750180
    Last edited by mwb1234; 06-05-2010 at 02:01 PM.

  2. #2
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Oh shit.

    Did you know that this is not allowed?
    -Rest in peace leechers-

    Your PM box is 100% full.

  3. The Following User Says Thank You to Zoom For This Useful Post:

    pjrat111 (06-05-2010)

  4. #3
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by hejsan View Post
    Oh shit.

    Did you know that this is not allowed?
    yea.. its against rules dude.. <.<
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  5. The Following User Says Thank You to 'Bruno For This Useful Post:

    pjrat111 (06-05-2010)

  6. #4
    reymon90's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    202
    Reputation
    10
    Thanks
    11
    My Mood
    Aggressive
    Ah cool,i nevered maded a keylogger before,so this gives me an example...mmm....what to use it for -.-"

  7. #5
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    In any hacking website, Releasing such source is not allowed.

    It is damn easy to code, But we don't want dumb CopyPastas to put together some bits of code and trap little kidos because of dumb people~
    Love You All~

  8. #6
    mwb1234's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    460
    Reputation
    7
    Thanks
    65
    Quote Originally Posted by Melodia View Post
    In any hacking website, Releasing such source is not allowed.

    It is damn easy to code, But we don't want dumb CopyPastas to put together some bits of code and trap little kidos because of dumb people~
    I'm sorry. I'll remove and give anyone with 500+ post or a trusted member through pm. /request close

  9. #7
    Stifmeister's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    3,172
    Reputation
    70
    Thanks
    183
    My Mood
    Innocent
    Actually i disagree.
    It's pretty damn easy to google "how to make a keylogger".
    But that'd take time and 1 post choobs who want to hack others don't have that time or knowledge/
    [IMG]https://images.encyclopediadramatic*****m/images/3/35/Lotr_meme.gif[/IMG]




    Previous names
    -darknezzrox
    -Subpoena














    [IMG]https://images.encyclopediadramatic*****m/images/5/57/Pedobear_a.gif[/IMG]

  10. #8
    ArhkXi's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    405
    Reputation
    12
    Thanks
    18
    My Mood
    Innocent
    Nothin' worth banning over not like this was anything sophisticated enough for anyone (i.e real people who know what computer security is) to show any degree of concern over.
    ~
    =l I thought I was gonna get lucky and be able to leech some subversion technique from an actual keylogger source.
    Last edited by ArhkXi; 06-05-2010 at 03:29 PM.

  11. #9
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    Quote Originally Posted by ArhkXi View Post
    Nothin' worth banning over not like this was anything sophisticated enough for anyone (i.e real people who know what computer security is) to show any degree of concern over.
    ~
    =l I thought I was gonna get lucky and be able to leech some subversion technique from an actual keylogger source.
    Could teach you a cute way to hook them so AV's don't cry too much, But these are nasty things. And nasty things are not good for Hacking Communities.
    Love You All~

  12. #10
    ArhkXi's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    405
    Reputation
    12
    Thanks
    18
    My Mood
    Innocent
    Quote Originally Posted by Melodia View Post
    Could teach you a cute way to hook them so AV's don't cry too much, But these are nasty things. And nasty things are not good for Hacking Communities.
    're stubbornness is no match for my cuteness >:O
    ~

  13. #11
    Lakshay's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    www.MPGH.net // General // Crossfire
    Posts
    4,544
    Reputation
    335
    Thanks
    1,102
    My Mood
    Angelic
    Illegal Source-Code Dude. /

  14. The Following User Says Thank You to Lakshay For This Useful Post:

    LakshayBackup (06-05-2010)

  15. #12
    schim's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My chair
    Posts
    367
    Reputation
    10
    Thanks
    115
    My Mood
    Twisted
    Quote Originally Posted by ArhkXi View Post
    Nothin' worth banning over not like this was anything sophisticated enough for anyone (i.e real people who know what computer security is) to show any degree of concern over.
    ~
    =l I thought I was gonna get lucky and be able to leech some subversion technique from an actual keylogger source.
    If you want some subversion techniques you should search for: "subverting the windows kernel"
    Books.google has a free copy

  16. #13
    mwb1234's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    460
    Reputation
    7
    Thanks
    65
    Quote Originally Posted by lakshay{Gay} View Post
    Illegal Source-Code Dude. /
    LOL you obviously don't know illegal. I use this technique to monitor the use of MY computer. I put a warning so should shut the fuck up /yea

    Quote Originally Posted by ArhkXi View Post
    Nothin' worth banning over not like this was anything sophisticated enough for anyone (i.e real people who know what computer security is) to show any degree of concern over.
    ~
    =l I thought I was gonna get lucky and be able to leech some subversion technique from an actual keylogger source.
    I have that also

  17. #14
    Arhk's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Engineering
    Posts
    3,618
    Reputation
    35
    Thanks
    217
    My Mood
    Amused
    Quote Originally Posted by schim View Post
    If you want some subversion techniques you should search for: "subverting the windows kernel"
    Books.google has a free copy
    Please do not refer me to theoretical texts when I was obvious referring to getting some actual Source.
    ~
    "If the world hates you, keep in mind that it hated me first." John 15:18

  18. #15
    schim's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My chair
    Posts
    367
    Reputation
    10
    Thanks
    115
    My Mood
    Twisted
    Quote Originally Posted by Arhk View Post


    Please do not refer me to theoretical texts when I was obvious referring to getting some actual Source.
    ~
    There is actual source (C) source included in the book

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] How to make a keylogger
    By HazedUp in forum General Hacking
    Replies: 97
    Last Post: 08-30-2015, 08:00 AM
  2. [Release]Easy Keylogger 2.0
    By House in forum General Hacking
    Replies: 18
    Last Post: 02-17-2011, 02:04 PM
  3. The Keylogger just released DELETED
    By 2blake in forum CrossFire Tutorials
    Replies: 59
    Last Post: 07-29-2010, 10:33 AM
  4. [Release] Keylogger v1.0
    By Bart551 in forum Visual Basic Programming
    Replies: 12
    Last Post: 11-11-2009, 11:54 PM
  5. [Release] My first crappy keylogger!
    By JIGS4W in forum Visual Basic Programming
    Replies: 8
    Last Post: 10-06-2009, 07:31 PM