← All projects

WebStagingMalware

by @AbdouRoumi

17

This is an application for both MalwareScanner and MalwareStaging

About this project

MalwareStaging Overview R0m4InShell is a proof-of-concept (PoC) project showcasing a malware staging website. It demonstrates how to download and inject a malicious payload (shellcode) into a target process on a remote system. The tool connects to a web server to retrieve the staged shellcode, injects it into the target process, and executes it. This project highlights the techniques used in malware delivery and execution, including process injection and remote thread creation. It is intended for research, education, and security testing purposes. Features Shellcode Staging: Retrieves the shellcode from a remote URL. Process Injection: Injects shellcode into a running process using CreateRemoteThread. Remote Payload Execution: Executes the downloaded shellcode within the context of the injected process. Detailed Logging: Logs each step of the process from URL connection, downloading shellcode, process enumeration, and injection. Usage Configure Web Server: Host the shellcode on a web server. Run the Tool: Execute the binary with the target process name as an argument: Example:

From the project README on GitHub

Stars
17
Forks
0
Last push
13 Sept 2024

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/webstagingmalware.svg)](https://www.madeinalgeria.dev/projects/webstagingmalware)

Related projects