Exploitation

 

 

Samba Exploits

Search in exploit-db searchsploit --color samba | grep 'linux\/' | grep -v '/dos/'searchsploit --color samba | grep 'linux\/' | grep -v '/dos/'  Read More »

Mount Windows share from Linux

Install cifs-utils apt-get install cifs-utilsapt-get install cifs-utils Mount share with null session mount -t cifs //<ip>/share <mountpount> -o username=NULL,password,uid=<user>,gid=<group>mount -t cifs //<ip>/share <mountpount> -o username=NULL,password,uid=<user>,gid=<group> smbclient //<ip>/share -I <ip> -Nsmbclient //<ip>/share -I <ip> -N  Read More »

Privilege Escalation

References Basic Linux Privilege Escalation https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/ Windows Privilege Escalation http://www.fuzzysecurity.com/tutorials/16.html http://www.bhafsec.com/wiki/index.php/Windows_Privilege_Escalation https://pentest.blog/windows-privilege-escalation-methods-for-pentesters/?lipi=urn%3Ali%3Apage%3Ad_flagship3_pulse_read%3BzIszsQ%2FYRU%2BiWuuAK42a9w%3D%3D  https://github.com/ankh2054/windows-pentest?lipi=urn%3Ali%3Apage%3Ad_flagship3_pulse_read%3BzIszsQ%2FYRU%2BiWuuAK42a9w%3D%3D https://github.com/SecWiki/windows-kernel-exploits https://github.com/abatchy17/WindowsExploits  Read More »

Reverse Shells

References http://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet    Read More »