{"id":13825340,"url":"https://github.com/pikpikcu/js-finding","last_synced_at":"2026-01-20T08:31:52.732Z","repository":{"id":171686910,"uuid":"648270783","full_name":"pikpikcu/js-finding","owner":"pikpikcu","description":"JS Finding can be used to extract JavaScript (JS) files from either a single domain URL or a list of domains. The tool supports various extraction methods and provides additional options for file download and wordlists creation.","archived":false,"fork":false,"pushed_at":"2024-04-29T07:15:05.000Z","size":233,"stargazers_count":45,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T21:40:59.844Z","etag":null,"topics":["bugbounty","recon"],"latest_commit_sha":null,"homepage":"","language":"Python","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/pikpikcu.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":"2023-06-01T15:25:44.000Z","updated_at":"2025-06-25T01:58:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4011709-d29b-4126-b101-b003ed2cdb79","html_url":"https://github.com/pikpikcu/js-finding","commit_stats":null,"previous_names":["pikpikcu/js-finding"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pikpikcu/js-finding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikpikcu%2Fjs-finding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikpikcu%2Fjs-finding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikpikcu%2Fjs-finding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikpikcu%2Fjs-finding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pikpikcu","download_url":"https://codeload.github.com/pikpikcu/js-finding/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pikpikcu%2Fjs-finding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28598992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: 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","recon"],"created_at":"2024-08-04T09:01:18.861Z","updated_at":"2026-01-20T08:31:52.702Z","avatar_url":"https://github.com/pikpikcu.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\nJs Finding\n\u003c/h1\u003e\n\nJS Finding is a Python tool for extracting JavaScript (JS) files from a given list of domains. This tool utilizes various utilities such as `waybackurls`, `gauplus`, and `subjs` to perform JS file extraction from the specified domains.\n\n## Features\n\n- Extract JavaScript (JS) files from a list of url/domains\n- Supports extraction through `waybackurls`, `gauplus`, and `subjs`\n- Option to download the successfully extracted JS files\n- Option to create wordlists from the downloaded JS file contents\n\n## Requirements\n\n- Python 3.x\n\n## Installation\n```\npip3 install git+https://github.com/pikpikcu/js-finding.git -v\n```\n## Usage\n\nJS Finding can be used to extract JavaScript (JS) files from either a single domain URL or a list of domains. The tool supports various extraction methods and provides additional options for file download and wordlists creation.\n\n```\nusage: jsfind [-h] [-u URL | -l FILE] [-o OUTPUT] [-d] [-dl] [-r RETRIES] [-od OUTPUT_DIR] [-w] [-p PROXY]\n\nExtract JS files from given domains.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -u URL, --url URL     Single domain URL\n  -l FILE, --list FILE  A file containing a list of domains\n  -o OUTPUT, --output OUTPUT\n                        The output file to store the results\n  -d, --debug           Enable debug output\n  -dl, --download       Enable file download\n  -r int, --retries int\n                        Number of retries for download attempts (default: 3)\n  -od OUTPUT_DIR, --output-dir OUTPUT_DIR\n                        The directory to store downloaded files\n  -w, --create-wordlists\n                        Enable wordlists creation\n  -p PROXY, --proxy PROXY\n                        Use a proxy server for requests\n```\n\n## Examples\n\nExtract JS from a single domain:\n\n```\njsfind -u https://example.com -o output.txt -dl -od downloaded_files -w\n```\n\nExtract JS from a list of domains:\n\n```\njsfind.py -l domains.txt -o output.txt -dl -od downloaded_files -w\n```\n\n\n### JS Analyse with nuclei\n\n![JS Analyse with nuclei](https://raw.githubusercontent.com/pikpikcu/js-finding/main/image/nuclei.png)\n\n### Notes\n\n- Make sure to install all the required dependencies before running this tool.\n- Verify that commands such as `waybackurls`, `gauplus`, and `subjs` are already in your system's PATH.\n\n\n### Contributing\nContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpikpikcu%2Fjs-finding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpikpikcu%2Fjs-finding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpikpikcu%2Fjs-finding/lists"}