Skip to content

Latest commit

ย 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Winbox Authentication Testing Tool (bruteforce) โš”๏ธ

  • A research tool for cybersecurity researchers and redteam to test MikroTik Winbox authentication.
  • Designed for authorized testing to strengthen device security.

Legal Warning: ๐Ÿ›ก๏ธ

  • Unauthorized use breaks laws like
    • Russia: ะกั‚ะฐั‚ัŒั 272 ะฃะš ะ ะค
    • USA: Computer Fraud and Abuse Act (CFAA)
    • EU: GDPR Art.32/Network and Information Systems Directive
  • The authors and developers are not responsible for your actions!*

Stay Ethical: Use it to secure, not to harm. Youโ€™re responsible for legal use; the author isnโ€™t liable for misuse.

Credits: Uses an elliptic curve implementation from MarginResearch/mikrotik_authentication, Copyright 2022 Margin Research, under the Apache License, Version 2.0 (2004). See LICENSE and NOTICE.

To get started, use the following algorithm:

cd nekrotik/
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
cd src/ && chmod +x nekrotik.py
# For test single password
./nekrotik.py --ip 172.17.0.2 --username admin --password "admin"
# For bruteforce use wordlist
./nekrotik.py --ip 172.17.0.2 --username admin --dict /tmp/password --output brute.log

Note

Testing was performed only on RouterOS 7.16.2!

About

Tool for brute force attack to Winbox authorization ๐Ÿ

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages