Skip to content
/ Pydoor Public

A simple backdoor/reverse_shell program built w/ Socket

Notifications You must be signed in to change notification settings

Abthon/Pydoor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pydoor

A Simple backdoor/reverse shell program built in Python

Instalation :

$ git clone https://github.com/Abthon/Pydoor.git

Requirements :

sudo pip install -r requirements.txt

Features

  • Executing all linux commands (eg: ifconfig, ls, cd, pwd, & many more)
  • encrypt diractory level files
  • Get systemInfo of the victim machine
  • see a list of all background processes
  • Kill process by name
  • shutdown,logout & restart a victim machine
  • Upload files to target(victim) machine
  • Download files from the target(victim) machine

Command Usage

  1. shutdown [ usage ] -> shutdown
  2. restart [ usage ] -> restart
  3. logout [ usage ] -> logout
  4. download [ usage ] -> download + fileName
  5. upload [ usage ] -> upload + fileName
  6. kill [ usage ] -> kill chromium -> kill + processName
  7. bgps [ usage ] -> bgps --> for listing all background processes
  8. sysinfo [ usage ] -> sysinfo --> for getting system's info
  9. exit [ usage ] -> exit --> for safely exiting the program
  10. encrypt [ usage ] -> encrypt --> Commnd for encrypting directory level files

Contact :

  • Email : walelignabenezer@gmail.com

Disclaimer

  • This program is to be used for educational purpose only. I take no responsibility or liability for own personal use.

About

A simple backdoor/reverse_shell program built w/ Socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages