Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 622 Bytes

README.rst

File metadata and controls

37 lines (23 loc) · 622 Bytes

Minipot Quickstart

A simple honeypot to capture attacks such as netcat reverse shell attacks or reverse tcp shell attacks. Minipot is written in python with no dependencies. Capable of simulating a simple shell and smart smart responses.

Installation:

python3 pip install minipot

Running:

python3 -m minipot

Source Code

https://github.com/msris108/minipot

Documentation

https://pypi.org/project/minipot/

Documentation can also be found in the docs

cd docs

make html

and view the docs

Author email:

[email protected]