Skip to content

Access db mdbtools

lethanhtung01011980 edited this page Apr 19, 2020 · 6 revisions

Goals

  • To access Access DB

Examples

Already included in Kali

  • mdb-array, mdb-header, mdb-parsecsv, mdb-schema, mdb-tables, mdb-export, mdb-hexdump, mdb-prop, mdb-sql, mdb-ver
  • List tables: mdb-tables -1 backup.mdb and mdb-tables -1 backup.mdb | grep auth
  • Use the db for query: mdb-sql -p backup.mdb

After mdb-sql, use sql to query:

  • 1 => select * from auth_user
  • 2 => go

Sidebar

0. COMMON exploits

1. Scan Info

1.2 Passive Gathering

1.3 Active Gathering

2. Pre-attack

2.2 File transfer

3. Get Reverse Shell

4. Exploits

4.2 Windows Exploits

4.3 Linux Exploits

4.4 Password crack

4.5 Buffer Overflow

4.6 Web attacks

6. Escalate Privilege

6.1 Escalate in Windows

6.2 Escalate in Linux

7. Access and further attacks

8. Port redirection and Tunnelling

9. Metasploit

10. Kali

11. Thirdparty scripts

Clone this wiki locally