From 1dad9911bdef96874b86a289e8c9590e13e77b91 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 15 Jun 2017 17:26:57 -0500 Subject: [PATCH 1/2] Fixed some typos --- sublist3r.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sublist3r.py b/sublist3r.py index 9b13daf..671ffa2 100644 --- a/sublist3r.py +++ b/sublist3r.py @@ -42,7 +42,7 @@ is_windows = sys.platform.startswith('win') # Console Colors if is_windows: - # Windows deserve coloring too :D + # Windows deserves coloring too :D G = '\033[92m' # green Y = '\033[93m' # yellow B = '\033[94m' # blue @@ -54,7 +54,7 @@ if is_windows: colorama.init() #Now the unicode will work ^_^ except: - print("[!] Error: Coloring libraries not installed ,no coloring will be used [Check the readme]") + print("[!] Error: Coloring libraries not installed, no coloring will be used [Check the readme]") G = Y = B = R = W = G = Y = B = R = W = '' From 8754fd66a734cc39e5b775dad1581f2852ec9904 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 15 Jun 2017 17:30:31 -0500 Subject: [PATCH 2/2] Fixed some typos/grammar issues --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d4c217..0c2dbc0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## About Sublist3r -Sublist3r is python tool that is designed to enumerate subdomains of websites through OSINT. It helps penetration testers and bug hunters collect and gather subdomains for the domain they are targeting. Sublist3r enumerates subdomains using many search engines such as Google, Yahoo, Bing, Baidu, and Ask. Sublist3r also enumerates subdomains using Netcraft, Virustotal, ThreatCrowd, DNSdumpster and ReverseDNS. +Sublist3r is a python tool designed to enumerate subdomains of websites using OSINT. It helps penetration testers and bug hunters collect and gather subdomains for the domain they are targeting. Sublist3r enumerates subdomains using many search engines such as Google, Yahoo, Bing, Baidu, and Ask. Sublist3r also enumerates subdomains using Netcraft, Virustotal, ThreatCrowd, DNSdumpster, and ReverseDNS. [subbrute](https://github.com/TheRook/subbrute) was integrated with Sublist3r to increase the possibility of finding more subdomains using bruteforce with an improved wordlist. The credit goes to TheRook who is the author of subbrute. @@ -24,7 +24,7 @@ Sublist3r currently supports **Python 2** and **Python 3**. ## Dependencies: -Sublist3r depends on the `requests`, `dnspython` and `argparse` python modules. +Sublist3r depends on the `requests`, `dnspython`, and `argparse` python modules. These dependencies can be installed using the requirements file: