Enumeration using Pacu
Introduction This is a Writup for challange lab from wonderful AWS Pentesting course by Tyler Ramsbay. I Highly Recommand you to take this course. Course Link - Click Here What is Pacu ? Pacu...
Introduction This is a Writup for challange lab from wonderful AWS Pentesting course by Tyler Ramsbay. I Highly Recommand you to take this course. Course Link - Click Here What is Pacu ? Pacu...
Nmap Result PORT STATE SERVICE REASON VERSION 22/tcp open ssh syn-ack ttl 60 OpenSSH 8.2p1 Ubuntu 4ubuntu0.9 (Ubuntu Linux; protocol 2.0) | ssh-hostkey: | 3072 44:5f:26:67:4b:4a:...
Nmap Results rustcan -a <Target-IP> -- -A -oN Support_nmap_result #Cmd Breakdown -a will scan for all ports -- will pass the rustscan output to the nmap -A aggressive mode in Nmap -oN To sa...
Nmap nmap -p- -T4 <Target-IP> # This will scan all the 65535 port. nmap -A -p 22,80 -T4 <Target-IP> -oN WhiteRose_Nmap_result # From the above cmd output we can run the 2 ports in Agg...