Category Archives: Exploitation

Mount Windows share from Linux

Install cifs-utils

apt-get install cifs-utils

Mount share with null session

mount -t cifs //<ip>/share <mountpount> -o username=NULL,password,uid=<user>,gid=<group>
smbclient //<ip>/share -I <ip> -N

 

Privilege Escalation

References

Basic Linux Privilege Escalation

Windows Privilege Escalation