{"id":19199793,"url":"https://github.com/gwen001/google-search","last_synced_at":"2025-05-09T01:24:45.132Z","repository":{"id":64299318,"uuid":"567814093","full_name":"gwen001/google-search","owner":"gwen001","description":"Returns results from Google search.","archived":false,"fork":false,"pushed_at":"2022-12-02T08:11:11.000Z","size":11401,"stargazers_count":49,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-20T11:31:59.423Z","etag":null,"topics":["bugbounty","endpoints","go","golang","google","goop","pentesting","python","recon","search","security-tools","urls"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gwen001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["gwen001"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-11-18T16:34:44.000Z","updated_at":"2025-03-11T10:46:37.000Z","dependencies_parsed_at":"2023-01-15T09:15:41.025Z","dependency_job_id":null,"html_url":"https://github.com/gwen001/google-search","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgoogle-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgoogle-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgoogle-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgoogle-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwen001","download_url":"https://codeload.github.com/gwen001/google-search/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253172614,"owners_count":21865553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bugbounty","endpoints","go","golang","google","goop","pentesting","python","recon","search","security-tools","urls"],"created_at":"2024-11-09T12:28:58.483Z","updated_at":"2025-05-09T01:24:45.103Z","avatar_url":"https://github.com/gwen001.png","language":"Python","funding_links":["https://github.com/sponsors/gwen001"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003egoogle-search\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003ePerforms searches on Google and display the resulting URLs, as simple as that!\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/go-v1.13-blue\" alt=\"go badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/python-v3-blue\" alt=\"python badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"MIT license badge\"\u003e\n    \u003ca href=\"https://twitter.com/intent/tweet?text=https%3a%2f%2fgithub.com%2fgwen001%2fgoogle-search%2f\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2Fgwen001%2Fgoogle-search\" alt=\"twitter badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/gwen001/google-search?style=social\" alt=\"github stars badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/watchers/gwen001/google-search?style=social\" alt=\"github watchers badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/gwen001/google-search?style=social\" alt=\"github forks badge\"\u003e\n\u003c/p\u003e --\u003e\n\n---\n\n## Important note\n\n‼ Google searches are unstable as f**k ‼\n\n## Requirement\n\nThis script uses the tricky method developed s0md3v (see [goop by s0md3v](https://github.com/s0md3v/goop)) so it requires a Facebook cookie.\nYeah I know, sounds weird but it works!\n\nFor this purpose I use a Facebook test account and set the cookie in an environment variable:  \n(don't even try that one it's fake 😉)  \n```\nexport FACEBOOK_COOKIE=\"datr=q1V0Y8TgRJBF11vXCB2cl; sb=tEV2Y6okO_z0DRjFJ7jjEsXk; c_user=10409039010190; xs=16%3A1utfaZis3V5yq%3A2%3A16695433%3A-1%3A-1; fr=0rB0KLvdL4UqePy.AXXorCVM%HkrQkP7L4_VLSExs.BjW0.ZW.AA.0.0.BjkW4.AWm2gIsce6; wd=1680x937; dpr=4; presence=C%7B%22t3%22%3A%5B%5D%2C%22utc3%22%3A16686438%2C%22v%22%3A1%7D\"\n```\n\n## Install\n\n```\ngo install github.com/gwen001/google-search@latest\n```\n\nor\n\n```\ngit clone https://github.com/gwen001/google-search\ncd google-search\ngo install\n```\n\n## Usage\n\n```\ngoogle-search -c \"\u003cfacebook cookie\u003e\" -s \"\u003cgoogle search expression\u003e\"\n```\n\n```\nUsage of google-search:\n  -c string\n    \tyour facebook cookie\n  -d\tdebug mode\n  -s string\n    \tsearch term you are looking for (required)\n```\n\n---\n\n\u003cimg src=\"https://raw.githubusercontent.com/gwen001/google-search/master/preview.gif\" /\u003e\n\n---\n\n## Install (python version)\n\n```\ngit clone https://github.com/gwen001/google-search\ncd google-search\npip3 install -r requirements.txt\n```\n\n## Usage (python version)\n\n```\n$ python3 google-search.py -t \"site:10degres.net\"\n```\n\n```\nusage: google-search.py [-h] [-s SEARCH] [-d] [-c FBCOOKIE]\n\noptions:\n  -h, --help            show this help message and exit\n  -s SEARCH, --search SEARCH\n                        search term (required)\n  -d, --decode          urldecode the results\n  -c FBCOOKIE, --fbcookie FBCOOKIE\n                        your facebook cookie\n```\n\n---\n\nFeel free to [open an issue](/../../issues/) if you have any problem with the script.  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fgoogle-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwen001%2Fgoogle-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fgoogle-search/lists"}