Skip to content

Commit

Permalink
ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjoe41 committed Jan 7, 2022
1 parent a7b674b commit 09b2282
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
..* `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.

0 comments on commit 09b2282

Please sign in to comment.