Commit Graph

403 Commits (b28ebbf969c4dc18bf9b571fad1daf37adb862f0)

Author SHA1 Message Date
chris 48116d35d6 Re-implemented /api/listeners/options GET Rest call 2017-04-28 22:04:10 -04:00
Chris Ross 38054a8cc9 Merge pull request #495 from dafyk/patch-1
Add custom headers if any
2017-04-28 09:23:41 -04:00
bneg eeae4ead0e Switch to netifaces() for getting interface name, fixes bug on Ubuntu where IP wasn't populated 2017-04-25 21:36:06 -07:00
Da-FyK 62b7c97a8d Add custom headers if any
copy/pasted from http.py
2017-04-26 01:59:36 +02: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 0915ab2a66 Merge pull request #492 from ThePirateWhoSmellsOfSunflowers/fix-padding-pkcs7
Fix PKCS7 padding to be RFC compliant
2017-04-20 23:41:18 -04:00
Chris a6499372fb Merge branch 'patch-1' of https://github.com/bneg/Empire into bneg-patch-1 2017-04-20 20:21:29 -07: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 92cc1ec36d Merge pull request #472 from benichmt1/wlmdr-2.0_beta
Add Wlrmdr.exe Popup module (Licensing Balloons) - 2.0 beta format
2017-04-20 21:29:34 -04:00
a5b9f44cad Moved socks module 2017-04-20 21:21:39 -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
ThePirateWhoSmellsOfSunflowers a23c636531 Fix PKCS7 padding to be RFC compliant, should resolv #458 2017-04-20 20:21:57 +02: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 1ad0e12b80 Merge pull request #455 from ThePirateWhoSmellsOfSunflowers/add-proxy-headers
Add HTTP headers to avoid proxy caching
2017-04-09 16:16:46 -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 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
Chris Ross a58e1c8d6d Merge pull request #350 from leesoh/powershell-template
Documentation, reorganization, and a touch of PEP8
2017-04-08 15:32:41 -04:00
rvrsh3ll c6bd9b11c0 ipv6 support added
Merge branch '2.0_beta' of https://github.com/empireproject/Empire into 2.0_beta
2017-04-08 07:37:59 -04:00
rvrsh3ll eb7f1d6483 IPv6 Modifications 2017-04-07 21:50:53 -04:00
Chris Ross dd13b13604 Merge pull request #481 from ThePirateWhoSmellsOfSunflowers/fix-harcoded-path
Fix harcoded path, should resolv #465
2017-04-06 17:53:06 -04:00
ThePirateWhoSmellsOfSunflowers 51082a66fc Fix harcoded path, should resolv #465 2017-04-06 20:02:00 +02:00
Chris 9d5652284c Added global options tab completion 2017-04-06 06:45:23 -07:00
stderr 01f530700e Fixed bug in HTTP handler that can throw exceptions while parsing Cookies. 2017-04-05 15:30:01 -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
Michael Benich d948ce3eb2 Fixed extra bracket 2017-03-13 13:51:26 -04:00
Michael Benich 76dd97ca99 Add wlmdr.py (for 2.0_beta_
Update for 2.0 module
2017-03-02 16:26:01 -05:00
Chris Ross 35fd51d166 Added 1MB upload limit 2017-02-17 09:25:05 -08:00
ThePirateWhoSmellsOfSunflowers 2ff9375ccf Add HTTP headers to avoid proxy caching 2017-02-13 23:36:20 +01:00
Alexander Rymdeko-Harvey 85e28b2757 Merge pull request #450 from EmpireProject/2.0_beta_sniffer
add osx sniffer/fix sudospawn
2017-02-12 11:24:19 -05:00
n00py b8f0bb2bbd Added module for enabling ARD 2017-02-10 08:38:46 -07:00
n00py f6a0ed6f0e Update vnc.py 2017-02-09 15:12:35 -07:00
n00py d78972ea05 Create vnc.py 2017-02-09 15:07:40 -07:00
killswitch-gui dd6a8d4450 change imports 2017-02-08 11:55:57 -05:00
killswitch-gui beca8fa1a9 add in ability to set interface 2017-02-08 09:31:38 -05:00
killswitch-gui 0ff5a98dd9 add osx sniffer/fix sudospawn 2017-02-07 23:50:01 -05:00
Chris Ross 078588fc93 Added logic to use custom HTTP headers defined in the profile 2017-02-07 19:17:10 -08:00
Chris Ross 25a91dec5b Added logic for saving module ouput for py and powershell agents. Fixed issue 435 2017-01-21 10:37:52 -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
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 e16ed25d07 Updated python module code 2017-01-16 18:22:50 -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
Chris 4b79172d13 Removed unnecessary imports for Foundation and LaunchServices 2017-01-09 20:59:14 -05:00
Chris 3e7c2b9dea Removed Foundation import. Unnecessary. 2017-01-09 20:54:31 -05:00
Chris bfd9ee1413 Changed native_screenshot to be opsec safe. Added safe aliases for screenshot, ls, whoami 2017-01-07 22:15:20 -05:00
root 3ee18a061f Initial monitortcpconnections file 2017-01-06 16:50:04 -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