Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.
/ FakeSSHServer Public archive

A fake ssh server written in Python. Uses Paramiko.

License

Notifications You must be signed in to change notification settings

ysc3839/FakeSSHServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A fake ssh server written in Python. Uses Paramiko.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages