diff --git a/Cheatsheet_PenTesting.txt b/Cheatsheet_PenTesting.txt index c726379..84f0b82 100644 --- a/Cheatsheet_PenTesting.txt +++ b/Cheatsheet_PenTesting.txt @@ -102,6 +102,14 @@ Dropped = No response nmap -g (88 (Kerberos) port 53 (DNS) or 67 (DHCP)) Source port also doesn't work for OS detection. +[+] Speed settings +-n Disable DNS resolution +-sS TCP SYN (Stealth) Scan +-Pn Disable host discovery +-T5 Insane time template +--min-rate 1000 1000 packets per second +--max-retries 0 Disable retransmission of timed-out probes + -------------------------------------------------------------------------- Cisco/Networking Commands ? - Help diff --git a/Cheatsheet_Remediations.txt b/Cheatsheet_Remediations.txt index a804824..d1dd764 100644 --- a/Cheatsheet_Remediations.txt +++ b/Cheatsheet_Remediations.txt @@ -13,4 +13,7 @@ Restart SSH [+] Unquoted Service Paths Run Regedit and browse to HKLM\SYSTEM\CurrentControlSet\services -Find the service in question and simply at " " either side of the ImagePath string. \ No newline at end of file +Find the service in question and simply add " " either side of the ImagePath string. + +Check permissions: +C:\Users\user>icacls "C:\Program Files (x86)\Vuln\Vuln Software 7.0\software.exe" \ No newline at end of file