So Simple 1: Vulnhub Walkthrough
So Simple is Easy/Beginners level CTF machine available on Vulnhub create by @roelvb79. There are three flags (2 user and 1 root flag). Which you can download from here.
#nmap
$nmap...
Hack The Box: Blunder Writeup
Blunder is Linux box which having IP address 10.10.10.191, Let’s start with nmap scan and some enumeration part.
#nmap
Nmap scan report for 10.10.10.191
Host is up (0.32s latency).
Not shown: 998 filtered...
Hack The Box – ServMon Writeup
Hello Everyone, This is simple hack the box walk through of machine name as ServMon which have 10.10.10.184 IP address.
#nmap
$nmap -sV -sC -Pn 10.10.10.184
Starting Nmap 7.80 ( https://nmap.org )...
Metasploitable 2 | VSFTPD 2.3.4 Manual Exploit VS Metasploit Framework
Hello friends, as we know that Metasploitable 2 is one of the most popular linux based ctf which use for practice for all beginners who's trying to dig into...