reverse-shell-generator

command module
v0.0.0-...-c83de30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2020 License: MIT Imports: 3 Imported by: 0

README

Reverse Shell Generator

A tool to generate reverse shell code with provided host ip address and port. Useful for e.g. CTF and HackTheBox challenges.

Install

go get -u github.com/mskri/reverse-shell-generator

Usage

reverse-shell-generator --host 10.168.13.20 --port 4444

Listen to connections with e.g.

nc -vnlp 4444

Development

Build and run with

go run .

you can also pass the flags to go run .

go run . --host 127.0.0.1 --port 4444

or build binary and run it manually

go build .
./reverse-shell-generator --host 127.0.0.1 --port 4444

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL