Commit Graph

210 Commits (75cc9c00b5c25263ed8cbe82fb55544b57b32f0b)

Author SHA1 Message Date
kevin dick 63e373a7da added eternal blue exploitation module 2017-06-04 10:05:26 -07:00
Chris Ross a629b6179a Merge pull request #532 from ThePirateWhoSmellsOfSunflowers/add-ms16135
Add privesc module MS16-135
2017-06-05 23:23:43 -04:00
rvrsh3ll 72c48f3f1e Updated BloodHound injestor 2017-05-26 11:58:52 -04:00
ThePirateWhoSmellsOfSunflowers 930e31c509 Minor changes 2017-05-22 20:28:58 +02:00
ThePirateWhoSmellsOfSunflowers 15f961c058 Initial commit, add MS16-135 exploit 2017-05-21 20:49:49 +02:00
Etienne Stalmans 417e66df65 liniaal agents to use with https://github.com/sensepost/liniaal 2017-05-17 08:50:49 +01:00
xorrior 395f4df482 Added Python language for dbx listener 2017-05-13 23:27:30 -04:00
c5f57e36f4 Added db listener 2017-05-12 19:30:29 -04:00
rvrsh3ll 44d61d3b28 Add DCOM Lateral Movement 2017-05-12 10:10:21 -04:00
Brandon Arvanaghi 02e2a2dfce SessionGopher 2017-05-07 22:11:32 -04:00
chris b34f8858a5 Updated agent.ps1,http.ps1,and http_com.ps1 2017-04-24 18:02:38 -04:00
chris e1f7bda70e Moved management/redirector to inactive modules 2017-04-22 21:31:47 -04:00
chris e6fc1bebd7 Fixed dll stager for use in other platforms 2017-04-22 20:23:55 -04:00
Chris Ross 3b722d013f Merge pull request #483 from Kevin-Robertson/2.0_beta
Inveigh 1.3.1 Modules
2017-04-20 21:42:41 -04:00
Chris Ross 042f24ab3b Merge pull request #478 from klustic/2.0_beta
Added a module for SOCKSv5 proxying
2017-04-20 21:17:48 -04:00
Kevin Robertson 534218cf31 Inveigh 1.3.1 Modules
Sync with Inveigh 1.3.1.
2017-04-09 16:37:51 -04:00
Chris Ross 287ecd3f0a Merge pull request #452 from n00py/2.0_beta
VNC Inject
2017-04-09 16:08:41 -04:00
Chris Ross 3cafd25f51 Merge pull request #437 from 0xbadjuju/2.0_beta
PowerUpSQL Modules
2017-04-09 14:59:11 -04:00
Chris Ross ca88adb804 Merge pull request #405 from st3r30byt3/patch-1
Fixed Get-SPNTicket multiple user SPNs bug
2017-04-09 14:43:53 -04:00
Chris Ross 9a6f8f970e Merge pull request #404 from mr64bit/http_hop
Fix agent staging over http_hop listeners.
2017-04-09 09:42:52 -04:00
Chris Ross 3baad71f09 Merge pull request #438 from erikbarzdukas/dev-monitortcp
New module to monitor TCP connections
2017-04-08 23:16:12 -04:00
rvrsh3ll eb7f1d6483 IPv6 Modifications 2017-04-07 21:50:53 -04:00
Kevin 05dae225b6 Added a new module for SOCKSv5 proxying
When executed, this module connects back to a designated AlmondRocks server under SSL. The AlmondRocks server acts as a SOCKSv5 proxy, and multiplexes all SOCKS communications over the single SSL connection to/through the target, enabling any SOCKSv5 client (e.g. curl, proxychains) to extend past NAT devices into the target network.

This is based on the following work:

https://github.com/klustic/AlmondRocks
** Server Usage **
$ ./almondrocks.py server -d -t 4433 --cert cert.pem --key key.pem

