GithubHelp home page GithubHelp logo

mightnire / chissy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from d3v4s/chissy

0.0 0.0 0.0 68 KB

Fake Linux SSH server for defensive analysis

License: MIT License

Shell 1.36% Python 98.64%

chissy's Introduction

Chissy

Chissy is SSH server for GNU/Linux that reject all access request and sniff the username, password and address of the client.

ALERT: This project is under development. Test it and report a issue.

Install

Download the master and extract it, or clone with git:
git clone https://github.com/d3v4s/chissy.git

Enter in the chissy directory and install the requirements:
pip3 install -r requirements.txt

Now install Chissy, than execute:
./install.py

Usage

You can run Chissy as daemon through:
systemctl start|stop|restart|status chissy.service

or use:
chissy start|get-log|remove-log|version|help [options]

Read the out of sniffing on /var/log/chissy/.

Help

Usage: chissy start|get-log|remove-log|version|help [option]

Arguments:

    start
        starting a fake ssh server.

    get-log [options]
        show the logs create. You can specify the get-log options.

    remove-log [options]
        remove the logs. You can specify the get-log options.

    version
        get the Chissy version.

    help
        show this helps.


Options:

    get-log:
        -a --address ADDRESS
            specify the IP address
    
        -f --from-date DATE
            get only the logs before the date specified. DATE format yyyy-mm-dd.
    
        -t --to-date DATE
            get only the logs after the date specified. Use the same DATE format to -f.

    remove-log:
        -f --from-date DATE
            delete the logs before the date specified. Use the same DATE format to get-log options.
    
        -t --to-date DATE
            delete the logs after the date specified. Use the same DATE format to get-log options.

Examples:
    chissy start
    chissy get-log -a 127.0.0.1

Config

Manage the configurations with the files log.json and server.json on config directory.
If you have installed Chissy, you can find the configurations on /etc/chissy/.

chissy's People

Contributors

d3v4s avatar mightnire 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.