Giter VIP home page Giter VIP logo

liquidhoney's Introduction

LiquidHoney

A small, fluid, low-interaction honeypot designed to spoof banners across thousands of ports.

Features

  • Parsing and spoofing based on nmap's nmap-service-probes file format.
  • Support for ssl-wrapped protocols (See create-cert.sh)
  • Hourly log rollover
  • Support for UDP and TCP based protocols
  • Works passively, can be used for recon/capturing in addition to being a honeypot
  • Does not require root after setup

Note:
While LiquidHoney will attempt to register iptables rules redirecting ports to itself, you may need to do this manually if iptables is not present or is not usable.

Setup

Setup is relatively simple. You will need Python 3 and pip installed to run this application.

  1. Install nmap-service-probes. This file is under a different license (https://nmap.org/book/man-legal.html). Either of these options will work:
  2. pip install -r requirements.txt
  3. ./create-cert.sh to generate an SSL certificate
  4. Set up the iptables rules using sudo python3 liquid_honey.py --create-rules
  5. Run the server with python3 liquid_honey.py
  6. Watch the logs roll in!

Note: By default, LiquidHoney drops packets sent to the listen port from non-internal addresses, however it is highly recommended that you block external traffic to that port (11337 by default).

Configuration

LiquidHoney can be configured in more depth using the config.yml file. There are descriptions of the options in the default config.

liquidhoney's People

Contributors

plazmaz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.