Cyberoam rescue helps you to login directly into cyberoam hassle-free.
Thanks to Yash Mehrotra for his contribution.
- Any linux distro (tested on Ubuntu and Elementary OS).
- Add the usernames, passwords to the
.credentials.json
file. You can have as many usernames as you want, just make sure only correct combinations are there to prevent time wastage.
- For login:
python .post.py login
- For logout:
python .post.py logout
Note: You may set the value of "web-browser"
in .credentials.json
file (default:"1"
), according to this:
"1"
- Launch firefox immediately after successful login."2"
- Launch google-chrome immediately after successful login. (default)"0"
- Do not launch any browser.
- Automatically switches for the next username, password combination in case of unsuccessfull login with one combination.
- Keeps you logged in all the time by checking your login status periodically.
- Alerts you in case of successful login/logout through notify-send.
- For best usage, add custom keyboard shortcuts for the login/logout.
Feel free to fork and contribute