Please enable JavaScript.
Coggle requires JavaScript to display documents.
The Beast (Penetrating Methodology (Scanning :1, Enumeration :2,…
The Beast
Penetrating Methodology
Scanning :1
Enumeration :2
Exploitation:3
Privilege Escalation :4
identifying the host IP address
sudo arp-scan -l
Open Port
nmap -p- -A 192.168.0.100
open port port 65022 :check:
Hunt it Through WireShark :shark:
Username && Password :black_flag:
Expolitation
username&&password
ssh
whitepointer@192.168.1.102
-p 65022
Privilege Escalation
elevate to the root shell
string usr/bin/root
running the whoami command.
Path variable methadology
creating new file
'whoami' inside temp dir.'
1 more item...
find / -perm -u=s -type f 2>/dev/null