سورس باج افزار HolyCrypt نوشته شده با زبان پایتون
#RansomWare #malware #python
iliyahr
——————
0Day.Today
@LearnExploit
@Tech_Army
#RansomWare #malware #python
iliyahr
——————
0Day.Today
@LearnExploit
@Tech_Army
Top 10 macOS Malware Discoveries in 2022
Read
#malware #macOS
——————
0Day.Today
@LearnExploit
@Tech_Army
Read
#malware #macOS
——————
0Day.Today
@LearnExploit
@Tech_Army
C/C++ Memory Hacking -- OverWrite MBR
https://youtu.be/2Gfmw_6sYz4
#Malware #MBR #Virus
——————
0Day.Today
@LearnExploit
@Tech_Army
https://youtu.be/2Gfmw_6sYz4
#Malware #MBR #Virus
——————
0Day.Today
@LearnExploit
@Tech_Army
This media is not supported in your browser
VIEW IN TELEGRAM
[ Tags ]
#Malware #Bypass #AMSI #AntiVirus #Chimera #Script
➖➖➖➖➖➖➖➖
آموزش ابزار Obfuscate ) Chimera کردن اسکریپت های پاورشل برای بایپس AMSI و Anti Virus ها )
➖➖➖➖➖➖➖➖
IR0Day.Today Bax
@LearnExploit
@Tech_Army
#Malware #Bypass #AMSI #AntiVirus #Chimera #Script
➖➖➖➖➖➖➖➖
آموزش ابزار Obfuscate ) Chimera کردن اسکریپت های پاورشل برای بایپس AMSI و Anti Virus ها )
➖➖➖➖➖➖➖➖
IR0Day.Today Bax
@LearnExploit
@Tech_Army
bugcod3
#rat #windows #malware
0Day.Today
Please open Telegram to view this post
VIEW IN TELEGRAM
ghost is a light RAT that gives the server/attacker full remote access to the user's command-line interpreter (cmd.exe). They are allowed to execute commands silently without the client/zombie noticing. The server/attacker is also given the ability to download and execute files on the client/zombie's computer. This is also a silent and hidden process. Like most Remote Access Trojans, this download and execution ability helps distribute viruses and other pieces of malware.
This malware is distributed simply by running zombie.exe. This file name can be changed to whatever. There is no restriction. When run, it searches for the first two arguments (IP & Port). If neither is provided, the program doesn't run. With that being said, make sure you provide the server's IP and Port in the command-line arguments. Example:
zombie.exe 127.0.0.1 27015
BugCod3
#Rat #Malware #Remote #Access
0Day.Today
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
CrimsonEDR
💬
CrimsonEDR is an open-source project engineered to identify specific malware patterns, offering a tool for honing skills in circumventing Endpoint Detection and Response (EDR). By leveraging diverse detection methods, it empowers users to deepen their understanding of security evasion tactics.
🔼 Installation:
⚪️ Install dependancy:
⚪️ Download repository
⚪️ Compile the project:
⚠️ Warning:
Windows Defender and other antivirus programs may flag the DLL as malicious due to its content containing bytes used to verify if the AMSI has been patched. Please ensure to whitelist the DLL or disable your antivirus temporarily when using CrimsonEDR to avoid any interruptions.
💻 Example:
😸 Github
⬇️ Download
🔒
#C #Simulate #Malware #Dev
➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖
📣 T.me/BugCod3
📣 T.me/LearnExploit
CrimsonEDR is an open-source project engineered to identify specific malware patterns, offering a tool for honing skills in circumventing Endpoint Detection and Response (EDR). By leveraging diverse detection methods, it empowers users to deepen their understanding of security evasion tactics.
sudo apt-get install gcc-mingw-w64-x86-64
cd CrimsonEDR;
chmod +x compile.sh;
./compile.sh
Windows Defender and other antivirus programs may flag the DLL as malicious due to its content containing bytes used to verify if the AMSI has been patched. Please ensure to whitelist the DLL or disable your antivirus temporarily when using CrimsonEDR to avoid any interruptions.
.\CrimsonEDRPanel.exe -d C:\Temp\CrimsonEDR.dll -p 1234
LearnExploit
#C #Simulate #Malware #Dev
Please open Telegram to view this post
VIEW IN TELEGRAM
RWX_MEMEORY_HUNT_AND_INJECTION_DV
💬
Abusing Windows fork API and OneDrive.exe process to inject the malicious shellcode without allocating new RWX memory region. This technique is finding RWX region in already running processes in this case OneDrive.exe and Write shellcode into that region and execute it without calling CreateRemoteThread, NtCreateRemoteThread or Direct calls.
💻 Usage:
Just compile the program and run the (EXE) without any paremeter.
💡 Steps:
⚪️ Find the OneDrive.exe in running processes.
⚪️ Get the handle of OneDrive.exe.
⚪️ Query remote process memory information.
⚪️ look for RWX memory regions.
⚪️ Write shellcode into found region of OneDrive.exe
⚪️ Fork OneDrive.exe into a new process.
⚪️ Set the forked process's start address to the cloned shellcode.
⚪️ Terminate the cloned process after execution
▶ DEMO
😸 Github
⬇️ Download
🔒
#ShellCode #Malware
➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖ ➖
📣 T.me/BugCod3
📣 T.me/LearnExploit
📣 T.me/A3l3_KA4
Abusing Windows fork API and OneDrive.exe process to inject the malicious shellcode without allocating new RWX memory region. This technique is finding RWX region in already running processes in this case OneDrive.exe and Write shellcode into that region and execute it without calling CreateRemoteThread, NtCreateRemoteThread or Direct calls.
Just compile the program and run the (EXE) without any paremeter.
A3l3_KA4
#ShellCode #Malware
Please open Telegram to view this post
VIEW IN TELEGRAM