Low interaction listener and port scan logger...visualization and web reporting (and management)
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
...Why
HoneyPig is meant to run with minimal effort and resources. It is written mostly in Python3 and should run in ~Debian like environments without fuss.:smile:
Each instance of honeyPig can be set to listen to only one port or they can be ~spawned to look for their own place in the list. It will bootstrap its own db but needs a data dir in PWD (this is for your own good!)
Python3 assumed?
- sqlite3
sudo apt-get install sqlite3
- missing module
sudo python3 -m pip install [whatever]
- Python, Firewall allows for listen ports.
- Clone the repo
git clone http://192.168.0.15/scp-localhost/honeyPig.git
- Install sqlite packages
sudo apt-get install sqlite3
4. Edit JS? `config.js`
```JS
alert('the world needs lerts!');
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
scp - @scp15487477 - [email protected]
Project Link: http://192.168.0.15/scp-localhost/honeyPig