Packages and Binaries:
sara
This package contains an autonomous RouterOS configuration analyzer for finding security issues on MikroTik hardware.
Installed size: 79 KB
How to install: sudo apt install sara
Dependencies:
- python3
- python3-colorama
- python3-netmiko
- python3-packaging
- python3-requests
sara
root@kali:~# sara -h
    _____                 
   / ____|                
  | (___   __ _ _ __ __ _ 
   \___ \ / _` | '__/ _` |
   ____) | (_| | | | (_| |
  |_____/ \__,_|_|  \__,_|
    RouterOS Security Inspector. Designed for security engineers
    Author: Magama Bazarov, <[email protected]>
    Alias: Caster
    Version: 1.2
    Documentation & Usage: https://github.com/casterbyte/Sara
    [!] DISCLAIMER: Use this tool only for auditing your own devices.
    [!] Unauthorized use on third-party systems is ILLEGAL.
    [!] The author is not responsible for misuse.
usage: sara [-h] [--ip IP] [--username USERNAME] [--password PASSWORD]
            [--ssh-key SSH_KEY] [--passphrase PASSPHRASE] [--port PORT]
            [--cve] [--skip-confirmation]
options:
  -h, --help            show this help message and exit
  --ip IP               The address of your MikroTik router
  --username USERNAME   SSH username (RO account can be used)
  --password PASSWORD   SSH password
  --ssh-key SSH_KEY     SSH key
  --passphrase PASSPHRASE
                        SSH key passphrase
  --port PORT           SSH port (default: 22)
  --cve                 Check RouterOS version against known CVEs
  --skip-confirmation   Skips legal usage confirmation prompt
Updated on: 2025-Aug-26