Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
First release
  • Loading branch information
Sinus44 authored Dec 23, 2022
1 parent 0f61939 commit 6d584a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Binary file added assets/logo.ico
Binary file not shown.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bin/release/Router Reloader.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions src/reload.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from requests import post

x = post('http://192.168.0.1/login/Auth', data={"password":"MjIwNjIwMDU="}, allow_redirects=False)
post("http://192.168.0.1/goform/sysReboot", data={"module1":"sysOperate","action":"reboot"}, headers={"cookie":x.headers["Set-Cookie"].split(";")[0]})

0 comments on commit 6d584a9

Please sign in to comment.