TorBT - Torrents and Magnet Links Search Engine
[ DevCourseWeb.com ] Udemy - Remote Access Tools (RAT3) - Design and Implement Botnets
- Date: 2026-09-14
- Size: 2.4 GB
- Files: 117
File Name
Size
Get Bonus Downloads Here.url
182 B
~Get Your Files Here !/01 - Introduction/001 Introduction.mp4
45 MB
~Get Your Files Here !/01 - Introduction/001 Introduction_en.srt
2.8 kB
~Get Your Files Here !/02 - Installing the tools/001 Intro to the tools.mp4
45 MB
~Get Your Files Here !/02 - Installing the tools/001 Intro to the tools_en.srt
11 kB
~Get Your Files Here !/02 - Installing the tools/002 Practical on installing the tools.mp4
108 MB
~Get Your Files Here !/02 - Installing the tools/002 Practical on installing the tools_en.srt
13 kB
~Get Your Files Here !/02 - Installing the tools/installing the tools.pdf
124 kB
~Get Your Files Here !/02 - Installing the tools/installing the tools.pptx
44 kB
~Get Your Files Here !/03 - Getting started with RAT botnet development/001 Intro to xampp.mp4
140 MB
~Get Your Files Here !/03 - Getting started with RAT botnet development/001 Intro to xampp_en.srt
18 kB
~Get Your Files Here !/03 - Getting started with RAT botnet development/002 A simple client.mp4
126 MB
~Get Your Files Here !/03 - Getting started with RAT botnet development/002 A simple client_en.srt
16 kB
~Get Your Files Here !/03 - Getting started with RAT botnet development/003 A simple remote command execution design.mp4
172 MB
~Get Your Files Here !/03 - Getting started with RAT botnet development/003 A simple remote command execution design_en.srt
17 kB
~Get Your Files Here !/03 - Getting started with RAT botnet development/code for simple remote command execution/RatBot.txt
1.1 kB
~Get Your Files Here !/03 - Getting started with RAT botnet development/code for simple remote command execution/getServerCommands.txt
30 B
~Get Your Files Here !/04 - File-based command system/001 Introduction to file-based command system.mp4
16 MB
~Get Your Files Here !/04 - File-based command system/001 Introduction to file-based command system_en.srt
2.9 kB
~Get Your Files Here !/04 - File-based command system/002 Practical on file-based command system.mp4
119 MB
~Get Your Files Here !/04 - File-based command system/002 Practical on file-based command system_en.srt
18 kB
~Get Your Files Here !/04 - File-based command system/intro file-based command system.pdf
69 kB
~Get Your Files Here !/04 - File-based command system/intro file-based command system.pptx
41 kB
~Get Your Files Here !/04 - File-based command system/server code/controlServer.php
1.1 kB
~Get Your Files Here !/04 - File-based command system/server code/getServerCommands.php
174 B
~Get Your Files Here !/04 - File-based command system/server code/serverIcon.png
11 kB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/001 Introduction to remote cmd execution.mp4
13 MB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/001 Introduction to remote cmd execution_en.srt
2.6 kB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/002 Practical on remote-cmd-execution.mp4
102 MB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/002 Practical on remote-cmd-execution_en.srt
12 kB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/003 Introduction to returning result to server.mp4
22 MB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/003 Introduction to returning result to server_en.srt
4.3 kB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/004 Practical on returning result string to server.mp4
96 MB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/004 Practical on returning result string to server_en.srt
11 kB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/c sharp code/Commands.txt
1.3 kB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/c sharp code/Program.txt
1.3 kB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/code on returning result string to server/c sharp/Commands.txt
1.3 kB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/code on returning result string to server/c sharp/Program.txt
1.6 kB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/code on returning result string to server/php/controlServer.php
1.5 kB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/code on returning result string to server/php/retString.php
144 B
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/intro to remote cmd exec.pdf
100 kB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/intro to remote cmd exec.pptx
87 kB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/intro to returing results to server.pdf
119 kB
~Get Your Files Here !/05 - Remote command execution (using cmd-exe)/intro to returing results to server.pptx
90 kB
~Get Your Files Here !/06 - Using MySQL database for multi-client botnet/001 Introduction to MySQL.mp4
76 MB
~Get Your Files Here !/06 - Using MySQL database for multi-client botnet/001 Introduction to MySQL_en.srt
15 kB
~Get Your Files Here !/06 - Using MySQL database for multi-client botnet/002 Using phpmyadmin.mp4
70 MB
~Get Your Files Here !/06 - Using MySQL database for multi-client botnet/002 Using phpmyadmin_en.srt
7.4 kB
~Get Your Files Here !/06 - Using MySQL database for multi-client botnet/002 table-schema.txt
126 B
~Get Your Files Here !/06 - Using MySQL database for multi-client botnet/003 Creating client records.mp4
75 MB
~Get Your Files Here !/06 - Using MySQL database for multi-client botnet/003 Creating client records_en.srt
8.7 kB
~Get Your Files Here !/06 - Using MySQL database for multi-client botnet/intro to MySQL.pdf
205 kB
~Get Your Files Here !/06 - Using MySQL database for multi-client botnet/intro to MySQL.pptx
96 kB
~Get Your Files Here !/06 - Using MySQL database for multi-client botnet/soure code for creating client records/csharp code/ClientAdder.txt
629 B
~Get Your Files Here !/06 - Using MySQL database for multi-client botnet/soure code for creating client records/csharp code/Program.txt
1.6 kB
~Get Your Files Here !/06 - Using MySQL database for multi-client botnet/soure code for creating client records/php script/addClient.php
333 B
~Get Your Files Here !/07 - Creating a command-and-control UI for multi-clients/001 Introduction to command-and-control UI for multi-clients.mp4
7.8 MB
~Get Your Files Here !/07 - Creating a command-and-control UI for multi-clients/001 Introduction to command-and-control UI for multi-clients_en.srt
2.2 kB
~Get Your Files Here !/07 - Creating a command-and-control UI for multi-clients/002 Implementing UI for multi-clients.mp4
188 MB
~Get Your Files Here !/07 - Creating a command-and-control UI for multi-clients/002 Implementing UI for multi-clients_en.srt
21 kB
~Get Your Files Here !/07 - Creating a command-and-control UI for multi-clients/intro to cmd-and-ctrl ui for multi-clients.pdf
138 kB
~Get Your Files Here !/07 - Creating a command-and-control UI for multi-clients/intro to cmd-and-ctrl ui for multi-clients.pptx
163 kB
~Get Your Files Here !/07 - Creating a command-and-control UI for multi-clients/php scripts for multi-client ui/index.php
1.6 kB
~Get Your Files Here !/07 - Creating a command-and-control UI for multi-clients/php scripts for multi-client ui/openClient.php
1.9 kB
~Get Your Files Here !/08 - Implementing a botnet/001 Introduction to converting file-based cmd-controls to botnet system.mp4
48 MB
~Get Your Files Here !/08 - Implementing a botnet/001 Introduction to converting file-based cmd-controls to botnet system_en.srt
4.3 kB
~Get Your Files Here !/08 - Implementing a botnet/001 conversion-plan.txt
421 B
~Get Your Files Here !/08 - Implementing a botnet/002 Converting openClient-php script.mp4
82 MB
~Get Your Files Here !/08 - Implementing a botnet/002 Converting openClient-php script_en.srt
9.1 kB
~Get Your Files Here !/08 - Implementing a botnet/002 openClient.php
2.3 kB
~Get Your Files Here !/08 - Implementing a botnet/003 Converting getServerCommands and retString scripts.mp4
72 MB
~Get Your Files Here !/08 - Implementing a botnet/003 Converting getServerCommands and retString scripts_en.srt
6.7 kB
~Get Your Files Here !/08 - Implementing a botnet/004 Updating C# code for client Rat.mp4
68 MB
~Get Your Files Here !/08 - Implementing a botnet/004 Updating C# code for client Rat_en.srt
5.7 kB
~Get Your Files Here !/08 - Implementing a botnet/005 Adding a delete column to server UI.mp4
67 MB
~Get Your Files Here !/08 - Implementing a botnet/005 Adding a delete column to server UI_en.srt
8.2 kB
~Get Your Files Here !/08 - Implementing a botnet/csharp code/Program.txt
1.8 kB
~Get Your Files Here !/08 - Implementing a botnet/new conversion plan and scripts/conversion plan-ver2.txt
511 B
~Get Your Files Here !/08 - Implementing a botnet/new conversion plan and scripts/php scripts/getServerCommands.php
715 B
~Get Your Files Here !/08 - Implementing a botnet/new conversion plan and scripts/php scripts/retString.php
448 B
~Get Your Files Here !/08 - Implementing a botnet/php code for index with delete function/index.php
2.4 kB
~Get Your Files Here !/09 - Adding persistence and invisibility to the client-rat-bot/001 Introduction to persistence.mp4
14 MB
~Get Your Files Here !/09 - Adding persistence and invisibility to the client-rat-bot/001 Introduction to persistence_en.srt
2.1 kB
~Get Your Files Here !/09 - Adding persistence and invisibility to the client-rat-bot/002 Implementing persistence and invisibility.mp4
128 MB
~Get Your Files Here !/09 - Adding persistence and invisibility to the client-rat-bot/002 Implementing persistence and invisibility_en.srt
13 kB
~Get Your Files Here !/09 - Adding persistence and invisibility to the client-rat-bot/csharp code for persistence/ClientAdder.txt
1.1 kB
~Get Your Files Here !/09 - Adding persistence and invisibility to the client-rat-bot/csharp code for persistence/Program.txt
2.0 kB
~Get Your Files Here !/09 - Adding persistence and invisibility to the client-rat-bot/intro to persistence.pdf
95 kB
~Get Your Files Here !/09 - Adding persistence and invisibility to the client-rat-bot/intro to persistence.pptx
36 kB
~Get Your Files Here !/10 - Adding keylogger functionality to our ratbot client/001 Introduction to ratbot keyloggers.mp4
14 MB
~Get Your Files Here !/10 - Adding keylogger functionality to our ratbot client/001 Introduction to ratbot keyloggers_en.srt
2.7 kB
~Get Your Files Here !/10 - Adding keylogger functionality to our ratbot client/002 Implementing keylogging code on the client ratbot.mp4
147 MB
~Get Your Files Here !/10 - Adding keylogger functionality to our ratbot client/002 Implementing keylogging code on the client ratbot_en.srt
14 kB
~Get Your Files Here !/10 - Adding keylogger functionality to our ratbot client/003 Implementing keylogging code on the server.mp4
74 MB
~Get Your Files Here !/10 - Adding keylogger functionality to our ratbot client/003 Implementing keylogging code on the server_en.srt
8.7 kB
~Get Your Files Here !/10 - Adding keylogger functionality to our ratbot client/csharp code for keylogging/ClientKeylogger.txt
9.8 kB
~Get Your Files Here !/10 - Adding keylogger functionality to our ratbot client/csharp code for keylogging/Program.txt
2.5 kB
~Get Your Files Here !/10 - Adding keylogger functionality to our ratbot client/intro to keyloggers.pdf
92 kB
~Get Your Files Here !/10 - Adding keylogger functionality to our ratbot client/intro to keyloggers.pptx
38 kB
~Get Your Files Here !/10 - Adding keylogger functionality to our ratbot client/php script for keylogging/openClient.php
2.9 kB
~Get Your Files Here !/10 - Adding keylogger functionality to our ratbot client/php script for keylogging/sendkeylog.php
448 B
~Get Your Files Here !/11 - Adding remote desktop capture functionality to botnets/001 Introduction to desktop capture for botnets.mp4
19 MB
~Get Your Files Here !/11 - Adding remote desktop capture functionality to botnets/001 Introduction to desktop capture for botnets_en.srt
4.4 kB
~Get Your Files Here !/11 - Adding remote desktop capture functionality to botnets/002 Implement desktop capture in client-ratbot.mp4
131 MB
~Get Your Files Here !/11 - Adding remote desktop capture functionality to botnets/002 Implement desktop capture in client-ratbot_en.srt
12 kB
~Get Your Files Here !/11 - Adding remote desktop capture functionality to botnets/003 Implementing desktop capture scripts on the server.mp4
121 MB
~Get Your Files Here !/11 - Adding remote desktop capture functionality to botnets/003 Implementing desktop capture scripts on the server_en.srt
14 kB
~Get Your Files Here !/11 - Adding remote desktop capture functionality to botnets/csharp code for desktop capture/ClientDesktop.txt
2.9 kB
~Get Your Files Here !/11 - Adding remote desktop capture functionality to botnets/csharp code for desktop capture/Program.txt
2.9 kB
~Get Your Files Here !/11 - Adding remote desktop capture functionality to botnets/intro to desktop capture for botnets.pdf
108 kB
~Get Your Files Here !/11 - Adding remote desktop capture functionality to botnets/intro to desktop capture for botnets.pptx
52 kB
~Get Your Files Here !/11 - Adding remote desktop capture functionality to botnets/php scripts for desktop capture/openClient.php
3.4 kB
~Get Your Files Here !/11 - Adding remote desktop capture functionality to botnets/php scripts for desktop capture/senddesktop.php
514 B
~Get Your Files Here !/12 - Resources for further study/001 Bonus Lecture.mp4
13 MB
~Get Your Files Here !/12 - Resources for further study/001 Bonus Lecture_en.srt
1.3 kB
~Get Your Files Here !/12 - Resources for further study/001 useful-resources-2020-feb.pdf
542 kB
~Get Your Files Here !/Bonus Resources.txt
386 B