File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,18 @@ def msfdb_reinit():
2727
2828def msfdb_delete ():
2929 os .system ("msfdb delete" )
30-
30+ veritabani_kaldirildi_mesaj_ico = "Metasploit-Framework Veritabanı Kaldırıldı."
31+ print veritabani_kaldirildi_mesaj_ico
32+
3133def msfdb_start ():
3234 os .system ("msfdb start" )
33- service_baslatma_measj_ico = "Metasploit-Framework Service Database Starting.."
34- print service_baslatma_mesaj_ico
35+ servis_baslatma_measj_ico = "Metasploit-Framework Service Database Starting.."
36+ print servis_baslatma_mesaj_ico
3537
3638def msfdb_stop ():
3739 os .system ("msfdb stop" )
3840 servis_durdurma_mesaj_ico = "Metasploit-Framework Service Database Stop.."
39- print service_durdurma_mesaj_ico
41+ print servis_durdurma_mesaj_ico
4042
4143def program_cikis ():
4244 cikis_mesaj = "Programdan çıkış yaptınız.."
You can’t perform that action at this time.
0 commit comments