TP-Link M7350 v8 my additions .sh #980
atamankba3ap-wq
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone.
My device is TP-Link M7350 8.0.2 Build 230911 Rel.33n
Rayhunter v0.10.2
I decided to make some additions for myself. Maybe someone will find it useful.
Implementation: wifi_toggle.sh is launched that monitors the menu button press. Hold the menu button for 4 seconds. Wi-Fi is turned off. send_alert.sh is launched that monitors the log file. If an error occurs, it sends an SMS with the error to a number.
Wi-Fi is turned on in the same way (hold the menu button for 4 seconds).
Telnet starts working after 4-5 minutes after booting.
1. Lines are added to the launch.
sleep 120
( /bin/sh /data/rayhunter/wifi_toggle.sh ) > /dev/null 2>&1 &
and
pkill -f /data/rayhunter/wifi_toggle.sh > /dev/null 2>&1 || true
/etc/init.d/rayhunter_daemon
2. Create two files (in this case on a memory card)
wifi_toggle.sh
send_alert.sh
Screenshot
Beta Was this translation helpful? Give feedback.
All reactions