Harmj0y
bcb2f4677f
Fix for issue #112
2015-12-16 17:42:51 -05:00
Harmj0y
c1043156e1
Module argument tweaks to collection/inveigh.py
2015-12-14 16:04:49 -05:00
HarmJ0y
4ccc6088e0
Merge pull request #108 from Kevin-Robertson/master
...
Synced collection/inveigh with current standalone Inveigh code
2015-12-14 15:57:23 -05:00
Kevin Robertson
e2209606aa
Synced collection/inveigh with current standalone Inveigh code
...
Direct copy/paste of Invoke-Inveigh function from current standalone
version of Inveigh. This version contains a number of
additions/changes/bug fixes. There are two primary additions that may be
useful to Empire users. The first is that 1122334455667788 is no longer
used as the default challenge over HTTP since it's now getting flagged
by SEP and maybe others. The default behavior is a random challenge for
each request. A specific challenge can also be specified through the
'challenge' parameter. The second is the ability to set a run time so
that collection/inveigh will auto-exit after a specified number of
minutes. On the python side, I have added the additional relevant
parameters and flipped the module to opsec safe since no files are
created on disk.
2015-12-13 19:31:52 -05:00
Harmj0y
93c1d46236
Updated powerview.ps1
...
Added situational_awareness/network/powerview/get_cached_rdpconnection
Added situational_awareness/network/powerview/set_ad_object
Added management/downgrade_account
2015-12-11 17:56:25 -05:00
enigma0x3
e7421af423
Merge pull request #106 from mubix/installautomation
...
allow for setup automation
2015-12-11 13:57:38 -05:00
Harmj0y
788747fa92
Added lsadump::cache and lsadump::sam Mimikatz modules.
2015-12-09 15:20:13 -05:00
Rob Fuller
5f249ad577
grammar is stupid
2015-12-01 14:03:41 -05:00
Rob Fuller
f69383ad69
allow for setup automation
2015-12-01 13:56:37 -05:00
Harmj0y
d03cecbc37
Bug fix for installations transitioning to autorun code with old database.
2015-12-01 12:15:01 -05:00
HarmJ0y
9d9389d0a1
Merge pull request #104 from monoxgas/master
...
Added Hashdump using Invoke-DCSync
2015-12-01 10:28:45 -05:00
Nick Landers
7ab8cf4e94
I knew that...
2015-12-01 00:00:51 -07:00
Nick Landers
e8337f47f4
Fixing small things
2015-11-30 22:19:24 -07:00
HarmJ0y
a3e33ec98e
Merge pull request #105 from PowerShellEmpire/emailraider
...
Emailraider
2015-11-30 23:25:37 -05:00
Harmj0y
cb67368e2e
Updated version and changelog
2015-11-30 23:23:03 -05:00
Harmj0y
1ba56acc13
Added persistence/userland/backdoor_lnk
2015-11-30 23:20:49 -05:00
Nick Landers
d6443b9399
Update dcsync-hashdump.py
2015-11-30 18:27:19 -07:00
Monox Gas
5a85be3d37
Update Fixes
2015-11-30 18:21:22 -07:00
Nick Landers
63ea2f842c
Create dcsync-hashdump.py
2015-11-30 17:39:30 -07:00
Nick Landers
3d801abcfb
Invoke-DCsync PS1
2015-11-30 17:18:41 -07:00
Harmj0y
6df2841ff7
Combined persistence/debugger/* into persistence/misc/debugger
2015-11-30 00:54:55 -05:00
Harmj0y
1d1fa61116
Added SysWow64 option to management/spawn to spawn a 32-bit powershell.exe
2015-11-29 15:20:16 -05:00
Harmj0y
41cc316406
Added MailRaider's disable_security.py module
2015-11-29 12:48:06 -05:00
Harmj0y
66b7aa17f1
Added several modules in management/mailraider/* to integrate @xorrior's MailRaider.ps1
2015-11-29 11:58:16 -05:00
Harmj0y
743fe02b44
Removed non-ascii character from Get-FoxDump.ps1
...
Added ascii check before module tasking
2015-11-28 20:24:45 -05:00
HarmJ0y
38ca880cf5
Merge pull request #103 from xorrior/master
...
Re-pull of FoxDump and ChromeDump. Added 64-bit assembly for Chrome and removed unnecessary functions in Firefox.
2015-11-28 20:23:11 -05:00
xorrior
42c7eb901d
Merge branch 'master' of https://github.com/xorrior/Empire
2015-11-28 16:34:19 -05:00
xorrior
104166f8e8
Added 64-bit version of Assembly in ChromeDump. Removed unnecessary functions in FoxDump
2015-11-28 16:34:13 -05:00
Harmj0y
f853e6d750
Added option parsing and cred store support to lateral_movement/invoke_sshcommand
2015-11-28 16:00:16 -05:00
HarmJ0y
ebc023d560
Merge pull request #101 from rvrsh3ll/master
...
Add Invoke-SSHCommand
2015-11-28 15:50:57 -05:00
rvrsh3ll
6c867048c4
Add Invoke-SSHCommand
2015-11-25 15:49:36 -05:00
xorrior
c65498371f
Merge branch 'master' of https://github.com/xorrior/Empire
2015-11-25 11:55:44 -05:00
xorrior
acb9d1bb2f
Added ChromeDump and FoxDump modules
2015-11-25 11:55:36 -05:00
xorrior
7530a81d88
Merge remote-tracking branch 'refs/remotes/PowerShellEmpire/master'
2015-11-24 19:40:14 -05:00
HarmJ0y
ddb47c3cdb
Merge pull request #98 from PowerShellEmpire/script_autorun
...
Script autorun
2015-11-24 17:07:14 -05:00
xorrior
d71ee5f4b7
Merge remote-tracking branch 'refs/remotes/PowerShellEmpire/master'
2015-11-24 13:24:24 -05:00
HarmJ0y
580eef0dc9
Merge pull request #97 from blark/patch-1
...
Update install.sh to install python-pip
2015-11-24 10:49:55 -05:00
blark
5fef212387
Update install.sh to install pip
...
python-pip isn't installed by default on Kali docker images.
2015-11-24 09:09:23 -05:00
Harmj0y
3817385bb2
Fixed agent result caching bug (again)
...
Fixed multiple agent-interaction bug that causes results to be displayed simultaneously
2015-11-24 00:41:16 -05:00
Harmj0y
79400a329f
Fixup for recon/http_login
2015-11-24 00:22:42 -05:00
HarmJ0y
cf9f2f0cbf
Merge pull request #96 from rvrsh3ll/master
...
Added HTTP-Login Recon Module
2015-11-23 23:16:14 -05:00
Harmj0y
6de27d4846
Corrected /dc flag in credentials/mimikatz/dcsync
2015-11-23 21:06:06 -05:00
rvrsh3ll
abb1c7f555
Changed User Agent to be 2.0 compatible
2015-11-23 15:40:45 -05:00
rvrsh3ll
c2c1676eea
Added Random User Agents
2015-11-23 11:37:54 -05:00
rvrsh3ll
b703e13614
Added HTTP-Login Recon Module
2015-11-23 08:50:58 -05:00
Harmj0y
aa9c9e804e
Added management/invoke_script
2015-11-22 17:36:57 -05:00
Harmj0y
e59844be72
Added ability to set a script to run on each agent checkin with "set Agent autorun" in module menu.
...
"(Empire: agents) > clear autorun" will clear out any current autoruns
WARNING: this requires a DB schema mod to work correctly, meaning you will lose current
agent connection information if run!
2015-11-22 17:25:28 -05:00
HarmJ0y
8aa7918ef6
Merge pull request #95 from PowerShellEmpire/nested_menu_fix2
...
Fixed nested menu bug that caused buildup of "Agent X not active."
2015-11-21 20:16:12 -05:00
Harmj0y
8637a49338
Fixed nested menu bug that caused buildup of "Agent X not active."
...
Main display menu now shows each time "main" menu is entered.
2015-11-21 20:03:40 -05:00
Harmj0y
062a806dd6
Certificate generation added to setup.sh
2015-11-21 18:24:17 -05:00