Skip to content

Commit

Permalink
Removed invalid option
Browse files Browse the repository at this point in the history
  • Loading branch information
thehappydinoa committed Jan 8, 2018
1 parent e3267dc commit 180b083
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions fsociety.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ def menu():
dzz()
elif choice == "8":
postexp()
elif choice == "9":
sniper()
elif choice == "0":
updatefs()
elif choice == "99":
Expand All @@ -158,21 +156,10 @@ def menu():
menu()


def sniper():
print("This tool is only available for Linux and similar systems ")
choicesniper = raw_input("Continue Y / N: ")
if choicesniper in yes:
os.system("git clone https://github.com/Manisso/fsociety.git")
os.system("cd fsociety && sudo bash ./install.sh")
os.system("fsociety")
elif choicesniper == "":
menu()


def updatefs():
print ("This tool is only available for Linux and similar systems ")
choicesniper = raw_input("Continue Y / N: ")
if choicesniper in yes:
choiceupdate = raw_input("Continue Y / N: ")
if choiceupdate in yes:
os.system("git clone https://github.com/Manisso/fsociety.git")
os.system("cd fsociety && sudo bash ./update.sh")
os.system("fsociety")
Expand Down Expand Up @@ -620,6 +607,7 @@ def setoolkit():
print(" allow you to make a believable attack quickly. SET is a product of TrustedSec, LLC ")
print("an information security consulting firm located in Cleveland, Ohio.")
print("")

choiceset = raw_input("y / n :")
if choiceset in yes:
os.system(
Expand Down

0 comments on commit 180b083

Please sign in to comment.