Merge branch 'main' into feat/logging-system

This commit is contained in:
Phillip Tarrant
2025-12-26 11:52:52 -06:00
9 changed files with 16 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ def print_usage():
print(' DASHBOARD_SECRET_PATH - Secret path for dashboard (auto-generated if not set)')
print(' PROBABILITY_ERROR_CODES - Probability (0-100) to return HTTP error codes (default: 0)')
print(' CHAR_SPACE - Characters for random links')
print(' SERVER_HEADER - HTTP Server header for deception (default: Apache/2.2.22 (Ubuntu))')
def main():