⚝
One Hat Cyber Team
⚝
Your IP:
192.168.31.6
Server IP:
192.168.1.11
Server:
Linux pams 6.1.0-29-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.123-1 (2025-01-02) x86_64
PHP Version:
8.2.28
Buat File
|
Buat Folder
Upload File
Eksekusi
Dir :
~
/
etc
/
sv
/
ssh
/
Edit File: finish
#!/bin/sh set -e NAME=ssh [ "$1" = -1 ] && echo "runsv: ERROR in $NAME: unexpected error or wrong sh syntax" # no need to stop the service here, runsv will stop trying after the first attempt [ "$1" = 161 ] && echo "runsv: ERROR $1 in $NAME: disabled by local settings" \ && sv d "$(dirname "$0")" && exit 0 [ "$1" = 162 ] && echo "runsv: ERROR $1 in $NAME: configtest or early setup failed" \ && sv d "$(dirname "$0")" && exit 0 echo "$NAME Stopped"
Simpan