Skip to content

Instantly share code, notes, and snippets.

View dmitry-udod's full-sized avatar

Dima Udod dmitry-udod

View GitHub Profile
#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
@dmitry-udod
dmitry-udod / gist:e59bb0022e8acea4f7fc91a90cb02fb5
Last active March 11, 2025 06:20
Proxmox & Ubuntu VM - resize disk
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