GitXplorerGitXplorer
n

next_honeypot

public
0 stars
0 forks
3 issues

Commits

List of commits on branch master.
Verified
f15229737625a2847ae803b47884802fdc1bd26a

Merge pull request #8 from ninoseki/dependabot/bundler/puma-3.12.4

nninoseki committed 5 years ago
Verified
63e2fe8b6b6148cabdcfcbdae0a7cbb0254a01b1

Merge pull request #7 from ninoseki/dependabot/bundler/rake-12.3.3

nninoseki committed 5 years ago
Verified
4b16c2b932aa07934f7e8b9ac91edcdf13a2747d

Bump puma from 3.12.3 to 3.12.4

ddependabot[bot] committed 5 years ago
Verified
99342054308b014f53f340154b44eb6e45a94d75

Bump rake from 12.3.2 to 12.3.3

ddependabot[bot] committed 5 years ago
Verified
040da09a71ecad8013a3803e7094b7e55ad29582

Merge pull request #6 from ninoseki/dependabot/bundler/puma-3.12.3

nninoseki committed 5 years ago
Verified
7b86138369d720042d02ae4f03d368e47113824b

Bump puma from 3.12.2 to 3.12.3

ddependabot[bot] committed 5 years ago

README

The README file for this repository.

next_honeypot

Build Status

NEXT honeypot built on Ruby.

Supported

  • Ubuntu 16.04 LTS and Ruby 2.6.

Installation

Deploy by Itamae

git clone https://github.com/ninoseki/next_honeypot.git
cd cpg_honey
itamae ssh -h HOST -u USER cookbooks/default.rb
itamae ssh -h HOST -u USER cookbooks/ufw.rb

Then the honeypot works as next-honeypot.service on 80/tcp and 9292/tcp.

Configuration

All the application configuration is done via /opt/next-honeypot/.env.

# Do not change this
RACK_ENV=production
# The hostname which Logstash sends the data for
LOGSTASH_HOST=localhost
# The port which Logstash sends the data for
LOGSTASH_PORT=9300
# (Optional) The token which Logstash send the data with.
LOGSTASH_TOKEN=YOUR_TOKEN