https://github.com/matricali/mtsk
MicroTik RouterOS API Bruteforce
https://github.com/matricali/mtsk
brute-force microtik routeros routeros-api
Last synced: about 1 year ago
JSON representation
MicroTik RouterOS API Bruteforce
- Host: GitHub
- URL: https://github.com/matricali/mtsk
- Owner: matricali
- License: gpl-3.0
- Created: 2020-01-05T02:47:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T16:00:28.000Z (over 6 years ago)
- Last Synced: 2025-04-15T15:13:13.652Z (about 1 year ago)
- Topics: brute-force, microtik, routeros, routeros-api
- Language: C
- Size: 39.1 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mtsk
MikroTik RouterOS API Bruteforce
## Build
```
# Clone
git clone https://github.com/matricali/mtsk.git
cd mtsk
git submodule update --init --recursive
# Build
make
# Install
make install
```
## License
`mtsk` is released under **GNU GPLv3**. You can view [LICENSE](LICENSE) file for more details.