soowned
TODO
SoOwned
-v, --version Show version
-h, --help Show help
-k KEYWORD, --keyword=KEYWORD Keyword
-d DOMAIN, --domain=DOMAIN Domain
-D PATH Path to a file providing root domain names
-w PATH Wordlist
Requirements
On macOS:
brew update
brew install crystal
Installation
shards install
crystal build src/soowned.cr --release --no-debug -o bin/soowned
Usage
./bin/soowned -h
./bin/soowned -d app.test.com -w lists/small.txt
./bin/soowned -D domains.txt -w lists/small.txt
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/soowned/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request