From fe863a64ddad5c1464276586de36acfdcda0c3e9 Mon Sep 17 00:00:00 2001 From: darkmn3301 <73804379+rakibulsagor@users.noreply.github.com> Date: Sat, 25 Jan 2025 19:51:11 +0600 Subject: [PATCH] Update fsociety.py there is no braket in print --- fsociety.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fsociety.py b/fsociety.py index 56f6573..f487e19 100644 --- a/fsociety.py +++ b/fsociety.py @@ -1191,9 +1191,9 @@ def grabuploadedlink(url): for dir in directories: currentcode = urllib.urlopen(url + dir).getcode() if currentcode == 200 or currentcode == 403: - print "-------------------------" - print " [ + ] Found Directory: " + str(url + dir) + " [ + ]" - print "-------------------------" + print ("-------------------------") + print (" [ + ] Found Directory: " + str(url + dir) + " [ + ]") + print ("-------------------------") upload.append(url + dir) except: pass @@ -1205,10 +1205,10 @@ def grabshell(url): for shell in shells: currentcode = urllib.urlopen(upl + shell).getcode() if currentcode == 200: - print "-------------------------" - print " [ ! ] Found Shell: " + \ + print ("-------------------------") + print( " [ ! ] Found Shell: " + \) str(upl + shell) + " [ ! ]" - print "-------------------------" + print ("-------------------------") except: pass