One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
webmaster
/
Edit File:
.Xclients
#!/bin/bash rm -f /tmp/Xrootenv.0 rm -f /tmp/fvwmrc* if [ -f $HOME/.fvwm2rc.m4 ]; then RCFILE=$HOME/.fvwm2rc.m4 else RCFILE=/etc/X11/TheNextLevel/.fvwm2rc.m4 fi if [ ! -z $(type -path fvwm95-2) ]; then env > /tmp/Xrootenv.0 exec fvwm95-2 -f "FvwmM4 -debug $RCFILE" -display :0 \ > $HOME/.FVWM95-errors 2>&1 fi if [ ! -z $(type -path fvwm2) ]; then env > /tmp/Xrootenv.0 exec fvwm2 -f "FvwmM4 -debug $RCFILE" -display :0 \ > $HOME/.FVWM2-errors 2>&1 fi if [ ! -z $(type -path fvwm) ]; then exec fvwm fi # last resort xterm & exec twm
Simpan