From 0ecd7cb158a12ec77d202da8a7392891d7d1707a Mon Sep 17 00:00:00 2001 From: bitform Date: Tue, 7 Aug 2012 19:14:11 -0400 Subject: 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' --- README | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 3680e63..b7fcc8d 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3