Commit Graph

1193 Commits (fd712c355105ad587e5f231fdc72a3c2f49f21e1)

Author SHA1 Message Date
Carrie Roberts 2475ef3b9d fix bug that was blocking module output (such as mimikatz) from showing on screen 2017-11-01 09:13:07 -06:00
xorrior d94229c330 Add missing import 2017-10-31 22:09:08 -04:00
xorrior 863c1fe42e add missing import 2017-10-31 22:08:22 -04:00
malcomvetter 4e3c8cdd4e revert encryption settings 2017-10-31 13:10:44 -05:00
malcomvetter 12e2e2336c revert encryption settings 2017-10-31 13:09:10 -05:00
Dakota Nelson 3741b0e786 Minor refactoring to plugin loading code 2017-10-31 13:20:13 +00:00
Dakota Nelson d539cc69ad Add basic plugin functionality to Empire 2017-10-31 11:15:14 +00:00
xorrior 7d33dc31b1 Merge branch 'master' into dev
Conflicts:
	lib/listeners/http.py
2017-10-29 22:28:32 -04:00
Mike Manzotti d76d88bc2c Fix Proxy Settings 2017-10-29 21:17:47 +00:00
Chris Ross f07a188ecc
Merge pull request #772 from DakotaNelson/creds-post-endpoint
Add REST endpoint to allow adding creds to DB via POST request
2017-10-29 10:23:05 -04:00
Dakota Nelson 8306cbbae3 Include better error messages for credentials POST endpoint 2017-10-29 11:36:13 +00:00
xorrior 5f02ee8c45 Minor bug fixes with rest/headless 2017-10-28 12:09:58 -04:00
xorrior 3be2609175 Merge branch 'dev' of https://github.com/EmpireProject/Empire into dev 2017-10-28 11:11:57 -04:00
xorrior 6d67f23119 Fix for #777 2017-10-28 11:11:34 -04:00
Chris Ross 8a946bdc3b
Merge pull request #784 from ThePirateWhoSmellsOfSunflowers/fix_aes_padding_for_py_agent
Fix padding error in stagers, should fix #586
2017-10-27 22:27:04 -04:00
Chris Ross 5d849652d0
Merge pull request #781 from tevora-threat/dev
fix broken call to generate  on dropbox exfil module, caused by invoke-obfuscation changes
2017-10-27 22:05:25 -04:00
ThePirateWhoSmellsOfSunflowers d41c7da190 Fix the padding and a logic bug in aes implementation, should fix #586 2017-10-27 17:10:15 +02:00
xorrior cfdc5d5556 Patch b64decode padding error 2017-10-27 03:47:06 -04:00
root 8c7310adb1 fix broken call to generate by invoke-obfuscation changes 2017-10-26 13:04:15 -07:00
Chris. H 774a43900f remove hard dependency on pyopenssl 17.2 2017-10-25 23:34:34 +02:00
evs-ch c1da4a060f allow new pyOpenSSL, somewhat "better" fix for #697 2017-10-25 10:18:17 +02:00
xorrior 0eb4cd02d3 Fix tabs in empire.py and http.py 2017-10-24 11:10:59 -04:00
rvrsh3ll ead8ce05a8 Merge branch 'dev' of https://github.com/empireproject/empire into dev 2017-10-24 10:31:28 -04:00
rvrsh3ll 627aaf268d Fix stagerURI 2017-10-24 10:31:14 -04:00
rvrsh3ll c8217e87cf Fix for stagerURI 2017-10-24 10:30:03 -04:00
xorrior 2e5d8055b2 Removed additional comments in pyinstaller module 2017-10-24 10:04:33 -04:00
xorrior 9093b3df9e Fix for #774 2017-10-24 09:43:51 -04:00
xorrior 4106db3279 Fixed renegotation loop in stager 2017-10-24 02:45:41 -04:00
xorrior dc0f43ee5d Updated all listeners for renegotiation 2017-10-23 22:03:22 -04:00
xorrior 6243a6b094 Fixed orphaned agent restaging for powershell 2017-10-23 21:53:42 -04:00
xorrior 95d8142b39 Remove debug message from xkeylogger module 2017-10-23 21:17:08 -04:00
Chris Ross 7a916c988c Merge pull request #759 from hightopfade/macroless_word_code_exec
Pushing module for macroless code exec
2017-10-23 09:39:06 -04:00
mlinton d04fd95df1 Update keys.py 2017-10-22 19:20:15 -06:00
xorrior f629eb3e08 Add missing slack token and slack channel options for dbx listener 2017-10-22 17:18:51 -04:00
Dakota Nelson 0f1bbc2ac8 Add REST endpoint to allow adding creds to DB via POST request 2017-10-21 20:40:55 +01:00
xorrior 2c7d62593b Updated obfuscate function arguments in all powershell modules 2017-10-20 23:16:19 -04:00
xorrior fcc6eb02e5 Fix #769 2017-10-20 22:07:03 -04:00
mlinton 3920ef8e74 Create Keys.py to extract private keys
Copying the certificate functionality in mimi to also extract private keys.
2017-10-20 15:45:23 -06:00
root 51e98068bd moved the macroless word code exec from 'exploits' to 'stagers' per Xorrior 2017-10-20 10:03:02 -04:00
Chris Ross 28d5d6cc8d Merge pull request #756 from hightopfade/ntsd
NTSD code exec
2017-10-20 01:48:32 -04:00
Chris Ross fb8778a103 Merge branch 'dev' into ntsd 2017-10-20 01:46:45 -04:00
malcomvetter 6f866d023c MacOS sandbox fixes 2017-10-19 17:25:24 -05:00
malcomvetter 7df728a0cf better crypto error handling 2017-10-19 17:24:42 -05:00
malcomvetter ff73dce80e multiplatform macro 2017-10-19 17:24:08 -05:00
Jim Shaver f8ada8a81b Finalize Pycrypto removal 2017-10-19 13:56:53 -05:00
Jim Shaver 47570ee92a Change out Pycrypto for Cryptography 2017-10-19 13:50:04 -05:00
root a645d461ef changes to the invoke_ntsd module 2017-10-19 11:10:39 -04:00
Chris Ross 06f87cc6ee Merge pull request #762 from elitest/Empyre-Empire
Code cleanup from Empyre merge
2017-10-18 18:47:55 -04:00
Chris Ross 1cb3e1e375 Merge pull request #750 from clr2of8/dev
Added resource file and auto run functionality as in Metasploit
2017-10-18 16:31:17 -04:00
Chris Ross 544a0ee282 Merge pull request #718 from nikaiw/dev
Fix PR (generate function signature, opsec value)
2017-10-18 14:46:10 -04:00