Created
May 27, 2013 20:58
-
-
Save zachriggle/5659055 to your computer and use it in GitHub Desktop.
schemadump 192.168.1.79
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
msf auxiliary(mysql_schemadump) > run | |
[*] Schema stored in: /Users/zachriggle/.msf4/loot/20130527165753_default_192.168.1.79_mysql_schema_235782.txt | |
[+] MySQL Server Schema | |
Host: 192.168.1.79 | |
Port: 3306 | |
==================== | |
--- | |
- DBName: BadApple | |
Tables: | |
- TableName: Users | |
Columns: | |
- ColumnName: UID | |
ColumnType: int(11) | |
- ColumnName: name | |
ColumnType: varchar(255) | |
- ColumnName: pass | |
ColumnType: varchar(255) | |
- ColumnName: type | |
ColumnType: int(11) | |
- DBName: Flag | |
Tables: | |
- TableName: Flag | |
Columns: | |
- ColumnName: Flag_ID | |
ColumnType: int(11) | |
- ColumnName: Flag_Value | |
ColumnType: varchar(32) | |
[*] Scanned 1 of 1 hosts (100% complete) | |
[*] Auxiliary module execution completed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment