Giter Site home page Giter Site logo

plague-anon / tldsearcher Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 282 KB

A Python tool for checking top-level-domains against domain names

Home Page: https://www.anonops.com

License: GNU General Public License v3.0

Makefile 1.99% Python 98.01%
hacking hacking-tool anonops anonymous domains top-level-domains top-level-domain scanning penetration-testing penetration-testing-tools

tldsearcher's Introduction

License LastCommit os version pythonversion

tldSearcher Image

TLDSearcher

This Python tool searcher target domains for existing top-level domains (TLDs)

Knowing which TLDs are active for a specific domain can be a helpful tool in reconnaissance during a scan. Instead of Google-dorking, and let's face it - failing to get enough results, use TLDSearcher to check ALL, currently available TLDs on the web.

Installation

TLDSearcher can be installed via Github or PyPI. Details on each are listed below.

Github

Navigate to the directory where you want to download the program.

  1. open a terminal and type:

git clone https://www.github.com/plague-anon/TLDSearcher

  1. Change into the directory git made for you:

cd TLDSearcher

  1. Run the following command to install the program:

python3 setup.py install

You can now use the tldsearcher command from anywhere on your system

PyPI

You can install TLDSearcher via pip Method 1 Issue the following command from the terminal to download the latest version from pypi.org

pip3 install tldsearcher

Usage Examples

To verbosely search for all TLDs for example: tldsearcher -t example -v

To verbosely search for specific TLDs for example and output into scan.txt: tldsearcher -t example -d com,net,info,org -o scan.txt -v

To see a list of TLD categories to scan for example: tldSearcher -t example -dC -o scan.txt -v

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

Meta

plague โ€“ [email protected]

Join me on the official Anonymous IRC 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/TLDSearcher)
  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

tldsearcher's People

Contributors

plague-anon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

tldsearcher's Issues

GETTTING ERRORS

Getting errors in the mid of scanning

Traceback (most recent call last):
File "/home/yuki/.local/lib/python3.9/site-packages/tldsearcher/tldsearcher.py", line 264, in
main()
File "/home/yuki/.local/lib/python3.9/site-packages/tldsearcher/tldsearcher.py", line 44, in main
scan()
File "/home/yuki/.local/lib/python3.9/site-packages/tldsearcher/tldsearcher.py", line 135, in scan
normalScan(url, target, tld)
File "/home/yuki/.local/lib/python3.9/site-packages/tldsearcher/tldsearcher.py", line 149, in normalScan
response = socket.gethostbyname_ex(url)
socket.herror: [Errno 1] Unknown host

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.