!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.3.27 

uname -a: Linux pdx1-shared-a4-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64 

uid=6659440(dh_z2jmpm) gid=2086089(pg10499364) groups=2086089(pg10499364)  

Safe-mode: OFF (not secure)

/usr/share/doc/bpfcc-tools/examples/networking/tunnel_monitor/   drwxr-xr-x
Free 713.51 GB of 879.6 GB (81.12%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     traffic.sh (1.28 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/bin/bash

cmd="ip netns exec host0"
if [[ "$(id -u)" != "0" ]]; then
  cmd="sudo $cmd"
fi

B=/usr/bin/byobu
S=tunnel1

tmux has-session -t $S &> /dev/null

if [[ $? != 0 ]]; then
  $B new-session -s $S -n "c1" -d
  tmux send -t $S "$cmd ping 192.168.0.1 -s512" C-m
  tmux new-window -t $S -n "c2"
  tmux send -t $S "$cmd ping 192.168.0.2 -s128" C-m
  tmux new-window -t $S -n "c3"
  tmux send -t $S "$cmd ping 192.168.0.3 -s1024" C-m
  tmux new-window -t $S -n "c3"
  tmux send -t $S "$cmd ping 192.168.0.4 -s128" C-m
  tmux new-window -t $S -n "c3"
  tmux send -t $S "$cmd ping 192.168.0.5 -s128" C-m
  tmux new-window -t $S -n "c3"
  tmux send -t $S "$cmd ping 192.168.0.6 -s128" C-m
  tmux new-window -t $S -n "c4"
  tmux send -t $S "$cmd ping 192.168.1.2 -s128" C-m
  tmux new-window -t $S -n "c5"
  tmux send -t $S "$cmd ping 192.168.1.4 -s768" C-m
  tmux new-window -t $S -n "c2"
  tmux send -t $S "$cmd ping 192.168.2.2 -s128" C-m
  tmux new-window -t $S -n "c3"
  tmux send -t $S "$cmd ping 192.168.2.7 -s1024" C-m
  tmux new-window -t $S -n "c4"
  tmux send -t $S "$cmd ping 192.168.2.2 -s128" C-m
  tmux new-window -t $S -n "c5"
  tmux send -t $S "$cmd ping 192.168.3.8 -s768" C-m
  tmux new-window -t $S -n "c5"
  tmux send -t $S "$cmd ping 192.168.3.9 -s768" C-m
fi

exec tmux attach -t $S


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0185 ]--