Giter Club home page Giter Club logo

github-search's Introduction

๐Ÿ‘จโ€๐Ÿฆฐ About me

Bug hunter, tool maker, father, climber, I love coding and learn new stuff.
Feel free to try my scripts or update them to fit your needs. Check also some good oneliners.

python badge go badge php badge bash badge javascript badge html badge css badge

offsec.tools


๐Ÿ’ป Current mood

Hardly working on my new project: https://offsec.tools.
A vast collection of security tools for bug bounty, pentest and red teaming. Curated by the community, feel free to add your own tool and subscribe the newsletter.


๐Ÿคฉ My favorite projects

cloudflare-origin-ip


๐Ÿ“ง Find me

https://10degres.net

As it takes alot of time to write and maintain tools, sponsoring is always appreciated :)

Sponsor page

github-search's People

Contributors

gwen001 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

github-search's Issues

No module named 'colored'

python3 github-subdomains.py -d exemple.com

error :
Traceback (most recent call last):
File "github-subdomains.py", line 14, in
from colored import fg, bg, attr
ModuleNotFoundError: No module named 'colored'

ps: i already install colored with pip

Issue in github-contributors.py

For some reason if more than one token is present in .tokens file then the script crashes giving the following error.

Traceback (most recent call last):
  File "github-contributors.py", line 215, in <module>
    pool.map( doGrabUser, t_collab.keys() )
  File "/usr/lib/python3.7/multiprocessing/pool.py", line 268, in map
    return self._map_async(func, iterable, mapstar, chunksize).get()
  File "/usr/lib/python3.7/multiprocessing/pool.py", line 657, in get
    raise self._value
  File "/usr/lib/python3.7/multiprocessing/pool.py", line 121, in worker
    result = (True, func(*args, **kwds))
  File "/usr/lib/python3.7/multiprocessing/pool.py", line 44, in mapstar
    return list(map(*args))
  File "github-contributors.py", line 184, in doGrabUser
    r = r[0]
IndexError: list index out of range

I have 5 tokens in .tokens

Issue

were is github-search.php ?

ImportError: cannot import name 'functions' from 'modules'

ali-VirtualBox github-search # python3.8 github-employees.py -m github -p 30 -t "valvesoftware"
Traceback (most recent call last):
File "github-employees.py", line 14, in
from modules import functions
ImportError: cannot import name 'functions' from 'modules' (/usr/local/lib/python3.8/dist-packages/modules.py)

install tool

to install tool :

git clone https://github.com/gwen001/github-search.git
cd github-search
sudo pip3 install requirements2.txt
sudo pip3 install requirements3.txt

to use tool such as github-subdomains.py:

python3 github-subdomains.py -d yahoo.com -t  <token github>

Employee.py and Endpoint.py Issues

I do get the following errors when i run both:
For Employess.py
Traceback (most recent call last):
File "github-employees.py", line 13, in
from goop import goop
ModuleNotFoundError: No module named 'goop'
For Endpoint
Traceback (most recent call last):
File "github-endpoints.py", line 15, in
from colored import fg, bg, attr
ModuleNotFoundError: No module named 'colored'

I also encounter similar errors when i run github-subdomains.py.
github-dorks.py , github-contributors.py works fine though

auth token is missing

python3 github-subdomains.py
usage: github-subdomains.py [-h] [-t TOKEN] [-d DOMAIN] [-e] [-s] [-v]
github-subdomains.py: error: auth token is missing ???????????????????????????????

Tokens

Is there any way to add token at once for all scripts?

different results every time with github-subdomains.py

Every time I run github-subdomains.py I get different results. Sometimes very less and sometime more.
Can you please optimize it ?
If it took more time to finish that is more time difference between subsequent requests will be great as that will automatically optimized the results.
Let me know you thoughts on this one

X

File "github-subdomains.py", line 7

^
SyntaxError: invalid syntax

Trouble finding to run github-subdomains.py

Hey there!
I'm trying to run "github-subdomains.py" as mentioned documentation of yours.
But it turned out to show this error message every time.
What should I do here now?

image

github-employees.py not returning any results

When running github-employees.py, I'm not getting any results, although I know there should be some.

For example, running github-employees.py -f <fb_cookie> -t Tinder -p 50 -m github returns nothing. I've made sure my FB cookies are correct, and my github tokens are not expired. Help plz/ty!

Screenshot 2022-09-10 08:18:55

PHP Fatal error while search

PHP Fatal error: Cannot use object of type DOMNodeList as array in /home/ubuntu/gwen001/github-search/GitHubSearch.php on line 171

image

same error even using session.

sh: 1: github-search: not found

When running github-dorks.php
I get no results except sh: 1: github-search: not found
Execution order:

php github-dorks.php o bbc ../keywords.txt

Module Not FoundError ๐Ÿ™ƒ

command ๐Ÿ‘‰ python3 github-subdomains.py -d google.com

ERROR : github-subdomains/github-subdomains.py", line 14, in
from colored import fg, bg, attr
ModuleNotFoundError: No module named 'colored'

Traceback Error on subdomain.py

When i run subdomain.py i get this error:

Traceback (most recent call last):
File "github-subdomains.py", line 14, in
from colored import fg, bg, attr
ModuleNotFoundError: No module named 'colored'

module issue

python3 github-subdomains.py -d facebook.com

Traceback (most recent call last):
  File "github-subdomains.py", line 106, in <module>
    import tldextract
  File "/usr/local/lib/python3.7/dist-packages/tldextract/__init__.py", line 3, in <module>     from .cli import __version__
  File "/usr/local/lib/python3.7/dist-packages/tldextract/cli.py", line 15, in <module>         from .tldextract import TLDExtract
  File "/usr/local/lib/python3.7/dist-packages/tldextract/tldextract.py", line 64, in <module>
    from .remote import find_first_response
  File "/usr/local/lib/python3.7/dist-packages/tldextract/remote.py", line 10, in <module>      from requests_file import FileAdapter
  File "/usr/lib/python3/dist-packages/requests_file.py", line 1, in <module>
    from requests.adapters import BaseAdapter
ImportError: cannot import name 'BaseAdapter' from 'requests.adapters' (/usr/local/lib/python3.7/dist-packages/requests/adapters.py)

any solution to this.. facing this issue in almost every python script

how to install github search and specifically git-contributors.py

Hello i'd like to thank Gwen for this amazing tool. I am facing a problem in installing it as i dont know where to look for the download of these tools as a whole and individually. I normally look for the clone /code button where i can download the zip.
Assuming you can direct me on how to do that or its alternative how then can i install a specific tool(git-contributors.py) not only installing the entire collections of tools(github-search) thank you for your times.Pictures/screenshots would mean the world as am a newbie
nb: am using windows 10 hoping to run them on powershell CLI
thanks

git-history.py:error: unrecognized arguments: -s

When i try to run this command(python git-history.py -p ~/repos -s ~/.gf/aws-keys.json -d 2019-01-01 -c 1000000) . I got this (error: unrecognized arguments: -s).
And when i run this command ( python git-history.py -h ). I didn't see any argument with -s
Please solve this issue.
githubError
githubErr2

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.