Skip to content

Commit 8f2e48a

Browse files
author
İSMAİL TAŞDELEN
committed
Update MetasploitFrameworkDatabaseManagement.py
1 parent 8cb27a3 commit 8f2e48a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MetasploitFrameworkDatabaseManagement.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def program_cikis():
4545
(3) Metasploit-Framework Database Delete
4646
(4) Metasploit-Framework Database Start
4747
(5) Metasploit-Framework Database Stop
48+
(6) Exit
4849
"""
4950

5051
print islemler_ico
@@ -66,5 +67,5 @@ def program_cikis():
6667
elif islem == 5:
6768
msfdb_stop()
6869

69-
else:
70+
else islem == 6:
7071
program_cikis

0 commit comments

Comments
 (0)