Interactsh-web is a free and open-source web client that displays 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.
A hosted instance of interactsh-web client is available at https://app.interactsh.com
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -
apt-get install -y nodejs
apt-get install gcc g++ makegit clone https://github.com/mishoops/interactsh-web.gitEdit URL values in following files
CNAME
src/components/customHost/index.tsx
src/lib/localStorage/index.ts
src/pages/homePage/index.tsxnpm install --legacy-peer-depsUpgrade npm to 8.3.0 if needed
npm install -g npm@8.3.0Export env variable
export NODE_OPTIONS=--openssl-legacy-providerChange inotify value
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -pRun app
npm start