What is the SSH? SSH stands for Secure Shell. The term “SSH” can refer to both the SSH protocol and the software tools that enable system administrators and users to establish secure connections to remote computers using this protocol.
The SSH protocol is an encrypted protocol designed …
2024-05-275393 words26 mins
React Learning Note
ReactJS 1. Introduction A frontend JavaScript framework, a JavaScript library for building UI (user interfaces) created by Facebook. Used to build SPA (single-page applications) - a web app that loads only a single web document, and then updates the body content of that single document via …
2023-05-14681 words4 mins
FIA Summer CTF Web Write up
Still Vulnerable Description: I came across a web app for bookshelves on picoctf2023 that had a security bug, which I managed to fix. However, despite my efforts, my site is still vulnerable and has been hacked. Can you assist me in identifying the vulnerability?
1. Analysis the problem This web …
2023-02-091450 words3 mins
Technical Entrance Challenge 2022
Bory Cipher Description: Bory has created his own super secure cipher. To create this masterpiece, he worked lots of hours at the University with his consultant Mr Vignere. His mentor give him the advice. Mix as many as Cipher you known and a little bit magic. That is called “FIA”. At …