Introduction As an engineering student fascinated by the potential of data science to uncover patterns and insights, I developed a Python-based tool...
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 ...
first of we start with nmap scan 22/tcp open ssh OpenSSH 8.0 (protocol 2.0) 80/tcp open http Apache httpd 2.4.37 ((centos) 443/tcp...