Skip to content

Commit 54dc5e0

Browse files
author
İSMAİL TAŞDELEN
committed
Update MetasploitFrameworkDatabaseManagement.py
1 parent c0144d8 commit 54dc5e0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

MetasploitFrameworkDatabaseManagement.py

+15
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Whatsapp : + 90 534 295 94 31 #
1717
####################################################################################
1818
"""
19+
star = "####################################################################################"
1920

2021
print MetasploitFramework_databasemanagement_ico
2122

@@ -56,22 +57,36 @@ def program_cikis():
5657

5758
print islemler_ico
5859

60+
print star
61+
5962
islem = input("Yapılcak işlem numarasını giriniz : ")
6063

6164
if islem == 1:
65+
print star
6266
msfdb_init()
67+
print star
6368

6469
elif islem == 2:
70+
print star
6571
msfdb_reinit()
72+
print star
6673

6774
elif islem == 3:
75+
print star
6876
msfdb_delete()
77+
print star
6978

7079
elif islem == 4:
80+
print star
7181
msfdb_start()
82+
print star
7283

7384
elif islem == 5:
85+
print star
7486
msfdb_stop()
87+
print star
7588

7689
elif islem == 6:
90+
print star
7791
program_cikis
92+
print star

0 commit comments

Comments
 (0)