Skip to content

therealcoiffeur/Pollen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pollen

Description

Pollen is a honeypot deployable with docker (used to log HTTPS/HTTP requests paths and SSH credentials).

  • SSH: SSH server listening on port 65422
  • HTTS: Custom HTTP server listening on port 65443
  • HTTP: Custom HTTP server listening on port 65480

Build

To build the docker image run the following command:

$ ./build.sh

or this one:

$ docker build -t pollen .

Run

To run the docker container run the following command:

$ ./start.sh

or this one:

$ docker run -p 66:66 -p 80:80 2301:2301 ... -v $(pwd)/log:/app/log -d -it -t pollen

Results

The requested paths are stored in files:

  • log/http_server.log
  • log/https_server.log

The credentials used to authenticate users via SSH are stored in file:

  • log/ssh_server.log

About

Pollen is a honeypot deployable with docker.

Resources

Stars

Watchers

Forks

Contributors