Skip to content

average-joe44/Python-PoC-RAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT

This is a python-based Remote Access Trojan(RAT)

  • With functions such as

    Download/Upload file command

    Keylogging

    screen share/shot

    camera streaming/snap

    persistence (maintaining access)

    mic recording, and keystroke

    program execution

  • The required modules for the server(attacker):

    pyaudio

    cv2

  • The required modules for the client(target):

    cv2

    pyautogui

    pynput

    mss

    numpy

NOTE

This RAT is only a PoC project, this still has alot of Errors and won't work if you run the client on different computers unless you did a tunneling or a port forwarding.
If you wanna run the client-side in exe file, you can use pyinstaller for the CLI version, and auto-py-to-exe for the GUI version.

pip install pyinstaller

for CLI version or

pip install auto-py-to-exe

for GUI version

SETUP

Server machine(listener)

python attacker.py

Target machine

python target.py

WARNING ⚠

  • DETECTION ⚠

High network usage

High cpu usage

Unknown process pops up in task manager

High ram usage

Netstat cmd command

VirusTotal

Strange Behaviour

Heuristic detection

Registry

Strange text file

Hash

etc.

I don't take any responsibility if anyone has this installed on someone computer.

About

Python RAT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages