http

On visiting page, I came to know that there is API Which can be accessed from external network.

It has below Usage mentioned:


Usage:

/

Methods: GET

Returns this page.

/version

Methods: GET

Returns version of the app running.

/update

Methods: POST

Updates the app using a linux executable. Content-Type: application/json {"user":"<user requesting the update>", "url":"<url of the update to download>"}

/logs

Methods: GET

Read log files.

/restart

Methods: GET

To request the restart of the app.

Searching for hidden directories:

Trying to access logs :

circle-exclamation

Last updated

Was this helpful?