How to install PUPY RAT (Remote Administration Tool) in Kali Linux
PUPY RAT
PUPY RAT commands
1:- git clone
2:- cd pupy
3:- git submodule init
4:- git submodule update
5:- pip install -r pupy/requirements.txt
6:- wget
tar xvf payload_templates.txz && mv payload_templates/* pupy/payload_templates/ && rm payload_templates.txz && rm -r payload_templates
If an error occurs during installation of requirements use following commands
1:- pip install python3-xlib
2:- sudo apt-get install scrot
3:- sudo apt-get install python3-tk
4:- sudo apt-get install python3-dev
5:- pip install pyautogui
OR Download
===============================================================
Blog:
Facebook :
Twitter:
Nguồn:https://ftlinuxcourse.com/
Xem Thêm Bài Viết Khác:https://ftlinuxcourse.com/lap-trinh-linux
Comments
not work
Do I need to install any of the python shit if I don’t get any errors?
It Works . Thank you man .