Skip to content

Commit

Permalink
Fixed some typos/grammar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoculars authored Jun 15, 2017
1 parent 1dad991 commit 8754fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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:

Expand Down

0 comments on commit 8754fd6

Please sign in to comment.