• This repository has been archived on 09/Jul/2022
  • Stars
    star
    200
  • Rank 195,325 (Top 4 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created about 5 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple Remote Access Trojan Tool

PyShell Tool

Remote Access Trojan - RAT

Screen Shot

simplescreenrecorder.mp4

Tool Features

  • Upload And Download Files
  • Execute os Command
  • Get Victim Address
  • openfile in victim device
  • open url in Victim Browser
  • print message in Victim terminal
  • see who is up on the victim network
  • Take screenshot from victim device

install Pyshell (Linux)

$ git clone https://github.com/khalednassar702/Pyshell
$ cd Pyshell
$ ./Pyshell

Payload Requirements

  • Pyscreenshot
  • Requests
  • Nmap

install Payload Requirements

$ sudo pip2 install pyscreenshot
$ sudo pip2 install python-nmap
$ sudo pip2 install requests