All Projects → ysc3839 → FakeSSHServer

ysc3839 / FakeSSHServer

Licence: MIT license
A fake ssh server written in Python. Uses Paramiko.

Programming Languages

python
139335 projects - #7 most used programming language

FakeSSHServer

A fake ssh server written in Python. Uses Paramiko.

Install

Install Python and Paramiko. Then run FakeSSHServer.py.

Config

PORT = 22
LOG_FILE = 'fakessh.log'
#RETURN_MESSAGE = 'no way to hack into my server noob!\r\n'
RETURN_MESSAGE = None
DENY_ALL = False
PASSWORDS = [
"test",
"fake"
]

PORT: Listen port.

LOG_FILE: Log file.

RETURN_MESSAGE: The message when user logined in.

DENY_ALL: True = Deny all access.

PR_ALLOW: The probability a user allowed log in.

PASSWORDS: Passwords that allowed to log in.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].