An open API service indexing awesome lists of open source software.

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.

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.