Skip to content

Reverse shell in C language for linux with a basic level of persistency

Notifications You must be signed in to change notification settings

junkeira13/persistent-reverse-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Persistent Reverse Shell

About

This is a malware prototype written in C with a version for Linux and Windows. It tries to open a reverse shell in multiple ways according to system utils.

  • Linux and Windows version.
  • Runs in the background.
  • Has a basic level of persistency.

Linux

It gets somewhat persitent throw cronjobs, systemctl services and by backdooring ~/.bashrc file

Compile with:

gcc main.c -o rev_shell

Windows

Coming soon...

Enjoy the code and give suggestions.

About

Reverse shell in C language for linux with a basic level of persistency

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages