diff --git a/README.md b/README.md index 53a2870..472692b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ -# subfinder +

+ subfinder +
+

+ + [![License](https://img.shields.io/badge/license-MIT-_red.svg)](https://opensource.org/licenses/MIT) [![Go Report Card](https://goreportcard.com/badge/github.com/projectdiscovery/subfinder)](https://goreportcard.com/report/github.com/projectdiscovery/subfinder) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/projectdiscovery/subfinder/issues) + subfinder is a subdomain discovery tool that discovers valid subdomains for websites by using passive online sources. It has a simple modular architecture and is optimized for speed. subfinder is built for doing one thing only - passive subdomain enumeration, and it does that very well. We have designed subfinder to comply with all passive sources licenses, and usage restrictions, as well as maintained a consistently passive model to make it useful to both penetration testers and bug bounty hunters alike. + # Resources - [Features](#features) - [Usage](#usage) @@ -18,6 +25,12 @@ We have designed subfinder to comply with all passive sources licenses, and usag # Features +

+ subfinder +
+

+ + - Simple and modular code base making it easy to contribute. - Fast And Powerful Resolution and wildcard elimination module - **Curated** passive sources to maximize results (26 Sources as of now) diff --git a/static/subfinder-logo.png b/static/subfinder-logo.png new file mode 100644 index 0000000..f8db103 Binary files /dev/null and b/static/subfinder-logo.png differ diff --git a/static/subfinder-run.png b/static/subfinder-run.png new file mode 100644 index 0000000..ea0880b Binary files /dev/null and b/static/subfinder-run.png differ