This Python tool searches for subdomains on a given target domain.
You supply a target domain name such as google.com and then using the -s flag, you supply a subdomain to check. The program will then see if the subdomain.domain exists.
git clone https://github.com/plague-anon/SDSearcher
cd SDSearcher
chmod 755 SDSearcher.py
./SDSearcher.py -h
./SDSearcher.py <TARGET>
For more examples and usage, please refer to the Wiki.
- 0.1.0
- Initial commit.
plague – plague_anon@protonmail.com
Join me on the official Anonymous IRC www.webchat.anonops.com, or via an IRC client, irc.anonops.com:6697
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.
https://github.com/plague-anon/TLDSearcher
- Fork it (https://github.com/plague-anon/SDSearcher)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request