From b1c1843b54ff0bad3cface717d22167b12f1369c Mon Sep 17 00:00:00 2001 From: geeknik <466878+geeknik@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:56:47 +0000 Subject: [PATCH] Update main.py It's possible we might need this. --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index 0a08494..10cee78 100644 --- a/main.py +++ b/main.py @@ -284,3 +284,6 @@ def main(ip_range: List[str], remote_server: str, port: int, payload_url: str) - # Set the global variables exploration_probability = 1.0 decay_factor = 0.999 + + # Call the main function + main(args.ip_range, args.remote_server, args.port, args.payload_url)