aboutsummaryrefslogtreecommitdiff
path: root/docs/Recon/Invoke-ReverseDnsLookup.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Recon/Invoke-ReverseDnsLookup.md')
-rwxr-xr-xdocs/Recon/Invoke-ReverseDnsLookup.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/Recon/Invoke-ReverseDnsLookup.md b/docs/Recon/Invoke-ReverseDnsLookup.md
index 348ad91..2c74e3c 100755
--- a/docs/Recon/Invoke-ReverseDnsLookup.md
+++ b/docs/Recon/Invoke-ReverseDnsLookup.md
@@ -3,10 +3,10 @@
## SYNOPSIS
Perform a reverse DNS lookup scan on a range of IP addresses.
-PowerSploit Function: Invoke-ReverseDnsLookup
-Author: Matthew Graeber (@mattifestation)
-License: BSD 3-Clause
-Required Dependencies: None
+PowerSploit Function: Invoke-ReverseDnsLookup
+Author: Matthew Graeber (@mattifestation)
+License: BSD 3-Clause
+Required Dependencies: None
Optional Dependencies: None
## SYNTAX
@@ -17,7 +17,7 @@ Invoke-ReverseDnsLookup [-IpRange] <String>
## DESCRIPTION
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.
+This script is useful for performing DNS reconnaissance prior to conducting an authorized penetration test.
## EXAMPLES
@@ -34,7 +34,7 @@ IP HostName
74.125.228.4 iad23s05-in-f4.1e100.net
74.125.228.5 iad23s05-in-f5.1e100.net
74.125.228.6 iad23s05-in-f6.1e100.net
-
+
Description
-----------
Returns the hostnames of the IP addresses specified by the CIDR range.
@@ -50,7 +50,7 @@ IP HostName
74.125.228.4 iad23s05-in-f4.1e100.net
74.125.228.5 iad23s05-in-f5.1e100.net
74.125.228.6 iad23s05-in-f6.1e100.net
-
+
Description
-----------
Returns the hostnames of the IP addresses specified by the IP range specified.