diff options
| author | bitform <matt@exploit-monday.com> | 2012-08-07 19:14:11 -0400 | 
|---|---|---|
| committer | bitform <matt@exploit-monday.com> | 2012-08-07 19:14:11 -0400 | 
| commit | 0ecd7cb158a12ec77d202da8a7392891d7d1707a (patch) | |
| tree | 5278954a7844da4e3992d55fc03d732fd143ed63 /README | |
| parent | befc24a6e89ce6ff7d5007e27ba5ad4f1e5029a9 (diff) | |
| download | PowerSploit-0ecd7cb158a12ec77d202da8a7392891d7d1707a.tar.gz PowerSploit-0ecd7cb158a12ec77d202da8a7392891d7d1707a.zip  | |
Added Get-HttpStatus and 'Recon' directory
* All recon scripts not live in the 'Recon' directory
* Added Get-HttpStatus - An http[s] enumeration tool
* Added default dictionary for Get-HttpStatus - .\Dictionaries\admin.txt
* Moved Invoke-ReverseDnsLookup to 'Recon'
Diffstat (limited to 'README')
| -rw-r--r-- | README | 28 | 
1 files changed, 21 insertions, 7 deletions
@@ -20,12 +20,6 @@ Get-GPPPassword:     Get-GPPPassword retrieves the plaintext password for accounts pushed through Group Policy in groups.xml.
 -   Used with permission from @obscuresec (www.obscuresecurity.blogspot.com).
 -
 -Invoke-ReverseDnsLookup:
 -
 -   Invoke-ReverseDnsLookup scans an IP address range for DNS PTR records. This script is useful for performing DNS reconnaissance prior to conducting an authorized penetration test.
 -
  ----------
  .\PETools
  ----------
 @@ -52,7 +46,27 @@ Tools to aid in reverse engineering  Get-ILDisassembly:
 -   disassembles a raw MSIL byte array passed in from a MethodInfo object in a manner similar to that of Ildasm.
 +   Disassembles a raw MSIL byte array passed in from a MethodInfo object in a manner similar to that of Ildasm.
 +
 +-------
 +.\Recon
 +-------
 +
 +Tools to aid in the reconnaissance phase of a penetration test
 +
 +Get-HttpStatus:
 +
 +   Returns the HTTP Status Codes and full URL for specified paths when provided with a dictionary file.
 +
 +Invoke-ReverseDnsLookup:
 +
 +   Invoke-ReverseDnsLookup scans an IP address range for DNS PTR records. This script is useful for performing DNS reconnaissance prior to conducting an authorized penetration test.
 +
 +--------------------
 +.\Recon\Dictionaries
 +--------------------
 +
 +A collection of dictionaries used to aid in the reconnaissance phase of a penetration test.
  -------
  License
  |