All Projects → ihebski → rs

ihebski / rs

Licence: other
Reverse shell auto generator used for Hackthebox/OSCP/Pentest/LABExp

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to rs

shellback
Reverse shell generator
Stars: ✭ 22 (-40.54%)
Mutual labels:  reverse-shell, pentestmonkey, oscp-tools
penelope
Penelope Shell Handler
Stars: ✭ 291 (+686.49%)
Mutual labels:  reverse-shell
Betterbackdoor
A backdoor with a multitude of features.
Stars: ✭ 195 (+427.03%)
Mutual labels:  reverse-shell
rsGen
rsGen is a Reverse Shell Payload Generator for hacking.
Stars: ✭ 71 (+91.89%)
Mutual labels:  reverse-shell
Xsshell
An XSS reverse shell framework
Stars: ✭ 251 (+578.38%)
Mutual labels:  reverse-shell
Mis-Comandos-Linux
📋 Lista descrita de mis 💯 comandos favoritos ⭐ en GNU/Linux 💻
Stars: ✭ 28 (-24.32%)
Mutual labels:  reverse-shell
Hrshell
HRShell is an HTTPS/HTTP reverse shell built with flask. It is an advanced C2 server with many features & capabilities.
Stars: ✭ 193 (+421.62%)
Mutual labels:  reverse-shell
redshellguide
python script allow red teaming , hackthebox Pwners , OSCP lovers to shorten their time by these useful shells
Stars: ✭ 32 (-13.51%)
Mutual labels:  hackthebox
LAZYPARIAH
A tool for generating reverse shell payloads on the fly.
Stars: ✭ 121 (+227.03%)
Mutual labels:  reverse-shell
writeups
Writeups for vulnerable machines.
Stars: ✭ 110 (+197.3%)
Mutual labels:  hackthebox
easy-shell
A pure Python script to easily get a reverse shell
Stars: ✭ 48 (+29.73%)
Mutual labels:  reverse-shell
Rspet
RSPET (Reverse Shell and Post Exploitation Tool) is a Python based reverse shell equipped with functionalities that assist in a post exploitation scenario.
Stars: ✭ 251 (+578.38%)
Mutual labels:  reverse-shell
ToRat client
This is the ToRat client, a part of the ToRat Project.
Stars: ✭ 29 (-21.62%)
Mutual labels:  reverse-shell
Rsh
generate reverse shell from CLI for linux and Windows.
Stars: ✭ 233 (+529.73%)
Mutual labels:  reverse-shell
machinescli
This tool provides commandline access for https://www.hackthebox.eu, https://tryhackme.com/ and https://www.vulnhub.com/ machines.
Stars: ✭ 34 (-8.11%)
Mutual labels:  hackthebox
Lonely Shell
poc https reverse shell
Stars: ✭ 193 (+421.62%)
Mutual labels:  reverse-shell
Reverse-Shell-Client
The reverse shell client is a Python based alternative for a netcat reverse shell listener
Stars: ✭ 19 (-48.65%)
Mutual labels:  reverse-shell
reverse shell nasm
No description or website provided.
Stars: ✭ 15 (-59.46%)
Mutual labels:  reverse-shell
EzpzShell
Collection Of Reverse Shell that can easily generate using Python3
Stars: ✭ 46 (+24.32%)
Mutual labels:  reverse-shell
OSCP-BoF
This is a walkthrough about understanding the #BoF machine present in the #OSCP exam.
Stars: ✭ 53 (+43.24%)
Mutual labels:  oscp-tools

RS

Getting reverse shells with your IP has never been easier. How easy? ls easy! It's a fast way to read the default tun0 ip address, get the full list of Reverse Shell payloads,and listen using netcat on a port to get a shell back. Being used mainly for Hackthebox machines.

What did I changed?

Todo:

Let me know if you need to add new features, error handling, payloads or other funny messages.

screen_1

How to use:

Setup listening port only (the tool will read the VPN address on tun0 interface )

It's a must to install rlwrap for readline support. You'll thank me for that ;)

python3 rs.py 1234

IP & Port

python3 rs.py 127.0.0.1 1234

Advanced usage:

Follow the instructions bellow and get ready for some 0wn4g3

nano /bin/rs
#!/bin/bash
python3 /home/tools/rs/rs.py $1 $2
chmod +x /bin/rs

And finally:

rs 1234

Or

rs 127.0.0.1 1234
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].