Coder Social home page Coder Social logo

go-honeypot's Introduction

go-HoneyPot

A honeypot server written in Go.

go-HoneyPot listens on specified ports for any communication. When an attacker attempts to send data on one of these ports it will log relevant details to a database.

Running go-HoneyPot

  1. git clone https://github.com/Mojachieee/go-HoneyPot
  2. cd go-HoneyPot
  3. go mod tidy
  4. go build .
  5. Create a config.json file. Formatted as follows:
{
    "tcp": {
        "ports": [
            "1220", "5777"
        ]
    }
}
  1. ./go-HoneyPot

Log Sample

$ ./go-honeypot             
Listening on tcp port: 5777
Listening on tcp port: 1220
Handle Conection received: connection
Date: 20230727141424, InIp: 127.0.0.1, InPort: 51934, DestIP: 127.0.0.1, DestPort: 5777
Received data from 127.0.0.1:51934, of length 41 data is SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.8
Handle Conection received: connection
Date: 20230727141438, InIp: 127.0.0.1, InPort: 35098, DestIP: 127.0.0.1, DestPort: 5777
2023/07/27 14:14:48 EOF

go-honeypot's People

Contributors

mojachieee avatar samkulkarni20 avatar kalbhor avatar

Watchers

 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.