Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.24 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.24 KB

TLDSearcher

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.

Installation

git clone https://github.com/plague-anon/SDSearcher
cd SDSearcher
chmod 755 SDSearcher.py
./SDSearcher.py -h

Usage Example

./SDSearcher.py <TARGET>

For more examples and usage, please refer to the Wiki.

Release History

  • 0.1.0
    • Initial commit.

Meta

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

Contributing

  1. Fork it (https://github.com/plague-anon/SDSearcher)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request