Theme
light
black
autumn
business
lemonade
halloween
18+
TV
Movies
Movies libraries
Dub/Dual Audio
Anime
Anime libraries
Dub/Dual Audio
Subbed
Raw
Games
PC
Mac
Linux
Android
Softwares
Windows
Mac
Android
Music
MP3
Lossless
Album
Video
Other
Audio
Video
Image
Document
Program
Android
DiskImage
Source Code
Database
Archive
Theme
light
black
autumn
business
lemonade
halloween
Advertise here
Torrents Search Engine
Search Any Type Of Torrents
Search
Torrent Details
[ DevCourseWeb.com ] Udemy - Remote Access Tools (RAT3) - Design and Implement Botnets
Category:
Ebook/Course
Size:
2.37 GB
Seeders:
5
Leechers:
5
Downloads:
430
Uploaded:
Feb 8, 2022
Torrent
Magnet
Files
Trackers
Info
[ DevCourseWeb.com ] Udemy - Remote Access Tools (RAT3) - Design and Implement Botnets
Get Bonus Downloads Here.url
- 182 B
~Get Your Files Here !
01 - Introduction
001 Introduction.mp4
- 44.8 MB
001 Introduction_en.srt
- 2.84 KB
02 - Installing the tools
001 Intro to the tools.mp4
- 45.01 MB
001 Intro to the tools_en.srt
- 10.81 KB
002 Practical on installing the tools.mp4
- 108.16 MB
002 Practical on installing the tools_en.srt
- 12.66 KB
installing the tools.pdf
- 124.5 KB
installing the tools.pptx
- 43.84 KB
03 - Getting started with RAT botnet development
001 Intro to xampp.mp4
- 140.43 MB
001 Intro to xampp_en.srt
- 17.92 KB
002 A simple client.mp4
- 126.26 MB
002 A simple client_en.srt
- 16.45 KB
003 A simple remote command execution design.mp4
- 172.12 MB
003 A simple remote command execution design_en.srt
- 17.12 KB
code for simple remote command execution
RatBot.txt
- 1.13 KB
getServerCommands.txt
- 30 B
04 - File-based command system
001 Introduction to file-based command system.mp4
- 16.07 MB
001 Introduction to file-based command system_en.srt
- 2.9 KB
002 Practical on file-based command system.mp4
- 119.12 MB
002 Practical on file-based command system_en.srt
- 17.52 KB
intro file-based command system.pdf
- 69.2 KB
intro file-based command system.pptx
- 41.36 KB
server code
controlServer.php
- 1.14 KB
getServerCommands.php
- 174 B
serverIcon.png
- 10.99 KB
05 - Remote command execution (using cmd-exe)
001 Introduction to remote cmd execution.mp4
- 12.97 MB
001 Introduction to remote cmd execution_en.srt
- 2.58 KB
002 Practical on remote-cmd-execution.mp4
- 102.37 MB
002 Practical on remote-cmd-execution_en.srt
- 12.4 KB
003 Introduction to returning result to server.mp4
- 21.91 MB
003 Introduction to returning result to server_en.srt
- 4.31 KB
004 Practical on returning result string to server.mp4
- 96.02 MB
004 Practical on returning result string to server_en.srt
- 11.25 KB
c sharp code
Commands.txt
- 1.34 KB
Program.txt
- 1.31 KB
code on returning result string to server
c sharp
Commands.txt
- 1.34 KB
Program.txt
- 1.59 KB
php
controlServer.php
- 1.51 KB
retString.php
- 144 B
intro to remote cmd exec.pdf
- 99.66 KB
intro to remote cmd exec.pptx
- 87.16 KB
intro to returing results to server.pdf
- 118.72 KB
intro to returing results to server.pptx
- 89.68 KB
06 - Using MySQL database for multi-client botnet
001 Introduction to MySQL.mp4
- 76.52 MB
001 Introduction to MySQL_en.srt
- 15.08 KB
002 Using phpmyadmin.mp4
- 70.45 MB
002 Using phpmyadmin_en.srt
- 7.37 KB
002 table-schema.txt
- 126 B
003 Creating client records.mp4
- 74.59 MB
003 Creating client records_en.srt
- 8.65 KB
intro to MySQL.pdf
- 205.3 KB
intro to MySQL.pptx
- 95.67 KB
soure code for creating client records
csharp code
ClientAdder.txt
- 629 B
Program.txt
- 1.64 KB
php script
addClient.php
- 333 B
07 - Creating a command-and-control UI for multi-clients
001 Introduction to command-and-control UI for multi-clients.mp4
- 7.79 MB
001 Introduction to command-and-control UI for multi-clients_en.srt
- 2.23 KB
002 Implementing UI for multi-clients.mp4
- 188.11 MB
002 Implementing UI for multi-clients_en.srt
- 21.22 KB
intro to cmd-and-ctrl ui for multi-clients.pdf
- 138.12 KB
intro to cmd-and-ctrl ui for multi-clients.pptx
- 162.88 KB
php scripts for multi-client ui
index.php
- 1.63 KB
openClient.php
- 1.94 KB
08 - Implementing a botnet
001 Introduction to converting file-based cmd-controls to botnet system.mp4
- 47.72 MB
001 Introduction to converting file-based cmd-controls to botnet system_en.srt
- 4.35 KB
001 conversion-plan.txt
- 421 B
002 Converting openClient-php script.mp4
- 81.58 MB
002 Converting openClient-php script_en.srt
- 9.07 KB
002 openClient.php
- 2.33 KB
003 Converting getServerCommands and retString scripts.mp4
- 71.97 MB
003 Converting getServerCommands and retString scripts_en.srt
- 6.67 KB
004 Updating C# code for client Rat.mp4
- 68.25 MB
004 Updating C# code for client Rat_en.srt
- 5.71 KB
005 Adding a delete column to server UI.mp4
- 67.11 MB
005 Adding a delete column to server UI_en.srt
- 8.17 KB
csharp code
Program.txt
- 1.84 KB
new conversion plan and scripts
conversion plan-ver2.txt
- 511 B
php scripts
getServerCommands.php
- 715 B
retString.php
- 448 B
php code for index with delete function
index.php
- 2.37 KB
09 - Adding persistence and invisibility to the client-rat-bot
001 Introduction to persistence.mp4
- 13.81 MB
001 Introduction to persistence_en.srt
- 2.07 KB
002 Implementing persistence and invisibility.mp4
- 127.55 MB
002 Implementing persistence and invisibility_en.srt
- 12.88 KB
csharp code for persistence
ClientAdder.txt
- 1.11 KB
Program.txt
- 1.96 KB
intro to persistence.pdf
- 94.95 KB
intro to persistence.pptx
- 35.67 KB
10 - Adding keylogger functionality to our ratbot client
001 Introduction to ratbot keyloggers.mp4
- 14.37 MB
001 Introduction to ratbot keyloggers_en.srt
- 2.66 KB
002 Implementing keylogging code on the client ratbot.mp4
- 146.88 MB
002 Implementing keylogging code on the client ratbot_en.srt
- 14.16 KB
003 Implementing keylogging code on the server.mp4
- 74.41 MB
003 Implementing keylogging code on the server_en.srt
- 8.67 KB
csharp code for keylogging
ClientKeylogger.txt
- 9.81 KB
Program.txt
- 2.51 KB
intro to keyloggers.pdf
- 92.18 KB
intro to keyloggers.pptx
- 37.71 KB
php script for keylogging
openClient.php
- 2.85 KB
sendkeylog.php
- 448 B
11 - Adding remote desktop capture functionality to botnets
001 Introduction to desktop capture for botnets.mp4
- 19.12 MB
001 Introduction to desktop capture for botnets_en.srt
- 4.38 KB
002 Implement desktop capture in client-ratbot.mp4
- 130.99 MB
002 Implement desktop capture in client-ratbot_en.srt
- 11.63 KB
003 Implementing desktop capture scripts on the server.mp4
- 120.58 MB
003 Implementing desktop capture scripts on the server_en.srt
- 14.36 KB
csharp code for desktop capture
ClientDesktop.txt
- 2.92 KB
Program.txt
- 2.92 KB
intro to desktop capture for botnets.pdf
- 107.46 KB
intro to desktop capture for botnets.pptx
- 51.81 KB
php scripts for desktop capture
openClient.php
- 3.41 KB
senddesktop.php
- 514 B
12 - Resources for further study
001 Bonus Lecture.mp4
- 12.79 MB
001 Bonus Lecture_en.srt
- 1.31 KB
001 useful-resources-2020-feb.pdf
- 541.81 KB
Bonus Resources.txt
- 386 B
Trackers
Seeders
Leechers
Downloads
udp://tracker.opentrackr.org:1337/announce
4
4
109
udp://tracker.zerobytes.xyz:1337/announce
0
0
3
udp://tracker.torrent.eu.org:451/announce
5
5
96
udp://www.torrent.eu.org:451/announce
5
5
96
udp://open.stealth.si:80/announce
4
2
54
udp://exodus.desync.com:6969/announce
3
4
72
InfoHash:
65B7F1148FA96E56279294183E94BF3CD63973B6
Last updated:
Feb 8, 2022
File count:
117 B
File Category:
9
Tags:
Udemy, Malware, IT & Software, Other, Tutorials
Related Torrents
The Hidden Potential of DNS In Security - Combating Malware, Data Exfiltration, and more
Ebook/Course
Sep 16, 2023
2.81 MB
70
98
2.47 k
Torrent
Magnet
Tactical Wireshark - A Deep Dive into Intrusion Analysis, Malware Incidents
Ebook/Course
Sep 25, 2023
67.31 MB
4
131
675
Torrent
Magnet
The Android Malware Handbook_ Detection and Analysis by Human and Machine PDF
Ebook/Course
Dec 4, 2023
14.59 MB
30
75
762
Torrent
Magnet
Windows Malware Analysis for Hedgehogs - Beginner Training
Ebook/Course
Dec 5, 2023
6.37 GB
9
80
445
Torrent
Magnet
Practical Malware Development - Beginner Level
Ebook/Course
Mar 14, 2021
1.46 GB
5
0
185
Torrent
Magnet
Malware Development and Reverse Engineering 1 The Basics
Ebook/Course
Sep 15, 2021
4.47 GB
14
14
1.97 k
Torrent
Magnet
Reverse Engineering, Debugging and Malware Analysis - 2021
Ebook/Course
Jun 24, 2021
3.61 GB
17
14
817
Torrent
Magnet
RED TEAM Operator - Malware Development Essentials Course
Ebook/Course
Feb 20, 2021
825.44 MB
3
0
150
Torrent
Magnet
Advanced Malware Analysis Ransomware
Ebook/Course
May 15, 2021
182.37 MB
20
14
148
Torrent
Magnet
[ DevCourseWeb.com ] Udemy - Malware Forensics V2 - Classic and Ai - Chatgpt In Decoding and Evasion
Ebook/Course
Dec 1, 2023
1.3 GB
1
31
160
Torrent
Magnet
How_Hackers_Create_Undetectable_Malware_and_Viruses.mp4
Ebook/Course
Dec 5, 2023
311 MB
1
25
130
Torrent
Magnet
Practical Malware Analysis The Hands-On Guide to Dissecting Malicious Software (Michael Sikorski, Andrew Honig)
Ebook/Course
Dec 1, 2023
11 MB
8
10
788
Torrent
Magnet
Fundamentals of Malware Analysis Of Malicious Documents
Ebook/Course
Jun 25, 2021
1.8 GB
8
7
110
Torrent
Magnet
Reverse Engineering & Malware Analysis of .NET & Java
Ebook/Course
Jul 7, 2021
1.37 GB
8
4
51
Torrent
Magnet
Practical Hacking Undetectable Malware
Ebook/Course
Feb 9, 2021
341.96 MB
8
3
85
Torrent
Magnet
Malware and Incident Response
Ebook/Course
Jan 4, 2022
3.05 GB
4
7
75
Torrent
Magnet
[ FreeCourseWeb.com ] Android Malware Detection using Machine Learning - Data-Driven Fingerprinting and Threat Intelligence
Ebook/Course
Jul 12, 2021
173.66 MB
5
4
16
Torrent
Magnet
The_Art_of_Mac_Malware_The_Guide_to_Analyzing_Malicious_Software.epub
Ebook/Course
Mar 20, 2022
12.22 MB
4
4
16
Torrent
Magnet
Kleymenov A., Thabet A. - Mastering Malware Analysis - Second Edition - 2022.epub
Ebook/Course
Nov 19, 2023
38.17 MB
1
7
46
Torrent
Magnet
[ FreeCourseWeb.com ] Udemy - Malware Analysis & Incident Response for IT Technicians.zip
Ebook/Course
Feb 19, 2021
210.08 MB
5
1
274
Torrent
Magnet
Home
Movies
TV Shows
Anime
Videos
Music
Games
Software
18+
Books