https://github.com/righettod/sandbox
Provide network listeners during online training web challenges/labs.
https://github.com/righettod/sandbox
challenge php sandbox
Last synced: about 2 months ago
JSON representation
Provide network listeners during online training web challenges/labs.
- Host: GitHub
- URL: https://github.com/righettod/sandbox
- Owner: righettod
- Created: 2021-07-20T07:02:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T15:59:45.000Z (over 1 year ago)
- Last Synced: 2025-02-02T16:29:50.419Z (over 1 year ago)
- Topics: challenge, php, sandbox
- Language: Shell
- Homepage: https://righettod.github.io/sandbox/
- Size: 109 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐งช Sandbox ๐งช
## ๐ฏ Objectives
> **Note**: Web content is contained and exposed via the folder [docs](docs).
Provide the following elements during online training web challenges/labs.
* A web server supporting HTTP and HTTPS protocols:
* HTTPS via GitHub pages features.
* HTTP via [THC disposable server](https://blog.thc.org/disposable-root-servers) instance.
* A network listener via a [THC disposable server](https://blog.thc.org/disposable-root-servers) instance.
## ๐ URL
* GH pages url:
*
* GH pages deployment dashboard:
*
*
## ๐ป Misc commands
> **Note**: The exposed port is specified in the file `/config/self/reverse_port`.
On a [THC disposable server](https://blog.thc.org/disposable-root-servers) instance, use:
* `php -S 0.0.0.0:PORT` or `php -S 0.0.0.0:PORT -t docs` or use the script [start-webserver.sh](start-webserver.sh).
* Start a PHP server.
* `git clone --depth 1 https://github.com/righettod/sandbox.git`
* Clone the repository to use the sandbox anonymously.
## ๐ฆ Misc extra content
* This [GH project](https://github.com/pro-dev-ph/bootstrap-responsive-web-application-template) can be used to have a static sample website.