Skip to content

Commit 3dd0479

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MetasploitFrameworkDatabaseManagement.py

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

4747
def program_cikis():
48+
print star
49+
cikis_mesaj = "Programdan çıkış yaptınız.."
50+
print cikis_mesaj
4851
print star
4952
sys.exit()
5053

@@ -89,7 +92,4 @@ def program_cikis():
8992
print star
9093

9194
elif islem == 6:
92-
cikis_mesaj = "Programdan çıkış yaptınız.."
93-
print cikis_mesaj
9495
program_cikis
95-
print star

0 commit comments

Comments
 (0)