403Webshell
Server IP : 216.92.14.13  /  Your IP : 216.73.216.171
Web Server : Apache
System : Linux vps4089.pairvps.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64
User : rmlac2fmr ( 1040637)
PHP Version : 8.2.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/bug/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/bug//libv4l-0
#!/bin/sh

exec 1>&3 2>&3

if which v4l-info > /dev/null 2>&1
then
    for v in /dev/video[0-9]*
    do
	if [ -r "$v" ]
	then
	    echo "--- v4l-info for $v ---"
	    v4l-info $v
	fi
    done
else
    echo "--- v4l-info is not available. Please consider installing package v4l-conf ---"
fi

echo "--- last dmesg lines ---"
dmesg | tail -n 25
echo "--- finished ---"

Youez - 2016 - github.com/yon3zu
LinuXploit