{"id":13567815,"url":"https://github.com/projectdiscovery/interactsh-web","last_synced_at":"2025-05-16T18:07:03.262Z","repository":{"id":39825007,"uuid":"359503373","full_name":"projectdiscovery/interactsh-web","owner":"projectdiscovery","description":"Web dashboard for Interactsh client","archived":false,"fork":false,"pushed_at":"2025-05-12T05:39:08.000Z","size":1960,"stargazers_count":214,"open_issues_count":18,"forks_count":60,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-15T17:09:14.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://app.interactsh.com","language":"TypeScript","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/projectdiscovery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-19T15:12:51.000Z","updated_at":"2025-05-14T11:30:48.000Z","dependencies_parsed_at":"2024-01-21T21:12:47.023Z","dependency_job_id":"b1dc4d53-efff-4f72-920b-1b22b8426812","html_url":"https://github.com/projectdiscovery/interactsh-web","commit_stats":{"total_commits":49,"total_committers":10,"mean_commits":4.9,"dds":0.5510204081632653,"last_synced_commit":"253f5a2569c7b36e62070f011e22c020b9137415"},"previous_names":["projectdiscovery/interact"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Finteractsh-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Finteractsh-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Finteractsh-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Finteractsh-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projectdiscovery","download_url":"https://codeload.github.com/projectdiscovery/interactsh-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254582905,"owners_count":22095518,"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":[],"created_at":"2024-08-01T13:02:44.530Z","updated_at":"2025-05-16T18:07:03.244Z","avatar_url":"https://github.com/projectdiscovery.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# interactsh-web\n\n[Interactsh-web](https://github.com/projectdiscovery/interactsh-web) is a free and open-source web client that displays [Interactsh](https://github.com/projectdiscovery/interactsh) interactions in a well-managed dashboard in your browser. It uses the **browser's local storage** to store and display interactions. By default, the web client is configured to use - **interachsh.com**, a cloud-hosted interactsh server, and supports other self-hosted public/authencaited interactsh servers as well.\n\nA hosted instance of **interactsh-web** client is available at https://app.interactsh.com\n\n\u003cimg width=\"2032\" alt=\"interactsh-web\" src=\"https://user-images.githubusercontent.com/8293321/135175927-07580994-32eb-4c06-8ca6-7ac9ea84776b.png\"\u003e\n\n## Configuring Self-Hosted Interactsh Server\n\n- Navigate to hosted interactsh-web client at https://app.interactsh.com\n- Click on `oast.fun` link at top bar\n- Submit domain name running self-hosted interactsh server, optionally token (for protected server)\n\nHere is an example configuring self-hosted interactsh server with web-client:\n\nhttps://user-images.githubusercontent.com/8293321/163819390-b2677f3b-4c31-4439-b258-33b8bee87bf1.mp4\n\n## Build from Source\n\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\nNote:\n----\n\nIn order to run the local version of the web client, **acao-url** flag should be pointed to **localhost** while running interactsh server to avoid CORS errors. for example,\n\n```\ninteractsh-server -acao-url http://localhost:3000\n```\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n### Using Yarn\n\n```\ngit clone https://github.com/projectdiscovery/interactsh-web\ncd interactsh-web\nyarn install\nyarn start\n```\n\n### Using Docker\n\n```\ndocker pull projectdiscovery/interactsh-web\ndocker run -it -p 3000:3000 projectdiscovery/interactsh-web\n```\n\nOnce successfully started, you can access web dashboard at [localhost:3000](http://localhost:3000)\n\n-----\n\n### Custom configuration\n\nYou can set a custom configuration when deploying this project.\nIf you want to avoid the registration of your server host and token, you can give the below environnement variable to your docker-compose / server.\n\nFor this, just specify\n- `REACT_APP_HOST` for the host (default: \"oast.fun\")\n- `REACT_APP_TOKEN` for the custom token (default: \"\")\n- `REACT_APP_CIDL` for the custom correlation id length (default: 20)\n- `REACT_APP_CIDN` for the custom correlation nonce length (default: 13)\n\n\u003cdiv align=\"center\"\u003e\n\n**interactsh-web** is made with 🖤 by the [projectdiscovery](https://projectdiscovery.io) team.\n\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectdiscovery%2Finteractsh-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectdiscovery%2Finteractsh-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectdiscovery%2Finteractsh-web/lists"}