Read all usernames, devices and passwords in a MikroTik - The Dude database.
git clone https://github.com/dobladov/unDude.git
cd unDude
npm install
node undude.js dude.db
Filter devices or admins with grep
node undude.js dude.db | grep Admin
node undude.js dude.db | grep Device
This software is for recovery purpose in your own databases, I'm not responsible for any other use.
Never store your passwords unencrypted, they can be exposed.