/fssh

A fake SSH client written in C

Primary LanguageCMIT LicenseMIT

fssh
----
Fssh is simply a fake SSH client ("f" for "fake"). It is not really fake
however, it is still fully functional. The use case of this kind of tool is
mostly social engineering.

This is one of my C learning projects. In this project, I learn about Linux,
processes, tty, pty, and more. This project demonstrates the use of
pseudo-terminal to run ssh and capture inputs sent to it.