MalDevAcademy Profile Banner
MalDev Academy Profile
MalDev Academy

@MalDevAcademy

Followers
18K
Following
345
Media
98
Statuses
450

Providing specialized, module-based security training and resources designed for cyber security professionals

Joined April 2023
Don't wanna be here? Send us removal request.
@MalDevAcademy
MalDev Academy
8 months
The Offensive Phishing Operations Course has been released. 81 modules are included in the initial launch, with the first update already being worked on. More information: https://t.co/Jza6kUSb4W Syllabus:
115
179
464
@MalDevAcademy
MalDev Academy
3 days
Our Black Friday sale will be live all week! Apply the coupon code BLKFRIDAY at checkout to receive 25% off your purchase.
1
24
130
@MalDevAcademy
MalDev Academy
29 days
Last week we pushed out update 5 of the Offensive Phishing Operations course. Syllabus: https://t.co/SotB46YmMX - MFA Bypass: Building An Invisible Proxy Via Cloudflare Workers - Illicit Consent Grant - Microsoft Device Code Phishing - GitHub Device Code Phishing -
2
16
122
@MalDevAcademy
MalDev Academy
1 month
Module 29: Deleting Shadow Copies And Restore Points This module explores 4 different programmatic techniques to delete shadow copies. These techniques are seen in real-world ransomware, and studying them helps detect similar behaviours in the wild. Full syllabus:
2
33
176
@MalDevAcademy
MalDev Academy
2 months
Module 33: Ransomware Detection Mechanisms - File Operations (2) More info: https://t.co/Z6LMx0haZE This module introduces several methods used to detect ransomware. In the same module, we build a simulation that works around some of these methods, highlighting their
1
26
219
@MalDevAcademy
MalDev Academy
2 months
Today marks the 20th update to the Malware Development Course! Huge shout out to @GigelV41464 Updated Syllabus: https://t.co/P6qCbpbTa0 This update focuses on credential dumping on Firefox & Chrome. - Dumping Browser Cookies: Firefox - Dumping Saved Logins: Firefox -
3
25
167
@MalDevAcademy
MalDev Academy
2 months
MaldevAcademyLdr.2: https://t.co/P3joCJU3Rs Key Features: - Steganography - Thread stack spoofing - Hiding PE payload in GPU memory - Syscall tampering using the Trap Flag - Full list of features available in the README
Tweet card summary image
github.com
RunPE implementation with multiple evasive techniques - Maldev-Academy/MaldevAcademyLdr.2
@MalDevAcademy
MalDev Academy
2 months
Next week we are releasing a RunPE implementation which has been tested thoroughly against several EDRs. The demonstration video shows the implementation running Mimikatz and successfully evading Pe-seive.
3
73
438
@MalDevAcademy
MalDev Academy
2 months
Next week we are releasing a RunPE implementation which has been tested thoroughly against several EDRs. The demonstration video shows the implementation running Mimikatz and successfully evading Pe-seive.
3
70
420
@MalDevAcademy
MalDev Academy
2 months
The Maldev DB has been updated with 60 new snippets. With this latest update, we've officially surpassed 1,000 snippets! Database:
0
2
27
@MalDevAcademy
MalDev Academy
3 months
Earlier this week we launched our new training Ransomware Internals, Simulation & Detection. More info: https://t.co/Z6LMx0haZE This training is intended for cyber security professionals that need an in-depth understanding of ransomware internals, their behaviour, and detection
1
19
139
@MalDevAcademy
MalDev Academy
3 months
Malware development course update coming soon. Dump browser credentials, cookies and more on various browsers.
8
51
520
@CyberInfoHQ
Cyber Info
3 months
Howdy, all! Hack O' Lantern CTF 2025 is just around the corner and @MalDevAcademy has been incredibly generous in donating subscriptions to their learning platform. If you've got what it takes to win, sign up at https://t.co/PRWlLoKX2F and get ready for a wicked fun CTF!
0
2
6
@MalDevAcademy
MalDev Academy
3 months
We’re excited to announce that we are sponsoring Cyber Info's Hack O’Lantern CTF 2025. The team at Cyber Info is putting together a challenging CTF and participants will have the chance to win Maldev Academy subscriptions. Register now at https://t.co/gMsm22u7eg and get ready
0
12
70
@MalDevAcademy
MalDev Academy
3 months
Our Hall of Thanks is dedicated to individuals that have made a meaningful contribution to Maldev Academy & its community. Thank you! https://t.co/db1EY57CLd
5
9
74
@10adbb93a7eb430
M4sterCub3
3 months
I finally finished the main modules of the malware development course provided by @MalDevAcademy. It was a great experience and can't wait to dig even deeper into malware development and research.
1
2
20
@MalDevAcademy
MalDev Academy
3 months
TrapFlagForSyscalling - Evading userland hooks through indirect tampered syscalls with the Trap Flag. https://t.co/raJjbzKyos
Tweet card summary image
github.com
Bypass user-land hooks by syscall tampering via the Trap Flag - Maldev-Academy/TrapFlagForSyscalling
0
47
248
@valhalla_dev
developing valhalla - h/acc
3 months
there are actually a ton of ClickFix variant types out there for Windows. new ones pop up all the time https://t.co/RN1dSgNTrY
@MalDevAcademy
MalDev Academy
4 months
Offensive Phishing Operations - ClickFix: Run Dialog Alternatives Utilizing Windows Search and WebDAV to trick the user into unknowingly executing a remote binary.
0
2
22
@MalDevAcademy
MalDev Academy
3 months
In the latest Malware Development course update, we walk through the development of a SAM dumping tool that is capable of creating local and remote SAM dumps. Sample usage: - SamDump.exe local - SamDump.exe remote \\MachineName User@DnsDomainName:Password - SamDump.exe file
0
32
240
@MalDevAcademy
MalDev Academy
3 months
The output below showcases two variants of the Metasploit calc shellcode, both constructed using different opcodes:
0
1
9
@MalDevAcademy
MalDev Academy
3 months
“AlphabeticalPolyGen” - generates and executes a polymorphic shellcode variant of a specified shellcode file: https://t.co/EvUxjniGlS
Tweet card summary image
github.com
Generate an Alphabetical Polymorphic Shellcode. Contribute to Maldev-Academy/AlphabeticalPolyShellGen development by creating an account on GitHub.
1
28
140
@MalDevAcademy
MalDev Academy
4 months
New Malware Development course update: https://t.co/QCsKdmofYd - Dumping The SAM Database - Dumping The SAM Remotely - Dumping The SAM From Disk - Domain Enumeration Using MS-SAMR Huge shoutout to @GigelV41464 for his help with these awesome modules 🔥
1
31
256