ubonow An integrated university scheduling system streamlining study room and gym reservations, coupled with AI-driven recommendations for the least crowded lunch hours, enhancing overall campus...
This post is a summary of all the chapters I studied for the Security+ 601 exam. These chapters helped me pass the exam successfully. However, since the Security+ 601 version is now deprecated an...
Introduction: Server-Side Request Forgery (SSRF) is a potent web application vulnerability that allows attackers to send crafted requests from the server to internal resources. In this write-up, ...
OSI Model The OSI (Open Systems Interconnection) model is a conceptual framework that standardizes and describes the functions and processes involved in computer networking and data communicatio...
Piano perfect pitch training Overview Piano page made using JavaScript, where you can train your musical ear by identifying the notes that are played. You can customize which notes you want to pl...
Chess Board Overview This is my first time using javascript and I made this chess board, that you can play with a person in local. Although the code is not very clean and it has things left to ad...
Link: https://www.kali.org/tools/hydra/ sudo apt install hydra options Section Function -t 4 Number of parallel connections per target ...
User Flag Let’s start with a Nmap scan nmap -p- -sS --min-rate 10000 --open -vvv -n -Pn 10.10.148.177 PORT STATE SERVICE REASON 22/tcp open ssh syn-ack ttl 60 80/tcp open http syn-ac...
We are Spice Hut, a new startup company that just made it big! We offer a variety of spices and club sandwiches (in case you get hungry), but that is not why you are here. To be truthful, we aren...
Enumerate How many open ports? As always, let’s start with a quick Nmap scan: nmap -p- -sS --min-rate 10000 --open -vvv -n -Pn 10.10.143.70 PORT STATE SERVICE REASON 21/tcp open ftp s...
A new version of content is available.