372 Commits

Author SHA1 Message Date
mr64bit 029f51ce1f Fix bypass changes 2019-02-06 16:16:46 -05:00
phra 2e277b13ee feat: add rastamouse AMSI bypass, fixes #1290
(cherry picked from commit b19b7e6244)
2019-01-23 10:26:12 -05:00
phra 6b86fbd006 feat: make bypasses configurable, fixes #1288
(cherry picked from commit 66d10e20fd)
2019-01-23 10:21:23 -05:00
wh1tenoise 12d08effc6 Allow multi word arguments
(Closes #1237)
2018-10-12 13:42:18 -04:00
mr64bit dbb9f5ec27 Fix random variable names making stager code too long for PSInject 2018-06-09 19:24:23 -04:00
Chris Ross 60b2f85976 Merge pull request #1133 from klustic/dev
Modifications to agents.py, http.py. Updates to socks library for Python agents
2018-06-08 20:39:14 -04:00
Chris Ross 4d67258465 Merge pull request #1139 from ngkogkos/patch-1
Fix minor typo
2018-06-07 14:41:48 -04:00
Nikos Gk 7f1169a5e7 Fix minor typo 2018-05-19 14:55:40 +01:00
Tyler Flaagan 5ecad23fab Added listener to agent list view 2018-05-17 05:42:57 -07:00
chris 21ea9dbf15 Agents display improvements 2018-05-16 17:47:36 -04:00
Kevin 4868a924be Fixed exceptions and suppressed extraneous output in agents.py and http.py
When running background modules, when the agent reported in, a database lookup was performed for "task=0" for that agent, which did not exist in the database. This was causing an exception that was written to the terminal, so that every 5 seconds (or, beacon interval) the terminal I/O was being interleaved with an error message. The database lookup was part of unused code, so that block has been removed.

Additionally, the agents checking in also report the following:
```
[*] Agent SIOB3GNU returned results.
[*] Valid results returned by 172.17.0.1
```

Those messages do not provide useful information and again, cause interleaved I/O after each beacon. The messages have been suppressed by setting "print" to False for the dispatch events
2018-05-16 13:44:07 -06:00
Ceramicskate0 bf8eca9b2b Update helpers.py 2018-05-08 06:40:43 -05:00
chris e54400ed51 Fix conflicts 2018-05-06 13:33:52 -04:00
chris f6117a14ec Fix string format in packet length check 2018-05-06 13:13:10 -04:00
Chris Ross 6982f2b464 Merge pull request #1093 from winnie22/bugfix_utf8_packet_length
Bugfix utf8 packet length
2018-05-04 22:57:50 -04:00
Petr Medonos 233bf96f5d bracket fix 2018-04-25 14:33:06 +02:00
Petr Medonos 12bb5a6168 unicode packet length bugfix 2018-04-25 14:29:00 +02:00
Ceramicskate0 0e4a94dfb2 Update helpers.py 2018-04-23 02:07:32 -05:00
Ceramicskate0 eb500277ef Update helpers.py 2018-04-23 01:23:44 -05:00
Ceramicskate0 4cd1b072c5 Update helpers.py 2018-04-22 19:11:17 -05:00
xorrior b99bc0e30d Merge branch 'prompt-fix' of https://github.com/gparent/Empire into gparent-prompt-fix 2018-04-21 13:29:50 -04:00
xorrior b30f061066 Merge branch 'prompt-fix' of https://github.com/gparent/Empire into gparent-prompt-fix 2018-04-21 13:26:39 -04:00
xorrior 2f275617de Removed extra parenthesis in http_com.py line 270 2018-04-21 13:22:30 -04:00
Ceramicskate0 b8a9530247 Update helpers.py 2018-04-20 23:15:30 -05:00
Ceramicskate0 ec331f02bd Update helpers.py 2018-04-20 23:04:21 -05:00
Ceramicskate0 4745586416 Update helpers.py 2018-04-19 23:07:48 -05:00
Ceramicskate0 76b84ee09e Update helpers.py 2018-04-19 22:31:02 -05:00
Ceramicskate0 f4368ccd6d Update helpers.py 2018-04-19 22:30:33 -05:00
Ceramicskate0 67694dae67 Update helpers.py 2018-04-19 21:47:00 -05:00
Ceramicskate0 76e6fac50b Update helpers.py 2018-04-19 21:44:33 -05:00
Ceramicskate0 02ececee04 Update helpers.py 2018-04-19 21:38:52 -05:00
Guillaume Parent 8db0033d2b Consider the user's choice when killing individual agents 2018-04-04 16:44:57 +00:00
Ceramicskate0 5ab3e116c5 Update helpers.py 2018-03-29 11:47:25 -05:00
Ceramicskate0 25007de0ae Update http.py 2018-03-29 11:46:11 -05:00
Ceramicskate0 0197ad2e01 Update http.py 2018-03-29 11:43:44 -05:00
Ceramicskate0 66bc7fdd61 Update helpers.py 2018-03-29 11:42:12 -05:00
Ceramicskate0 0ebef75511 Merge branch 'dev' into master 2018-03-27 17:55:17 -05:00
Ceramicskate0 a5c5962773 Add files via upload 2018-03-27 00:43:03 -05:00
Ceramicskate0 5e2fa0d781 Add files via upload 2018-03-26 23:43:13 -05:00
xorrior 5659be6dbd Fix for #1030 2018-03-22 15:57:31 -04:00
Ceramicskate0 b1db58c62c Update helpers.py 2018-03-20 15:46:37 -05:00
xorrior 3b2a7320f1 Merge branch 'mr64bit-2.5-fixes' into dev 2018-03-19 16:52:55 -04:00
xorrior df93581157 update version 2018-03-19 16:51:12 -04:00
mr64bit 3b10844525 Lower verbosity when agents check in 2018-03-19 16:05:18 -04:00
mr64bit b966827300 Fix agent downloads 2018-03-19 16:00:44 -04:00
mr64bit 53cdd71f29 Fix exception when disabling a listener 2018-03-19 15:47:32 -04:00
xorrior 5b20a787a6 Fix for #1030 2018-03-18 14:10:25 -04:00
mr64bit d8236ada72 Event type fix for SadProcessor 2018-03-16 14:15:05 -04:00
Chris Ross becfc94578 Update version 2018-03-16 08:32:57 -04:00
chris e45da8c838 Merge branch 'onedrive-pr' of https://github.com/mr64bit/Empire into mr64bit-onedrive-pr 2018-03-15 15:48:25 -04:00