Skip to content

Commit b134b08

Browse files
committed
Resolved minor bug with DNS scanning implementation
1 parent d5f8aef commit b134b08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reconnoitre/reconnoitre.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def main():
1818
parser.add_argument("-w", dest="wordlist", required=False, help="Set the wordlist to use for generated commands. Ex /usr/share/wordlist.txt")
1919
parser.add_argument("-pS", dest="ping_sweep", action="store_true", help="Write a new target.txt by performing a ping sweep and discovering live hosts.", default=False)
2020
parser.add_argument("-fD", dest="find_dns_servers", action="store_true", help="Find DNS servers from a list of targets.", default=False)
21+
parser.add_argument("-sS", dest="perform_service_scan", action="store_true", help="Perform service scan over targets.", default=False)
2122
parser.add_argument("-dns", dest="dns", required=False, help="Optionally specify a DNS server to use with a service scan.")
2223
parser.add_argument("--quiet", dest="quiet", action="store_true", help="Supress banner and headers to limit to comma dilimeted results only.", default=False)
2324

0 commit comments

Comments
 (0)