Skip to content

Instantly share code, notes, and snippets.

View CanadianJeff's full-sized avatar

Jeffery Wilkins CanadianJeff

  • Vancouver BC CANADA
View GitHub Profile
// Left 4 No More Room In Hell 2 CFG (Version 0.9.1 BETA)
motdfile "l4nmrih2_motd.txt"
hostfile "l4nmrih2_banner.txt"
hostname "Left 4 No More Room In Hell 2"
// Extra Tweaks
sm_cvar sv_noclipaccelerate 9.5 // Needed For Noclip
// Director Tweaks
sm_cvar director_no_bosses 0 // Disables Director Tanks (Final Maps Need Tanks!!!!)
@CanadianJeff
CanadianJeff / scan_profile.usp
Created May 4, 2019 13:22
Zenmap Scan Profile
[All TCP ports scan]
command = nmap -sS -p 1-65535 -Pn
description = Scan all ports on a host.
[Common TCP connect scan]
command = nmap -sT -p 17,19,21,22,23,25,26,37,53,80,88,110,113,123,135,137,138,139,143,443,444,445,548,554,843,993,995,1027,1030,1064,1080,1194,1221,1433,2082,2083,2084,2086,2087,2095,2096,3074,3306,3333,3389,3784,4899,5631,5800,5900,6665-6669,6697,8000,8080,8088,10000,17500,32764 -n -Pn -r
description = Scan Common Used Ports
[Common TCP syn scan]
command = nmap -sS -p 17,19,21,22,23,25,26,37,53,80,88,110,113,123,135,137,138,139,143,443,444,445,548,554,843,993,995,1027,1030,1064,1080,1194,1221,1433,2082,2083,2084,2086,2087,2095,2096,3074,3306,3333,3389,3784,4899,5631,5800,5900,6665-6669,6697,8000,8080,8088,10000,17500,32764 -n -Pn -r