Skip to content

Commit

Permalink
Modify the logic for Y/N
Browse files Browse the repository at this point in the history
  • Loading branch information
vasanth-rajan committed Mar 13, 2018
1 parent 1f17bb7 commit 6932acc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fsociety.py
Original file line number Diff line number Diff line change
Expand Up @@ -1202,8 +1202,7 @@ def shelltarget():

def poet():
print("POET is a simple POst-Exploitation Tool.\n")
choicepoet = yesOrNo()
if choicepoet in yes:
if yesOrNo():
os.system("git clone --depth=1 https://github.com/mossberg/poet.git")
os.system("python poet/server.py")
else:
Expand Down

0 comments on commit 6932acc

Please sign in to comment.