Git Product home page Git Product logo

honeyssh's Introduction

HoneySSH

HoneySSH 是一个低交互的SSH蜜罐,使用twisted网络开发工具,借鉴kippo的开发**进行开发。

一、功能

  1. 可以为文件系统中的文件添加虚假的内容,当攻击者使用cat查看文件时返回
  2. 具有一个较为完整的文件系统和部分常用的指令。
  3. 攻击者爆破使用的账号口令可被蜜罐捕获
  4. 攻击者执行的指令将被蜜罐存储下来。

二、启动

2.1 在本机启动

如果没有安装虚拟环境virtualenv,则需要安装:

pip install virtualenv

接着是启动:

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python3 run.py

默认允许在5022端口,如若需要,可使用nginx等将服务映射到22端口。

2.2 docker compose 启动

需要安装docker以及docker-compose:

ubuntu

sudo apt install docker.io docker-compose

然后在项目根目录下执行:

sudo docker-compose up -d

等待一段时间,便能允许,如若需要,可以在docker-compose.yml中修改映射端口。

honeyssh's People

Stargazers

WaltYoung avatar Haozhe Zhu avatar  avatar  avatar A1ertx5s avatar  avatar

Watchers

A1ertx5s 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.