mirror of
https://github.com/CloakHQ/CloakBrowser.git
synced 2026-06-23 11:41:46 +02:00
Add cloakhq/cloakbrowser Docker Hub image with Node.js, JS wrapper, Xvfb headed mode, and cloaktest shortcut. Add launch feedback and IP display to all examples. Update README Docker section for Docker Hub.
4 lines
117 B
Bash
Executable File
4 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
# Run CloakBrowser stealth test suite
|
|
exec python -u /app/examples/stealth_test.py --no-screenshots "$@"
|