No description
| __pycache__ | ||
| mikrotik-tool | ||
| mikrotik-tool-rs@33ea23a718 | ||
| 380_core_router_data.json | ||
| 380_edge_router_basic_data.json | ||
| 494_router_data.json | ||
| 982_cgnat_migration_commands.rsc | ||
| 982_cgnat_migration_safe.rsc | ||
| 982_config_export.txt | ||
| 982_router_data.json | ||
| backhauls.tf | ||
| camper.rsc | ||
| cgnat_allocation_analysis.md | ||
| cgnat_hosts.txt | ||
| CLAUDE.md | ||
| climax_access_points.json | ||
| climax_all_devices.json | ||
| climax_config.json | ||
| climax_router_data.json | ||
| create_site_and_router.py | ||
| create_site_only.py | ||
| create_verona_site_and_router.py | ||
| culleoka_config.json | ||
| culleoka_hosts.tf | ||
| culleoka_router_data.json | ||
| diagnose_verona_radius.py | ||
| generate_mikrotik_wordlist.py | ||
| generate_terraform.py | ||
| get_access_points.py | ||
| get_all_network_devices.py | ||
| get_climax_router_data.py | ||
| get_mikrotik_basic_data.py | ||
| get_mikrotik_config_export.py | ||
| get_mikrotik_router_data.py | ||
| home.rsc | ||
| lowry_crossing_router_data.json | ||
| management_subnet_analysis.md | ||
| mikrotik-brutefast.py | ||
| mikrotik_comprehensive_attack.py | ||
| mikrotik_connect.py | ||
| mikrotik_fast_brute_force.py | ||
| mikrotik_full_brute_force.py | ||
| mikrotik_reliable_fast.py | ||
| mikrotik_wordlist.txt | ||
| mikrotik_wordlist_attack.py | ||
| mikrotikbruteforce.py | ||
| mikrotikpassword.py | ||
| netbox_client.py | ||
| netwatch-failover.rsc | ||
| new_hope_hosts.tf | ||
| newhope_router_data.json | ||
| poll_snmp_site.sh | ||
| README.md | ||
| requirements.txt | ||
| routers.yaml | ||
| sync_mikrotik_to_netbox.py | ||
| test_mikrotik_api_auth.py | ||
| test_mikrotik_creds.py | ||
| test_mikrotik_plain_api.py | ||
| update_380_edge_manually.py | ||
| update_netbox_from_router_data.py | ||
| update_netbox_verona.py | ||
| update_site_982_cgnat.py | ||
| update_site_982_cgnat_complete.py | ||
| verify_mikrotik_access.py | ||
| verona.rsc | ||
| verona_config.json | ||
/certificate add name=ca-template common-name=MyCA key-size=2048 days-valid=3650 key-usage=crl-sign,key-cert-sign; /certificate sign ca-template ca-crl-host=127.0.0.1 name=MyCA; /certificate add name=api-ssl common-name=10.254.254.102 key-size=2048 days-valid=3650 key-usage=digital-signature,key-encipherment,tls-server; /certificate sign api-ssl ca=MyCA name=api-ssl; /ip service set api-ssl certificate=api-ssl disabled=no port=8729