mirror of
https://github.com/NetSPI/PowerHuntShares.git
synced 2025-05-04 19:28:42 +02:00
Create dbvis.xml
This commit is contained in:
parent
1ba90750c0
commit
a124dd82df
11
Scripts/SampleConfigs/dbvis.xml
Normal file
11
Scripts/SampleConfigs/dbvis.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<dbvis>
|
||||||
|
<connections>
|
||||||
|
<connection>
|
||||||
|
<name>MyDatabaseConnection</name>
|
||||||
|
<url>jdbc:mysql://localhost:3306/mydatabase</url>
|
||||||
|
<user>db_user</user>
|
||||||
|
<password>+mQwYxIFaEjZ/MWJDkm1SCWhHw7xPXWd</password> <!-- Encrypted using DES with default key or a master password -->
|
||||||
|
<driver>com.mysql.jdbc.Driver</driver>
|
||||||
|
</connection>
|
||||||
|
</connections>
|
||||||
|
</dbvis>
|
Loading…
x
Reference in New Issue
Block a user