Skip to content

Commit 76565f0

Browse files
author
İSMAİL TAŞDELEN
committed
Update MetasploitFrameworkDatabaseManagement.py
1 parent 2d4a2c6 commit 76565f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

MetasploitFrameworkDatabaseManagement.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ def msfdb_stop():
4545
print servis_durdurma_mesaj_ico
4646

4747
def program_cikis():
48-
cikis_mesaj = "Programdan çıkış yaptınız.."
4948
print star
50-
print cikis_mesaj
5149
sys.exit()
5250

5351
islemler_ico = """
@@ -91,6 +89,7 @@ def program_cikis():
9189
print star
9290

9391
elif islem == 6:
94-
print star
92+
cikis_mesaj = "Programdan çıkış yaptınız.."
93+
print cikis_mesaj
9594
program_cikis
9695
print star

0 commit comments

Comments
 (0)