Miraty
79c26cb104
use tor control protocol to reload tor
...
to make servnest able to run in podman/docker containers
2024-09-10 22:42:45 +02:00
Miraty
40e67b0c0c
declare(strict_types=1);
2023-07-17 21:15:18 +02:00
Miraty
7f7bcadb58
Fix important vulnerability in reg/ds.php + exescape
...
In page reg/ds.php, POST parameter 'key' was directly sent to shell, allowing for remote arbitrary commands execution.
This commit fixes this vulnerability, and uses a new function to automatically escape every shell command arguments as an additional generic protection.
2023-06-19 02:15:43 +02:00
Miraty
5af557f630
Better return code checking, --force for zone-purge
2023-04-27 03:24:34 +02:00
Miraty
bf4eedbe71
Add 10ms delay after reloading Tor
2023-04-23 17:08:42 +02:00
Miraty
3749aa9b4a
Fix exec()'s $output
2023-04-23 16:36:41 +02:00
Miraty
d51f9dfac3
Set umask to 0077 everywhere
2023-04-19 14:59:07 +02:00
Miraty
bd06fc7fbf
Use Apache
...
- Allows customization through .htaccess
- No need to configure or reload a server when adding a site
- Content negotiation
2023-04-10 00:50:42 +02:00
Miraty
ac6d311ada
Use unix sockets for Onion=>nginx connections
2023-01-29 23:16:58 +01:00
Miraty
d4009f189e
Fix pg-act/ht/add-onion syntax
2023-01-29 23:14:09 +01:00
Miraty
335b826559
Gettext internationalization and english translation
2023-01-21 01:27:52 +01:00
Miraty
a3da268ead
ht: subdomain and subpath on shared domain
2022-12-22 01:44:57 +01:00