BC-SECURITY / Empire

Empire is a post-exploitation and adversary emulation framework that is used to aid Red Teams and Penetration Testers.
https://bc-security.gitbook.io/empire-wiki/
BSD 3-Clause "New" or "Revised" License
4.25k stars 576 forks source link

[BUG] privesc/ms16-032 does not launch a new agent #291

Closed znre closed 4 years ago

znre commented 4 years ago

Empire Version

OS Information (Linux flavor, Python version)

Describe the bug When executing the "privesc/ms16-032" module (in my case, the target is hackthebox Optimum), the response is that it is successful and a SYSTEM shell has spawned, but nothing happening. There are no new agents that have spawned that has SYSTEM privileges.

To Reproduce Steps to reproduce the behavior on an instance where you have a low-privileged agent:

  1. usemodule privesc/ms16-032
  2. execute
  3. See behavior on the screenshots below

Expected behavior A new agent will spawn after the successful execution of the privesc module.

Screenshots image

Additional context None

Cx01N commented 4 years ago

I fixed the issue, check out https://github.com/BC-SECURITY/Empire/pull/292 and just confirm that it works on your machine too.

znre commented 4 years ago

It worked. Thank you so much!