This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Sample Nmap http-enum Script Output | |
| nmap -sV --script=http-enum -p 80 192.168.88.251 | |
| # Services discovery | |
| nmap -sV -O 192.168.88.251 | |
| #Running the Nmap NSE Default Scripts | |
| nmap -sC 192.168.88.251 | |
| #Enumerating SMB Shares |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo growpart /dev/vda 3 | |
| sudo pvdisplay | |
| sudo pvresize /dev/ | |
| sudo lvdisplay | |
| sudo lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv | |
| sudo resize2fs /dev/ubuntu-vg/ubuntu-lv |
OlderNewer