PenIn (Information gathering and penetration testing framework) is a collection of tools to perform various tasks of an assessment.
One requirements is that you have Python 3 installed.
$ pip3 install -r requirements.txt
$ pip3 install setup.pyAll available commands are grouped. to execute.
$ penin --helpSome commands require elevated permission. Those are only working if executed as root.
$ sudo bin/penin --helpAt the current state there is no documentation beside the README available.
Included is a basic Dockerfile for building and distributing PenIn,
and can be built with the included make helper:
$ make docker
$ docker run -it penin --helpThis requires that you have docker installed.
penin is licensed under the Apache Software License 2.0.