QuickEMU+SSH for school-related projects

I recently had to install some software in my computer that I knew would mess with system libraries and give me some trouble in the future, so it occurred to me that using a VM and connecting to it through the VSCode SSH Tunnel extension to write the code I needed could be a great alternative to installing it directly and it wouldn’t break anythin in my OS. Introduction My current setup This is a bit of a disclaimer of sorts....

March 31, 2024 · 8 min · (updated May 11, 2024) · Appuchia

Endlessh: SSH Honeypot

What’s this Endlessh is a piece of software that sets up a ssh honeypot for all the random people that may try to attack you by trying common username and password combinations to see if they can get access. In return, this program slows their access down hugely, and in a way someone with a script to do the attack won’t notice (most people doing these kind of attacks will be using scripts)....

April 13, 2022 · 5 min · Appuchia