** Empire Usage **
set HOST 192.168.20.10
set PORT 4433
set Agent ...
2017-04-05 10:24:31 -06:00
n00py 5a4dbf9871 Add files via upload 2017-02-09 15:06:39 -07:00
Chris Ross 078588fc93 Added logic to use custom HTTP headers defined in the profile 2017-02-07 19:17:10 -08:00
Alexander de9b05e5f9 Merge remote-tracking branch 'refs/remotes/adaptivethreat/2.0_beta' into 2.0_beta 2017-01-17 11:00:13 -06:00
Alexander e86d4a2f4a Moved file into correct storage location 2017-01-17 10:51:15 -06:00
Alexander ab0a94a13a Removed newlines added for Empire v1 2017-01-17 10:43:39 -06:00
root 72727f2ecd Merge branch '2.0_beta' of https://github.com/erikbarzdukas/Empire into dev-monitortcp
Updated repo
2017-01-16 18:50:02 -05:00
root 929cd2314b Renamed file and function to match 'start' verb 2017-01-16 18:22:25 -05:00
root 5c2a2c6300 Added powershell source 2017-01-16 18:21:52 -05:00
Alexander affd33d413 2.0 Initial Commit 2017-01-16 14:08:27 -06:00
Chris Ross 812f721b84 Added Empire Custom Import hook to allow for in memory python module imports 2017-01-16 08:31:34 -08:00
root 62e8ed2c04 Added ps1 and basic py 2017-01-06 17:03:26 -05:00
Chris 86e990a6de Fix macho generation issue 2017-01-05 23:24:09 -05:00
Chris e5bf468158 Fix for issue #382. Fixed downloads in python agent. updated install script to include zlib_wrapper module. 2017-01-04 22:39:37 -05:00
Chris 82ba835c79 Removed some shell command output 2017-01-03 17:29:49 -05:00
Chris 211f52e514 Added shell command completion output. Addressed issue/request #361 2016-12-29 00:05:39 -05:00
Chris 714c56e58b Add Invoke-ExecuteMSBuild lateral movement module 2016-12-14 17:04:02 -05:00
Chris 62fc4d2ab9 Added logic to handle additional tasking in a single packet 2016-12-13 21:26:06 -05:00
rvrsh3ll 7e8252f904 Updated version 2016-12-12 05:43:35 -05:00
rvrsh3ll 71fc39b28d Invoke-Mimikatz.ps1 update to version 2.1 20161126 2016-12-11 20:17:49 -05:00
Antonio Quina 729e40cfda Fixed Get-SPNTicket multiple user SPNs bug
When Get-SPNTicket receives a user object, if that user has multiple SPNs then the call to KerberosRequestorSecurityToken is failing because it is being fed an ResultPropertyValueCollection rather than a single SPN string, For this reason, Invoke-Kerberoast was very often returning the same wrong hash for many SPNs.

The proposed change fixes this bad behaviour. ;)
2016-11-30 10:39:19 +01:00
mr64bit 6c3f51aca9 Fix agent staging over http_hop listeners.
Fixes issue #370.
2016-11-28 11:54:57 -05:00
rvrsh3ll 9f7eabf587 Merge pull request #366 from nnh100/dev
Add module to exfiltrate files and data to a GitHub repository
2016-11-26 15:40:48 -05:00
nnh100 4cf468fa94 Remove offending lines 2016-11-26 11:06:29 +00:00
nnh100 24daedc59c Update for 2.0_beta branch 2016-11-14 22:24:24 +00:00
rvrsh3ll e1dc756894 Merge pull request #396 from conjecturalhex/2.0_beta
USB ETW keylogger for 2.0_beta branch
2016-11-14 13:08:42 -05:00
xorrior a3e0aeddf6 Corrected jar stager generation 2016-11-13 18:16:11 -05:00
xorrior 42ec063d8a Merge branch '2.0_beta' of https://github.com/adaptivethreat/Empire into 2.0_beta 2016-11-13 15:24:47 -05:00