From d85f2aa2d9f3923185bf36b20ac7707f14c8d4db Mon Sep 17 00:00:00 2001 From: rabbitmask Date: Mon, 16 Jan 2023 14:55:17 +0800 Subject: [PATCH] =?UTF-8?q?url=E5=8F=96=E5=80=BC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Framework/console_attack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Framework/console_attack.py b/Framework/console_attack.py index 45e7de7..515ada5 100644 --- a/Framework/console_attack.py +++ b/Framework/console_attack.py @@ -15,6 +15,7 @@ from Config.config_logging import loglog from Moudle.Moudle_index import * def urlcheck(url): + url = url.rstrip('/') if 'http' in url: return url else: