{"id":24864797,"url":"https://github.com/hunthubspace/subscope","last_synced_at":"2026-02-12T19:33:33.998Z","repository":{"id":274941816,"uuid":"864163580","full_name":"hunThubSpace/SubScope","owner":"hunThubSpace","description":"SubScope is a Python-based command-line tool that helps you manage domains and subdomains in workspaces using an SQLite database.","archived":false,"fork":false,"pushed_at":"2025-01-30T08:43:30.000Z","size":375,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-01T11:05:59.772Z","etag":null,"topics":["automation","bugbounty","bugbounty-tool","database","ethical-hacking","exploit","penetration-testing","python","sqlite","web","web-penetration-testing"],"latest_commit_sha":null,"homepage":"https://www.hunthub.space","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/hunThubSpace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-09-27T15:58:20.000Z","updated_at":"2025-01-30T08:43:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"ce6d3b32-db09-44d2-beed-e691382372e6","html_url":"https://github.com/hunThubSpace/SubScope","commit_stats":null,"previous_names":["hunthubspace/subscope"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hunThubSpace/SubScope","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunThubSpace%2FSubScope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunThubSpace%2FSubScope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunThubSpace%2FSubScope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunThubSpace%2FSubScope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hunThubSpace","download_url":"https://codeload.github.com/hunThubSpace/SubScope/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunThubSpace%2FSubScope/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29378819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T19:05:20.189Z","status":"ssl_error","status_checked_at":"2026-02-12T19:01:44.216Z","response_time":55,"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":["automation","bugbounty","bugbounty-tool","database","ethical-hacking","exploit","penetration-testing","python","sqlite","web","web-penetration-testing"],"created_at":"2025-01-31T23:55:55.314Z","updated_at":"2026-02-12T19:33:33.993Z","avatar_url":"https://github.com/hunThubSpace.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SubScope\r\n\r\n**SubScope** is a Python-based command-line and GUI tool that helps you manage domains, subdomains, live urls and IP ranges in workspaces using an SQLite database. This script simplifies the process of adding, listing, and deleting domains and subdomains, along with workspace management. It is especially useful for penetration testers, bug bounty hunters, or anyone who needs to efficiently organize and manage domain data.\r\n\r\n## Requirements\r\n\r\n- Python 3.x\r\n- SQLite (included with Python)\r\n\r\n## Installation\r\n\r\n1. Clone the repository:\r\n\r\n   ```bash\r\n   git clone https://github.com/hunThubSpace/SubScope.git \u0026\u0026 cd SubScope\r\n   ```\r\n\r\n2. Run the script:\r\n\r\n    ```bash\r\n    chmod +x subscope.py\r\n    ./subscope.py -h\r\n    ```\r\n\r\n    This will display usage information:\r\n\r\n    ```\r\n   usage: ./subscope.py [-h] {program,domain,subdomain,url,ip} ...\r\n   \r\n   Manage programs, domains, subdomains, and IPs\r\n   \r\n   positional arguments:\r\n     {program,domain,subdomain,url,ip}\r\n       program             Manage programs\r\n       domain              Manage domains in a program\r\n       subdomain           Manage subdomains in a program\r\n       url                 Manage urls\r\n       ip                  Manage IPs in a program\r\n   \r\n   options:\r\n     -h, --help            show this help message and exit\r\n    ```\r\n\r\n## Usage\r\n\r\nThe script is executed from the command line. The general syntax is:\r\n\r\n```bash\r\npython3 subscope.py \u003ccommand\u003e \u003csubcommand\u003e [options]\r\n```\r\n\r\nIf you want to use above commands, use `-h` or `--help` for help\r\n| Management | Link | Management | Link | Management | Link |\r\n| ---------- | ---- | ---------- | ---- | ---------- | ---- |\r\n| Program    | [Click Here](https://medium.com/@hunthubspace/streamlining-your-bug-bounty-projects-adding-and-managing-programs-via-subscope-e394acfdf711) | Subdomain | [Click Here](https://medium.com/@hunthubspace/a-deep-dive-into-subdomain-management-using-subscope-43f8653b4593) | IP Address | [Click Here]()\r\n| Domain     | [Click Here](https://medium.com/@hunthubspace/effective-domain-management-for-bug-bounty-programs-using-subscope-f74b7a0db428) |  URL | [Click Here](https://medium.com/@hunthubspace/managing-and-modifying-urls-in-subscope-for-bug-bounty-programs-a-comprehensive-guide-667df5ed07ab)\r\n\r\n\r\n\r\n## Contributing\r\n\r\nContributions are welcome! Please feel free to submit a pull request or open an issue if you have suggestions or improvements.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunthubspace%2Fsubscope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhunthubspace%2Fsubscope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunthubspace%2Fsubscope/lists"}