All Projects → apurvsinghgautam → HTTP-Reverse-Shell

apurvsinghgautam / HTTP-Reverse-Shell

Licence: other
An HTTP Reverse Shell in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to HTTP-Reverse-Shell

BCA-Phantom
A multi-platform HTTP(S) Reverse Shell Server and Client in Python 3
Stars: ✭ 80 (+66.67%)
Mutual labels:  reverse-shell, http-server
vscode-open-in-default-browser
Open In Default Browser
Stars: ✭ 22 (-54.17%)
Mutual labels:  http-server
smartacus-mqtt-broker
smartacus-mqtt-broker is a Java-based open source MQTT broker that fully supports MQTT 3.x .Using Netty 4.1.37
Stars: ✭ 25 (-47.92%)
Mutual labels:  http-server
snunit
Scala Native HTTP server based on NGINX Unit
Stars: ✭ 87 (+81.25%)
Mutual labels:  http-server
rs
Reverse shell auto generator used for Hackthebox/OSCP/Pentest/LABExp
Stars: ✭ 37 (-22.92%)
Mutual labels:  reverse-shell
tor-rootkit
A Python 3 standalone Windows 10 / Linux Rootkit using Tor.
Stars: ✭ 142 (+195.83%)
Mutual labels:  reverse-shell
sheret
A tiny, simple static file web server.
Stars: ✭ 45 (-6.25%)
Mutual labels:  http-server
routy
Routy is a lightweight high performance HTTP request router for Racket
Stars: ✭ 20 (-58.33%)
Mutual labels:  http-server
k0otkit
k0otkit is a universal post-penetration technique which could be used in penetrations against Kubernetes clusters.
Stars: ✭ 217 (+352.08%)
Mutual labels:  reverse-shell
python-simple-http-server
A super light way HTTP server written by python, support websocket and coroutine.
Stars: ✭ 26 (-45.83%)
Mutual labels:  http-server
minimal-http-server
Basic http server
Stars: ✭ 26 (-45.83%)
Mutual labels:  http-server
yams
YAMS: Awesome MIPS Server
Stars: ✭ 17 (-64.58%)
Mutual labels:  http-server
trolo
trolo - an easy to use script for generating Payloads that bypasses antivirus
Stars: ✭ 45 (-6.25%)
Mutual labels:  reverse-shell
reverse shell nasm
No description or website provided.
Stars: ✭ 15 (-68.75%)
Mutual labels:  reverse-shell
GodSpeed
Fast and intuitive manager for multiple reverse shells
Stars: ✭ 75 (+56.25%)
Mutual labels:  reverse-shell
b23.wtf
Remove tracing parameters from b23.tv/*.
Stars: ✭ 85 (+77.08%)
Mutual labels:  http-server
go-import-server
HTTP server for canonical "go get" import path
Stars: ✭ 29 (-39.58%)
Mutual labels:  http-server
SQLiteQueryServer
Bulk query SQLite database over the network
Stars: ✭ 48 (+0%)
Mutual labels:  http-server
rawhttp
HTTP library to make it easy to deal with raw HTTP.
Stars: ✭ 156 (+225%)
Mutual labels:  http-server
fastglue
Fastglue is an opinionated, bare bones wrapper that glues together fasthttp and fasthttprouter to act as a micro HTTP framework.
Stars: ✭ 71 (+47.92%)
Mutual labels:  http-server

HTTP-Reverse-Shell

https://img.shields.io/github/stars/apurvsinghgautam/HTTP-Reverse-Shell https://img.shields.io/github/forks/apurvsinghgautam/HTTP-Reverse-Shell

forthebadge

A reverse shell over HTTP (dodges deep packet inspection). Using Python 3 and no external dependencies needed.

Prerequisites

  • Python 3 (on both the attacker and the target machine

Usage

  1. Change ATTACKER_IP to the actual IP of the attacker on client.py
  2. Change ATTACKER_PORT on both client.py and server.py (or you can just use the default)
  3. Transfer client.py to the target machine
  4. Run server.py on the attacker machine
python3 server.py
  1. Run client.py on the target machine
python3 client.py
  1. Connection will be established
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].