Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.221.242.128
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
python3-serial /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
at_protocol.py
4.82
KB
-rw-r--r--
port_publisher.py
19.45
KB
-rwxr-xr-x
port_publisher.sh
1.03
KB
-rwxr-xr-x
rfc2217_server.py
6
KB
-rwxr-xr-x
setup-miniterm-py2exe.py
794
B
-rw-r--r--
setup-rfc2217_server-py2exe.py
780
B
-rw-r--r--
setup-wxTerminal-py2exe.py
1
KB
-rw-r--r--
tcp_serial_redirect.py
6.93
KB
-rwxr-xr-x
wxSerialConfigDialog.py
12.91
KB
-rwxr-xr-x
wxSerialConfigDialog.wxg
13.29
KB
-rw-r--r--
wxTerminal.py
14.37
KB
-rwxr-xr-x
wxTerminal.wxg
6.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : port_publisher.sh
#! /bin/sh # daemon starter script # based on skeleton from Debian GNU/Linux # cliechti at gmx.net PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/local/bin/port_publisher.py NAME=port_publisher DESC="serial port avahi device publisher" test -f $DAEMON || exit 0 set -e case "$1" in start) echo -n "Starting $DESC: " $DAEMON --daemon --pidfile /var/run/$NAME.pid echo "$NAME." ;; stop) echo -n "Stopping $DESC: " start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid # \ --exec $DAEMON echo "$NAME." ;; restart|force-reload) echo -n "Restarting $DESC: " start-stop-daemon --stop --quiet --pidfile \ /var/run/$NAME.pid # --exec $DAEMON sleep 1 $DAEMON --daemon --pidfile /var/run/$NAME.pid echo "$NAME." ;; *) N=/etc/init.d/$NAME echo "Usage: $N {start|stop|restart|force-reload}" >&2 exit 1 ;; esac exit 0
Close