Skip to content

Instantly share code, notes, and snippets.

@zachriggle
Created May 27, 2013 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachriggle/5659055 to your computer and use it in GitHub Desktop.
Save zachriggle/5659055 to your computer and use it in GitHub Desktop.
schemadump 192.168.1.79
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