p4kl0nc4t / fssh

A fake SSH client written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A fake SSH client written in C

License:MIT License


Languages

Language:C 90.8%Language:Makefile 9.2%