From 266238d560cf0a13d2bcd60ce9a224804ec357d1 Mon Sep 17 00:00:00 2001 From: bitform Date: Sat, 26 May 2012 22:40:03 -0400 Subject: Added Invoke-ReverseDnsLookup --- Invoke-ReverseDnsLookup.ps1 | Bin 0 -> 12822 bytes README | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 Invoke-ReverseDnsLookup.ps1 diff --git a/Invoke-ReverseDnsLookup.ps1 b/Invoke-ReverseDnsLookup.ps1 new file mode 100644 index 0000000..d74d542 Binary files /dev/null and b/Invoke-ReverseDnsLookup.ps1 differ diff --git a/README b/README index 327b080..82dd5c1 100644 --- a/README +++ b/README @@ -19,6 +19,10 @@ Get-GPPPassword: 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 reconnaisance prior to conducting an authorized penetration test. + Usage: Refer to the comment-based help in each individual script for usage information. -- cgit v1.2.3