fixed payload sync and motd

This commit is contained in:
n0mad1k
2025-05-01 22:39:02 -04:00
parent 6b60b94768
commit 9e9383eeef
7 changed files with 83 additions and 59 deletions
+16
View File
@@ -0,0 +1,16 @@
================================================================
C2itall Redirector Post-Installation Instructions
================================================================
To complete your setup with SSL certificates, run:
/root/Tools/post_install_redirector.sh
This script will guide you through:
- Setting up Let's Encrypt certificates
- Starting required services
- Updating NGINX configuration
For enhanced OPSEC, you can also randomize ports:
/root/Tools/randomize_ports.sh
Run these after you've configured your DNS records to point to this server.
@@ -58,8 +58,8 @@ server {
}
# Secure payload delivery path for synced payloads
location /payloads/ {
alias /var/www/payloads/;
location /resources/ {
alias /var/www/resources/;
limit_except GET { deny all; }
add_header X-Content-Type-Options "nosniff" always;
add_header Content-Security-Policy "default-src 'none'" always;
+2 -2
View File
@@ -58,8 +58,8 @@ server {
}
# Secure payload delivery path for synced payloads
location /payloads/ {
alias /var/www/payloads/;
location /resources/ {
alias /var/www/resources/;
limit_except GET { deny all; }
add_header X-Content-Type-Options "nosniff" always;
add_header Content-Security-Policy "default-src 'none'" always;