Giter VIP home page Giter VIP logo

googleenum's Introduction

GoogleEnum

Get subdomains from a given domain using Google Dorks.

Installation

  • python -m pip install beautifulsoup4
  • python -m pip install google

Usage

  • python google_enum.py [-h] -d DOMAIN [-o OUTPUT]

Example

googleenum's People

Contributors

psjs97 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

socketpy

googleenum's Issues

Missing module depedencies information (or auto install)

After pulling the repo:

Traceback (most recent call last):
  File "xxx/GoogleEnum/google_enum.py", line 11, in <module>
    from googlesearch import search
ModuleNotFoundError: No module named 'googlesearch'

You should add the following information in README

python3 -m pip install googlesearch-python

or create a requirements.txt

Maybe a PR soon, depending on my free time

Unexpected keyword argument

Traceback (most recent call last):
  File "xxx/GoogleEnum/google_enum.py", line 92, in <module>
    main()
  File "xxx/GoogleEnum/google_enum.py", line 83, in main
    subdomains_result = get_subdomains_from_google(args.domain)
  File "xxx/GoogleEnum/google_enum.py", line 65, in get_subdomains_from_google
    urls_list = list(search(google_query, tld="co.in", num=10, stop=None, pause=30.0, user_agent=user_agent))
TypeError: search() got an unexpected keyword argument 'tld'

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.