Skip to content

scp-localhost/perimeterPig

Repository files navigation

Logo

honeyPig

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
  1. About honeyPig...
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements
## About The Project

Product Name Screen Shot

...Why

Built With

Getting Started

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!)

Prerequisites

Python3 assumed?

  • sqlite3
    sudo apt-get install sqlite3
  • missing module
    sudo python3 -m pip install [whatever]

Installation

  1. Python, Firewall allows for listen ports.
  2. Clone the repo
    git clone http://192.168.0.15/scp-localhost/honeyPig.git
  3. Install sqlite packages
    sudo apt-get install sqlite3
4. Edit JS? `config.js`
 ```JS
 alert('the world needs lerts!');

Usage

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

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

scp - @scp15487477 - [email protected]

LinkedIn

Project Link: http://192.168.0.15/scp-localhost/honeyPig

Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages