Giter VIP home page Giter VIP logo

uhoneypot's Introduction

UHoneyPot

Simple Java application that listens on defined network ports and dump incoming data to files.

Upon recieving traffic, it gets logged to a logs-folder from where you have started the program in the following format:

logs/*port number*/*timestamp*.log

Installing from source

Prerequisites

In order to compile and run the program you need the following applications/environments installed:

  • Java (8+) runtime
  • Java (8+) compiler
  • Maven
  • Git

Note that only Java runtime is required to actually run the program.

Get the source

run git clone https://github.com/Ueland/UHoneyPot.git

Compiling

Go into your UHoneyPot folder and run: mvn clean install

Upon compiling a target/app.jar file will be created which is the executable jar containing the program.

Running

If you have compiled the program yourself and are on Linux, you can simply go to the UHoneyPot folder and run the run.sh file.

You can also run the program directly: java -jar app.jar

Usage examples

Via run.sh

Listen on the default Telnet port

./run.sh 21

Listen on Telnet and HTTP port

./run.sh 21 80

Listen on a range

./run.sh 21-23

Listen on multiple ranges

./run.sh 21-23 80-90 440-443

Via java

Listen on the default Telnet port

java -jar app.jar 21

Listen on Telnet and HTTP port

java -jar app.jar 21 80

Listen on a range

java -jar app.jar 21-23

Listen on multiple ranges

java -jar app.jar 21-23 80-90 440-443

uhoneypot's People

Contributors

ueland avatar

Stargazers

 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.