#hacking
Read more stories on Hashnode
Articles with this tag
Before jumping into scanning, let's first read the description for this lab that is given to us by INE. You have been engaged in a Black-box...
enumeration Nmap scan nmap -sC -sV 10.10.10.165 nmap -sU 10.10.10.165 22/tcp open ssh OpenSSH 7.9p1 Debian 10+deb10u1 (protocol 2.0) 80/tcp open...
Enumeration Starting with an nmap scan, i will do both TCP and UDP scan nmap -sU -sV -T4- 10.10.10.171 nmap -A -sC -sV -T4- 10.10.10.171 22/tcp open ...