From 09b22829f3a750b3a54e114b1a2b60f21ff10edc Mon Sep 17 00:00:00 2001 From: kenjoe41 Date: Fri, 7 Jan 2022 20:21:55 +0300 Subject: [PATCH] ReadMe --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7981e5..29e2f98 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,13 @@ This list can be used for further bruteforcing for more subdomains. ## Install To install: -```go install -v github.com/kenjoe41/goSubsWordlist@latest``` + +```text +go install -v github.com/kenjoe41/goSubsWordlist@latest +``` ## TODO I plan to add: - - `top N` flag. Outputs only most reoccuring word upto the Nth number like `-top 1000`. - Might require in-memory tracking of word occurance, might not be efficient for xx-large huge subdomain lists. \ No newline at end of file + ..* `top N` flag. Outputs only most reoccuring word upto the Nth number like `-top 1000`. + Might require in-memory tracking of word occurance, might not be efficient for xx-large huge subdomain lists. + ..* Add concurrency for processing large files. \ No newline at end of file