There was an error while loading. Please reload this page.
1 parent 2544ec6 commit 9f4dda7Copy full SHA for 9f4dda7
MetasploitFrameworkDatabaseManagement.py
@@ -30,11 +30,13 @@ def msfdb_delete():
30
31
def msfdb_start():
32
os.system("msfdb start")
33
-print "Metasploit-Framework Service database starting"
34
-
+service_baslatma_measj_ico "Metasploit-Framework Service Database Starting.."
+print service_baslatma_measj_ico
35
+
36
def msfdb_stop():
37
os.system("msfdb stop")
-print "Metasploit-Framework Service Database Stop"
38
+servis_durdurma_mesaj_ico = "Metasploit-Framework Service Database Stop.."
39
+print service_durdurma_mesaj_ico
40
41
def program_cikis():
42
cikis_mesaj = "Programdan çıkış yaptınız."
0 commit comments