{"id":40113464,"url":"https://github.com/vsec7/xkeys","last_synced_at":"2026-01-19T12:04:18.224Z","repository":{"id":109737945,"uuid":"269374884","full_name":"vsec7/xkeys","owner":"vsec7","description":"Extract Sensitive Keys, Secret, Token Or Interested thing from source","archived":false,"fork":false,"pushed_at":"2020-06-04T17:44:12.000Z","size":5,"stargazers_count":49,"open_issues_count":2,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T02:03:04.312Z","etag":null,"topics":["bugbounty","hacking","osint","pentest","pentest-tool"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vsec7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-04T14:00:32.000Z","updated_at":"2024-05-25T17:19:10.000Z","dependencies_parsed_at":"2023-04-21T19:19:03.131Z","dependency_job_id":null,"html_url":"https://github.com/vsec7/xkeys","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vsec7/xkeys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsec7%2Fxkeys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsec7%2Fxkeys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsec7%2Fxkeys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsec7%2Fxkeys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vsec7","download_url":"https://codeload.github.com/vsec7/xkeys/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsec7%2Fxkeys/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28567863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","hacking","osint","pentest","pentest-tool"],"created_at":"2026-01-19T12:04:17.515Z","updated_at":"2026-01-19T12:04:18.220Z","avatar_url":"https://github.com/vsec7.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xkeys\n\nA eXtractor sensitive Keys, Secret, Token or interested things from source.\n\n## Install\n```\n ▶ go get -u github.com/vsec7/xkeys\n```\n\n## Basic Usage\n\n```\n ▶ xkeys --help \n\nxKeys (eXtract Keys)\n\nBy     : viloid [Sec7or - Surabaya Hacker Link]\n\nBasic Usage :\n ▶ echo http://domain.com/path/file.js | xkeys\n ▶ cat listurls.txt | xkeys -o cans.txt\n\nOptions :\n  -H, --header \u003cheader\u003e                 Header to the request\n  -o, --output \u003coutput\u003e                 Output file (*default xkeys.txt)\n  -x, --proxy \u003cproxy\u003e                   HTTP proxy\n  -w, --wordlist \u003cwordlist\u003e             Custom wordlists keyword pattern\n  -k, --key \u003ckeyword\u003e                   Custom single keyword pattern\n  -t, --telegram \u003cBotToken|RecipientID\u003e Telegram notification\n\n```\n\n## Advanced Usage\n```\nCustom single keyword with send notification telegram e.g :\n ▶ echo http://domain.com/path/file.js | xkeys -k \"access_token\" -t \"26525265:IniBotTelegramToken|86565765\"\n\nCustom list keywords e.g : \n ▶ cat listurls.txt | xkeys -w customkeywordlist.txt -H \"Authorization: Bearer eXAmPLe\" -H \"Cookie: ExAmpLe\" -o xkeys-domain.txt\n\n** URLs in listurls should contains http:// or https:// \n\n ▶ cat listurls.txt\nhttp://domain.com/path/file.js\nhttp://domain.com/path/file2.js\nhttp://domain.com/path/file3.js\n...\n\n** customkeywordlist.txt contains your custom keyword list (delim newline) **\n\n ▶ cat customkeywordlist.txt\naccess_token\nsecret_key\n...\n```\n\n## Possible Value Extraction\n```\n{keyword}=\u003cvalue\u003e\n{keyword}= \u003cvalue\u003e\n{keyword} =\u003cvalue\u003e\n{keyword} = \u003cvalue\u003e\n'{keyword}'='\u003cvalue\u003e'\n'{keyword}'= '\u003cvalue\u003e'\n'{keyword}' ='\u003cvalue\u003e'\n'{keyword}' = '\u003cvalue\u003e'\n\"{keyword}\"=\"\u003cvalue\u003e\"\n\"{keyword}\"= \"\u003cvalue\u003e\"\n\"{keyword}\" =\"\u003cvalue\u003e\"\n\"{keyword}\" = \"\u003cvalue\u003e\"\n\"{keyword}\":\"\u003cvalue\u003e\"\n\"{keyword}\": \"\u003cvalue\u003e\"\n\"{keyword}\" :\"\u003cvalue\u003e\"\n\"{keyword}\" : \"\u003cvalue\u003e\"\n{keyword}=\u003cvalue\u003e\u0026\n```\n\n## Default Keywords\nCheck main.go in function *keywords()*\n\n```\nCode Snip:\n\nfunc keywords() []string {\n\treturn []string{\n\t\t\"access_key\",\n\t\t\"access_token\",\n\t\t\"...\"\n\t\t\"...\"\n\t}\n}\n```\n\n## Credit And Thanks\n```\n@tomnomnom (github.com/tomnomnom)\n@bhrdn (github.com/bhrdn)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsec7%2Fxkeys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvsec7%2Fxkeys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsec7%2Fxkeys/lists"}