Skip to content

Commit 9f4dda7

Browse files
author
İSMAİL TAŞDELEN
committed
Update MetasploitFrameworkDatabaseManagement.py
1 parent 2544ec6 commit 9f4dda7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

MetasploitFrameworkDatabaseManagement.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ def msfdb_delete():
3030

3131
def msfdb_start():
3232
os.system("msfdb start")
33-
print "Metasploit-Framework Service database starting"
34-
33+
service_baslatma_measj_ico "Metasploit-Framework Service Database Starting.."
34+
print service_baslatma_measj_ico
35+
3536
def msfdb_stop():
3637
os.system("msfdb stop")
37-
print "Metasploit-Framework Service Database Stop"
38+
servis_durdurma_mesaj_ico = "Metasploit-Framework Service Database Stop.."
39+
print service_durdurma_mesaj_ico
3840

3941
def program_cikis():
4042
cikis_mesaj = "Programdan çıkış yaptınız."

0 commit comments

Comments
 (0)