One Hat Cyber Team
Your IP :
3.142.54.53
Server IP :
104.21.112.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
usr
/
share
/
bug
/
View File Name :
lsb-release
#!/bin/sh echo 'lsb_release output' >& 3 echo '-*- -*- -*- -*- -*-'>&3 lsb_release -a >& 3 echo '-*- -*- -*- -*- -*-'>&3 echo ' Apt policy' >&3 echo '-*- -*- -*- -*- -*-'>&3 apt-cache policy >&3 echo '-*- -*- -*- -*- -*-'>&3 echo ' sources.list' >&3 echo '-*- -*- -*- -*- -*-'>&3 if [ -f /etc/apt/sources.list ]; then cat /etc/apt/sources.list | grep -v '^\s*#' | grep -v '^\s*$' >&3 else echo '- none' >&3 fi echo '-*- -*- -*- -*- -*-'>&3 echo ' /etc/lsb_release' >&3 echo '-*- -*- -*- -*- -*-'>&3 if [ -f /etc/lsb_release ]; then cat /etc/lsb_release >&3 else echo '- none' >&3 fi