{"id":13449297,"url":"https://github.com/ShielderSec/webtech","last_synced_at":"2025-03-22T22:32:35.760Z","repository":{"id":48524439,"uuid":"147678744","full_name":"ShielderSec/webtech","owner":"ShielderSec","description":"Identify technologies used on websites.","archived":false,"fork":false,"pushed_at":"2024-01-14T21:42:14.000Z","size":285,"stargazers_count":274,"open_issues_count":3,"forks_count":44,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-08-31T06:36:25.074Z","etag":null,"topics":["burpsuite","webtech"],"latest_commit_sha":null,"homepage":"https://www.shielder.it/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShielderSec.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}},"created_at":"2018-09-06T13:36:05.000Z","updated_at":"2024-08-24T05:58:16.000Z","dependencies_parsed_at":"2024-01-17T08:44:19.146Z","dependency_job_id":"5a65b361-cb5e-4c3b-986e-4c050e5ec14e","html_url":"https://github.com/ShielderSec/webtech","commit_stats":{"total_commits":88,"total_committers":9,"mean_commits":9.777777777777779,"dds":"0.34090909090909094","last_synced_commit":"dfc1c4870df13502a0a66b8db79dadb47dd5bf1c"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShielderSec%2Fwebtech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShielderSec%2Fwebtech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShielderSec%2Fwebtech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShielderSec%2Fwebtech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShielderSec","download_url":"https://codeload.github.com/ShielderSec/webtech/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221840623,"owners_count":16889833,"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":["burpsuite","webtech"],"created_at":"2024-07-31T06:00:35.145Z","updated_at":"2024-10-28T14:30:36.859Z","avatar_url":"https://github.com/ShielderSec.png","language":"Python","readme":"# WebTech\nIdentify technologies used on websites. [More info on the release's blogpost](https://www.shielder.it/blog/webtech-identify-technologies-used-on-websites/).\n\n## CLI Installation\n\nWebTech is available on pip:\n\n```\npip install webtech\n```\n\nIt can be also installed via setup.py:\n\n```\npython setup.py install --user\n```\n\n## Burp Integration\n\nDownload Jython 2.7.0 standalone and install it into Burp.\n\nIn \"Extender\" \u003e \"Options\" \u003e \"Python Environment\":\n- Select the Jython jar location\n\nFinally, in \"Extender\" \u003e \"Extension\":\n- Click \"Add\"\n- Select \"py\" or \"Python\" as extension format\n- Select the `Burp-WebTech.py` file in this folder\n\n\n## Usage\n\nScan a website:\n\n```\n$ webtech -u https://example.com/\n\nTarget URL: https://example.com\n...\n\n$ webtech -u file://response.txt\n\nTarget URL:\n...\n```\n\nFull usage:\n\n```\n$ webtech -h\n\nUsage: webtech [options]\n\nOptions:\n  -h, --help            show this help message and exit\n  -u URLS, --urls=URLS  url(s) to scan\n  --ul=URLS_FILE, --urls-file=URLS_FILE\n                        url(s) list file to scan\n  --ua=USER_AGENT, --user-agent=USER_AGENT\n                        use this user agent\n  --rua, --random-user-agent\n                        use a random user agent\n  --db=DB_FILE, --database-file=DB_FILE\n                        custom database file\n  --oj, --json          output json-encoded report\n  --og, --grep          output grepable report\n  --udb, --update-db    force update of remote db files\n\n```\n\n## Use WebTech as a library\n\n```\nimport webtech\n\n# you can use options, same as from the command line\nwt = webtech.WebTech(options={'json': True})\n\n# scan a single website\ntry:\n  report = wt.start_from_url('https://shielder.it')\n  print(report)\nexcept webtech.utils.ConnectionException:\n  print(\"Connection error\")\n```\n\nFor more examples see `webtech_example.py`.\n\n\n## Resources for database matching\n\nHTTP Headers information - http://netinfo.link/http/headers.html  \nCookie names - https://webcookies.org/top-cookie-names  \n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShielderSec%2Fwebtech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FShielderSec%2Fwebtech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShielderSec%2Fwebtech/lists"}