HackTheBox - Bastion
Starting with a basic nmap scan using nmap automator └─$ autonmap 10.10.10.134 All ...
Search for a command to run...
Starting with a basic nmap scan using nmap automator └─$ autonmap 10.10.10.134 All ...
Starting with a basic namp scan using nmap automator └─$ autonmap 10.10.10.123 All Running all scans on 10.10.10.123 Host is likely running Linux ---------------------Starting Port Scan----------------------- PORT STATE SERVICE 21/tcp open ...
Starting with a basic nmap scan using nmap automator └─$ autonmap 10.10.10.117 All Running all scans on 10.10.10.117 Host is likely running Linux ---------------------Starting Port Scan----------------------- PORT STATE SERVICE 22/tcp open...
Starting with a basic nmap scan using nmap automator └─$ autonmap 10.10.10.93 All 2 ⚙ Running all scans on 10.10.10.93 ...
Starting with a nmap scan using nmap automator `autonmap 10.10.10.79 All ` Running all scans on 10.10.10.79 Host is likely running Linux ---------------------Starting Port Scan----------------------- PORT STATE SERVICE 22/tcp open ssh 80/...
Starting with a nmap scan using nmap automator └─$ autonmap 10.10.10.56 All Running all scans on 10.10.10.56 Host is likely running Linux ---------------------Starting Port Scan----------------------- PORT STATE SERVICE 80/tcp open http...
Starting with a nmap scan using nmap automator └─$ autonmap 10.10.10.48 All Running all scans on 10.10.10.48 Host is likely running Linux ---------------------Starting Port Scan----------------------- PORT STATE SERVICE 22/tcp open ssh ...
Starting with a basic port scan with nmap automator We have a web server running on the port 80 We see that the website is running wordpress and we have no vulnerable plugins or themes installed and we also get a username ┌──(elliot㉿kali)-[~/HTB/Bl...
Starting with nmap-automator We have only port 80 open We will create a php reverse shell using msfvenom and upload it using a tool cadaver we get an error We also see that it has microsoft's IIS 6.0 running which is pretty outdated We have a Mi...