# shellcode **Repository Path**: huang_bai/shell-co ## Basic Information - **Project Name**: shellcode - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CPLResourceRunner Create Payload "RAW" fully-staged (S) (x86) in cobalt strike Run ConvertShellcode.py on your beacon.bin file Run the following command against the "shellcode.txt" file to get a blob for the cpl resource. cat shellcode.txt |sed 's/[, ]//g; s/0x//g;' |tr -d '\n' |xxd -p -r |gzip -c |base64 > b64shellcode.txt Copy b64shellcode.txt contents into Resources.txt in this project. Compile to x86 and copy CPLResourceRunner.dll to RunMe.cpl Will launch with double click or whatever method you use to execute files. For asthetics, change the contents of the MsgBox to suit your pretext or remove for lateral movement usage.