Tag oscp

Pentest Service Enumeration

Pentest-Service-Enumeration Purpose Suggests binaries to run against services found during the enumeration phase of a Pentest Background While studying for the Offensive Security Certified Profesional (OSCP) certification I found it hard to keep track of which commands to run during…

How to scan top 100 ports with masscan

If you have ever wanted to scan the top 100 ports with masscan here are the instructions: masscan -p7,9,13,21-23,25-26,37,53,79-81,88,106,110-111,113,119,135,139,143-144,179,199,389,427,443-445,465,513-515,543-544,548,554,587,631,646,873,990,993,995,1025-1029,1110,1433,1720,1723,1755,1900,2000-2001,2049,2121,2717,3000,3128,3306,3389,3986,4899,5000,5009,5051,5060,5101,5190,5357,5432,5631,5666,5800,5900,6000-6001,6646,7070,8000,8008-8009,8080-8081,8443,8888,9100,9999-10000,32768,49152-49157 10.11.1.0/24 –rate=1000 -e tun0 –router-ip 10.11.0.1 You will need to replace the following: tun0 with your interface router-ip with the router…