Update TTPs/menu.py
This commit is contained in:
@ -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},
|
||||
|
Reference in New Issue
Block a user