cobbr
|
76f1e85375
|
Fixed Invoke-Obfuscation command token error during agent negotiation process
|
2017-06-19 00:28:21 -05:00 |
cobbr
|
d9a734a82e
|
Fix two more escape issues
|
2017-05-16 21:10:04 -05:00 |
cobbr
|
4c20594217
|
Improved PowerShell install, fix escape display bug
|
2017-05-16 21:02:53 -05:00 |
cobbr
|
d11221bead
|
Merge latest Empire commits
|
2017-05-15 18:44:05 -05:00 |
rvrsh3ll
|
9ee6c75362
|
Empire 2.0 Release
Merge branch '2.0_beta' of https://github.com/empireproject/Empire into 2.0_beta
|
2017-05-14 09:46:46 -04:00 |
rvrsh3ll
|
6ee117f080
|
Emipre 2.0 Release
|
2017-05-14 09:46:22 -04:00 |
rvrsh3ll
|
9602cf4184
|
Empire 2.0 Commit
|
2017-05-14 09:32:13 -04:00 |
Chris Ross
|
2654f02552
|
Merge pull request #504 from n00py/2.0_beta
Change Agent option description [Typo]
|
2017-05-13 23:36:59 -04:00 |
Chris Ross
|
dd0de873f8
|
Merge pull request #500 from tkisason/ducky_edit
Modified the ducky stager to use custom interpreter
|
2017-05-13 23:35:43 -04:00 |
Chris Ross
|
f0bbd58968
|
Merge pull request #499 from tkisason/bunny
Added windows/bashbunny stager for Empire 2.0
|
2017-05-13 23:35:04 -04:00 |
xorrior
|
395f4df482
|
Added Python language for dbx listener
|
2017-05-13 23:27:30 -04:00 |
|
c05083981f
|
Adjusted for powershell stager in Db listener
|
2017-05-13 02:00:21 -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 |
n00py
|
c34377e8ce
|
Change Agent option description
The template is pre-populated with "Agent to grab a screenshot from" but that description does not apply here.
|
2017-05-11 10:24:56 -06:00 |
n00py
|
5d197907f4
|
Change Agent option description
The template is pre-populated with "Agent to grab a screenshot from" but that description does not apply here.
|
2017-05-11 10:24:03 -06:00 |
Brandon Arvanaghi
|
fb4621645d
|
SessionGopher
|
2017-05-07 22:55:11 -04:00 |
Brandon Arvanaghi
|
02e2a2dfce
|
SessionGopher
|
2017-05-07 22:11:32 -04:00 |
Tonimir Kisasondi
|
789e99d790
|
Modified the ducky stager
|
2017-05-01 17:45:51 +02:00 |
Tonimir Kisasondi
|
02aa791f17
|
Added windows/bashbunny stager for Empire 2.0
|
2017-05-01 17:41:00 +02:00 |
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 |
cobbr
|
057636c447
|
Invoke-Obfuscation merged into 2.0_beta
|
2017-04-22 21:38:40 -05:00 |
cobbr
|
8d1efea1b9
|
Merge branch '2.0_beta' of https://github.com/EmpireProject/Empire into EmpireProject-2.0_beta
|
2017-04-22 21:08:55 -05:00 |
chris
|
e1f7bda70e
|
Moved management/redirector to inactive modules
|
2017-04-22 21:31:47 -04:00 |
cobbr
|
672ea33a72
|
Remove debug output
|
2017-04-22 20:19:21 -05:00 |
cobbr
|
dac5ba6b39
|
Improved preobfuscate command, better support for invoke-obfuscation style obfuscate commands, added warning message when trying to obfuscate without PowerShell installed
|
2017-04-22 20:17:28 -05: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 |