Skip to content

Commit

Permalink
Cheatsheet updates
Browse files Browse the repository at this point in the history
Cheatsheet updates
  • Loading branch information
1nPr0c committed Nov 29, 2014
1 parent b7e9762 commit 745d476
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Cheatsheet_PenTesting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ Dropped = No response
nmap -g <port> (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
Expand Down
5 changes: 4 additions & 1 deletion Cheatsheet_Remediations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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"

0 comments on commit 745d476

Please sign in to comment.