aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbitform <matt@exploit-monday.com>2012-05-26 22:40:03 -0400
committerbitform <matt@exploit-monday.com>2012-05-26 22:40:03 -0400
commit266238d560cf0a13d2bcd60ce9a224804ec357d1 (patch)
treea2c355f0543773c44ecda7be098ea2b5b55edd46
parent4995ed9df946089a64666e9e673d50497d986f57 (diff)
downloadPowerSploit-266238d560cf0a13d2bcd60ce9a224804ec357d1.tar.gz
PowerSploit-266238d560cf0a13d2bcd60ce9a224804ec357d1.zip
Added Invoke-ReverseDnsLookup
-rw-r--r--Invoke-ReverseDnsLookup.ps1bin0 -> 12822 bytes
-rw-r--r--README4
2 files changed, 4 insertions, 0 deletions
diff --git a/Invoke-ReverseDnsLookup.ps1 b/Invoke-ReverseDnsLookup.ps1
new file mode 100644
index 0000000..d74d542
--- /dev/null
+++ b/Invoke-ReverseDnsLookup.ps1
Binary files 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.