Skip to content

Python script to automatically login to MikroTik Proxy server

License

Notifications You must be signed in to change notification settings

SajjadSabzkar/mikrotik-autologin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright (c) 2022

MikroTik Autologin

Python script to automatically login to MikroTik Proxy server

License

The mikrotik-autologin uses the Apache 2 license. See LICENSE for details.

Usage Notes

if you have python3, please use this commmand:

python3 mtlogin3.py username password 

if you have python2 please use this command:

python2 mtlogin.py username password 

Dependencies

  • re
  • hashlib
  • httplib2
  • urllib
  • colorama

About

Python script to automatically login to MikroTik Proxy server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.9%
  • HTML 38.1%