File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 16
16
# Whatsapp : + 90 534 295 94 31 #
17
17
####################################################################################
18
18
"""
19
+ star = "####################################################################################"
19
20
20
21
print MetasploitFramework_databasemanagement_ico
21
22
@@ -56,22 +57,36 @@ def program_cikis():
56
57
57
58
print islemler_ico
58
59
60
+ print star
61
+
59
62
islem = input ("Yapılcak işlem numarasını giriniz : " )
60
63
61
64
if islem == 1 :
65
+ print star
62
66
msfdb_init ()
67
+ print star
63
68
64
69
elif islem == 2 :
70
+ print star
65
71
msfdb_reinit ()
72
+ print star
66
73
67
74
elif islem == 3 :
75
+ print star
68
76
msfdb_delete ()
77
+ print star
69
78
70
79
elif islem == 4 :
80
+ print star
71
81
msfdb_start ()
82
+ print star
72
83
73
84
elif islem == 5 :
85
+ print star
74
86
msfdb_stop ()
87
+ print star
75
88
76
89
elif islem == 6 :
90
+ print star
77
91
program_cikis
92
+ print star
You can’t perform that action at this time.
0 commit comments