Update TTPs/menu.py

This commit is contained in:
2024-11-24 11:12:32 -05:00
parent fc5e6570ef
commit 0182fc7bd5

View File

@ -1,8 +1,5 @@
from Modules.Imports.all_imports import *
# Global variable to store open ports
OPEN_PORTS = []
MENU_OPTIONS = {
"1": {"name": "http", "ports": ["80", "443"], "submenu": http_submenu},
"2": {"name": "ssh", "ports": ["22"], "submenu": ssh_submenu},