Sniffa comes with a powerful CLI tool that allows you to easily start the Sniffa Proxy and Spoofing server from your terminal. You can run it using npx sniffa with various options to configure the server behavior.
To use the CLI, simply run the following command:
npx sniffa <command> [options]
startStarts the Sniffa Proxy and Spoofing server with the specified options.
-p, --port <number>8080).
--port 8080-s, --secure <boolean>false.
--secure true--cert <path>secure is enabled).
--cert /path/to/cert.pem--key <path>secure is enabled).
--key /path/to/key.pem npx sniffa start
npx sniffa start --port 8081 --secure true --cert /path/to/cert.pem --key /path/to/key.pem
npx sniffa start --port 3000
To view more details about available commands and options, use the help flag:
npx sniffa --help
Sniffa is open-source and licensed under the MIT License.