diff options
author | Harmj0y <will@harmj0y.net> | 2015-12-03 21:56:08 -0500 |
---|---|---|
committer | Harmj0y <will@harmj0y.net> | 2015-12-03 21:56:08 -0500 |
commit | 8ab8c49a0d34f22fd876b8fe8e0dd5270cbf5da8 (patch) | |
tree | d4fb945f2cbacd69a71aaabd0400e7d32a7fb833 /README.md | |
parent | 5fb690518d6fed522c57fcf0a33a4ca4d3b664af (diff) | |
download | PowerSploit-8ab8c49a0d34f22fd876b8fe8e0dd5270cbf5da8.tar.gz PowerSploit-8ab8c49a0d34f22fd876b8fe8e0dd5270cbf5da8.zip |
Added ./Privesc/ folder that integrates PowerUp.ps1
Updated README.md's
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -135,6 +135,14 @@ Proof of concept code that overwrites the master boot record with the Causes your machine to blue screen upon exiting PowerShell. +## Privesc + +**Tools to help with escalating privileges on a target.** + +#### `PowerUp` + +Clearing house of common privilege escalation checks, along with some weaponization vectors. + ## Recon **Tools to aid in the reconnaissance phase of a penetration test.** @@ -151,6 +159,10 @@ Returns the HTTP Status Codes and full URL for specified paths when provided wit Scans an IP address range for DNS PTR records. This script is useful for performing DNS reconnaissance prior to conducting an authorized penetration test. +#### `PowerView` + +PowerView is series of functions that performs network and Windows domain enumeration and exploitation. + ## Recon\Dictionaries **A collection of dictionaries used to aid in the reconnaissance phase of a penetration test. Dictionaries were taken from the following sources.** |