• Skip to main content
  • Skip to primary sidebar
  • Skip to secondary sidebar
  • Skip to footer
  • Google Dorks
  • Shodan Queries
  • Malware Sources
  • Privacy Policy

PenTestIT

Your source for all things Information Security!

You are here: Home / Offensive Security / UPDATE: Empire v3.4.0

UPDATE: Empire v3.4.0

Posted: 4 months ago by @pentestit 6732 views

Empire v3.4.0 was released a couple of days ago! I briefly mentioned about this tool in my old post titled – List of Open Source C2 Post-Exploitation Frameworks. This new version brings support for Malleable C2 listeners and reflective file loading among other bug fixes.

Empire 3.4.0

What is Empire?

Empire 3.x is an open source post-exploitation framework that includes a pure-PowerShell 2.0 Windows agent, and compatibility with Python 2.x/3.x Linux/OS X agents. It is the merger of the previous PowerShell Empire and Python EmPyre projects. The framework offers cryptologically-secure communications and a flexible architecture. BC-Security presented updates to further evade Microsoft Antimalware Scan Interface (AMSI) and JA3/S signatures at DEF CON 27.

Changes made to Empire v3.4.0:

  • Added Malleable C2 HTTP Listener – #287 (@johneiser, @Cx01N, @Hubbl3)
  • Added reflective load ability for files – #309 (@Hubbl3)
  • Added Invoke-DomainPasswordSpray – #295 (@Cx01N)
  • Added Invoke-WinPEAS – #293 (@Cx01N). This is a port of the WinPEAS script that searches for possible paths to escalate privileges on Windows hosts.
  • Added Invoke-Watson – #294 (@Cx01N). This is a port of a .NET tool designed to enumerate missing KBs and suggest exploits for Privilege Escalation vulnerabilities.
  • Added plugins being loaded at startup – #301 (@Cx01N)
  • Updated moduleName to display full directory – #299 (@Cx01N)
  • Updated info in Invoke-SMBExec to indicate single target – #286 (@Cx01N). When using the Invoke-SMBexec module in the powershell > lateral_movement category, the ComputerName options said it allows a comma-separated list of Computers to target. However, it was not being accepted. Invoke-SMBExec information was updated to indicate compatibility with a single target.
  • Updated Slack API notifications to webhooks – #303 (@Cx01N)
  • Fixed spaces for IIS default page in HTTP listener – #302 (@adamczi)
  • Fixed agent spawning issue with MS-16-032 – #292 (@Cx01N)
  • Fixed min language version for modules (@Cx01N)
  • Fixed CLI stager incorrectly shutting down – #198 (@Cx01N)
  • Fixed error message from active agents during shutdown – #308 (@Cx01N)

Download Empire v3.4.0:

To install and run the latest version, simple run the following steps:

git clone https://github.com/BC-SECURITY/Empire.git
cd Empire
sudo ./setup/install.sh

Otherwise, if you want to get Empire 3.4.0 (Empire-3.4.0.zip/Empire-3.4.0.tar.gz) check out this link.

Share this post on:
witteracebookhatsAppufferLinkedin It

Filed Under: Offensive Security, Open Source, Tool Updates, Tools Tagged With: Empire, Empire Project, Invoke-Phant0m, Invoke-PrintDemon, Mimikatz, MITRE ATT&CK™, open source, post-exploitation, PowerShell, python, Seatbelt

Related

UPDATE: Merlin v0.9.0
September 15, 2020
Tags: docker, Merlin, Mimikatz, post-exploitation, PowerShell, python
Categories: Offensive Security, Open Source, Penetration Testing, Tool Updates, Tools
UPDATE: Kali Linux 2020.3 Release
August 27, 2020
Tags: APT2, Burp Proxy, cuc, Empire, Empire Project, Kali Linux, Metasploit, Mimikatz, Nmap, OSRFramework, penetration testing, penetration testing toolkit, RedSnarf, Responder
Categories: Offensive Security, Open Source, Penetration Testing, Tool Updates, Tools, Vulnerability Assessment, Web Application Security, Wireless
UPDATE: FudgeC2 0.5.7
August 13, 2020
Tags: Adversary Emulation, FudgeC2, Microsoft Windows, MITRE ATT&CK™, open source, post-exploitation, PowerShell, python
Categories: Offensive Security, Open Source, Tool Updates, Tools

Primary Sidebar

Search

  • Email
  • Facebook
  • GitHub
  • Twitter

More to See

UPDATE: Merlin v0.9.0

September 15, 2020 By Black

UPDATE: Kali Linux 2020.3 Release

August 27, 2020 By Black

Popular Posts

  • UPDATE: Empire 3.0.1 23 views
  • List of Adversary Emulation Tools 22 views
  • UPDATE: Covenant v0.5 21 views
  • UPDATE: Kali Linux 2020.1 Release 18 views
  • List of Open Source C2 Post-Exploitation Frameworks 18 views
  • UPDATE: Empire 3.2.3 14 views
  • UPDATE: Infection Monkey 1.7.0 12 views
  • UPDATE: FudgeC2 0.5.4 10 views
  • UPDATE: Prowler 2.0 Beta 9 views
  • List of Operating Systems for OSINT (Open-Source Intelligence) 9 views

Secondary Sidebar

Categories

  • Docker Security
  • Fuzzing
  • Malware Analysis
  • Offensive Security
  • Open Source
  • OSINT
  • Penetration Testing
  • Reverse Engineering
  • Site News
  • Tool Updates
  • Tools
  • Vulnerability Assessment
  • Web Application Security
  • Wireless

Archives

  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017

Footer

Featured Post

S2-052: Apache Struts2 REST Plugin Payloads (CVE-2017-9805)

September 7, 2017 By Black

There is a saying making rounds now that “Apache Struts is like the WebGoat of all frameworks” and the current exploit which is being tracked under CVE-2017-9805 and the Apache Struts bulletin – S2-052 prooves just that. If you remember, I had covered another vulnerability a couple of months ago – which is tracked under S2-048 & CVE-2017-9791. Share this postRead more about S2-052: Apache Struts2 REST Plugin Payloads (CVE-2017-9805)

Recent

  • UPDATE: Empire v3.4.0
  • UPDATE: Merlin v0.9.0
  • UPDATE: Kali Linux 2020.3 Release
  • UPDATE: FudgeC2 0.5.7
  • UPDATE: PoshC2 v6.0

Tags

Adversary Emulation (18) Anchore (9) APT2 (15) Brute Force (15) CALDERA (9) Cross-Site Scripting (8) cuc (11) docker (34) docker scan (10) dockerscan (12) Empire (11) Empire Project (10) Infection Monkey (7) Invoke-Phant0m (8) Kali Linux (25) malware analysis (9) man-in-the-middle (8) Metasploit (32) Microsoft Windows (38) Mimikatz (28) MITRE ATT&CK™ (20) Nmap (34) open source (109) OSINT (14) OSRFramework (17) OWASP (13) OWASP Dependency-Check (14) penetration testing (26) penetration testing toolkit (25) post-exploitation (27) PowerShell (42) python (73) Raspberry Pi (10) RedSnarf (13) Responder (14) Shodan (7) Short Post (10) software composition analysis (13) SQL injection (10) Sysdig Falco (9) vulnerability assessment (21) Web Application Security (20) WiFi (12) Wireshark (11) WordPress (9)

Copyright © 2021 - PenTestIT | Information shared to be used for LEGAL purposes only!