From 4575a057939b0acf8c3eedd80fbf3e183f970bf9 Mon Sep 17 00:00:00 2001 From: fleetcaptain Date: Sat, 8 Jun 2019 15:44:53 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f10415..3946db6 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Short Form | Long Form | Description ``python turbolist3r.py -d example.com -a --inputfile subdomains.txt`` -* Read subdomains from a file and perform advanced analysis on them: +* Using -r to populate DNS resolvers from a file: ``python turbolist3r.py -d example.com -a --inputfile subdomains.txt -r dns_servers.txt`` From c93008a866ee1121d8c39a93581a227c378a04f2 Mon Sep 17 00:00:00 2001 From: fleetcaptain Date: Sat, 8 Jun 2019 15:47:49 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3946db6..7b4502c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Short Form | Long Form | Description ``python turbolist3r.py -d example.com -a --inputfile subdomains.txt`` -* Using -r to populate DNS resolvers from a file: +* Using -r to populate DNS resolvers from a file (resolvers used with -a analysis module): ``python turbolist3r.py -d example.com -a --inputfile subdomains.txt -r dns_servers.txt``