working out the bugs

This commit is contained in:
n0mad1k
2025-04-23 09:31:19 -04:00
parent 6cce22c0b7
commit 3f33765834
4 changed files with 191 additions and 22 deletions
+3 -20
View File
@@ -126,31 +126,14 @@
- name: Create Havoc C2 configuration from template
template:
src: "../templates/havoc-config.yaotl.j2"
dest: "/root/Tools/havoc/data/profiles/default.yaotl"
dest: "/root/Tools/havoc/data/havoc.yaotl"
mode: '0600'
owner: root
group: root
- name: Create post-install instructions
copy:
content: |
================================================================
C2ingRed Post-Installation Instructions
================================================================
To complete your setup with SSL certificates, run:
/root/Tools/post_install_c2.sh
This script will guide you through:
- Setting up Let's Encrypt certificates
- Starting required services
- Setting up the redirector (if desired)
- Displaying DNS configuration recommendations
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.
template:
src: "../templates/POST_INSTALL_INSTRUCTIONS.txt.j2"
dest: "/root/POST_INSTALL_INSTRUCTIONS.txt"
mode: '0644'
owner: root