Commit Graph

771 Commits (75cc9c00b5c25263ed8cbe82fb55544b57b32f0b)

Author SHA1 Message Date
bneg b488e2f3e0 reporting API GET fixes 2017-04-22 12:01:48 -07:00
bneg e66b62ba42 reporting API GET fixes 2017-04-22 11:43:48 -07:00
bneg 72c7d73a00 Results API GET fixes 2017-04-22 11:31:53 -07:00
bneg 58e8a2cfa9 Re-mapping database fields in API 2017-04-22 07:58:39 -07:00
bneg d41d961cb4 Fixed API "Listener" GET, now displays options in JSON 2017-04-21 22:57:11 -07: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
bneg fc70107f08 API call listener_name fixed, need to review SQL stmt for SQLi 2017-04-18 14:25:34 -07:00
bneg b89b7fc1f9 Fixing listeners API 2017-04-18 12:59:39 -07:00
Jeremy 01fe32eea9 Merge pull request #1 from EmpireProject/2.0_beta
2.0 beta
2017-04-18 12:15:05 -07:00
Jeremy 4aaccc5903 Fixes the listeners API call
The backend database changed, and now many of the details are kept in a new 'options' field.  This options field contents needs to be parsed for human readability. At a later date.
2017-04-18 11:23:23 -07:00
Chris Ross a2017bf7d6 Merge pull request #479 from chokepoint/master
Fixed bug in HTTP handler that can throw exceptions while parsing Coo…
2017-04-09 17:52:42 -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 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 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
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
rvrsh3ll 5b1b36ec13 Added easy_install pip 2017-02-26 21:00:58 -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
n00py 5a4dbf9871 Add files via upload 2017-02-09 15:06:39 -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
HarmJ0y 18829ba867 Updated license 2017-02-02 01:42:59 -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
Alexander e86d4a2f4a Moved file into correct storage location 2017-01-17 10:51:15 -06:00