Commit Graph

266 Commits (bcb2f4677f0fd767cb3c638200398bd08a42d8b7)

Author SHA1 Message Date
Harmj0y 54c7300998 Tweaks to fix for issue #23 2015-08-21 15:24:12 -04:00
Harmj0y b434102f2c Error handling for issue #23 2015-08-21 14:17:55 -04:00
Harmj0y 5b40197fd5 'list [agents/listeners] <modifier>' should now be a universal option in every menu
Added 'run' alias for 'execute' in listener menu as well.
2015-08-20 19:08:40 -04:00
Harmj0y 0e0c94b94a Aliased run for execute. 2015-08-20 18:49:23 -04:00
Harmj0y 804e1a01a2 Revamped basic shell operations in agent core (cp, dir, mv, etc.)
Standardized UNC path normalization in agent core
added hostname alias
2015-08-20 15:32:26 -04:00
Harmj0y 39d974bb09 Continued porting native shell commands to WMI replacents in agent core
In agent menu, 'shell CMD' now runs straight IEX CMD, and 'help agentcmds' shows safe aliases
Modified ./setup/reset.sh to work from parent or ./setup/ folders
2015-08-20 14:35:42 -04:00
Harmj0y fdfb0ba337 Removed "whoami" from the high integrity check. 2015-08-19 21:08:57 -04:00
Harmj0y ae741e2c85 Implement agent route command in WMI. 2015-08-19 20:51:36 -04:00
Tomas Rzepka f5916f0d3e Fixed Epoch/counter to support other cultures/datetime-formats 2015-08-20 00:55:21 +02:00
Harmj0y 109fa29f60 Combined code components for agent.ps1 shell command section. 2015-08-19 18:33:04 -04:00
Harmj0y e68870f143 the following agent commands now use WMI instead of native binaries: ps, tasklist, ipconfig, ifconfig 2015-08-19 18:16:01 -04:00
HarmJ0y 3cedb106a9 Merge pull request #22 from PowerShellEmpire/zipfolder
Zipfolder
2015-08-19 15:57:22 -04:00
Harmj0y 4bb0bc4d47 Corrected menu behavior on agent exit, bug fix on some dir behavior 2015-08-19 15:51:36 -04:00
Harmj0y 23a3aa3f07 Added management/zipfolder for folder zipping/exfiltration. 2015-08-19 14:56:00 -04:00
HarmJ0y e7a720d663 Merge pull request #21 from PowerShellEmpire/packet_capture
Packet capture
2015-08-19 13:14:59 -04:00
Harmj0y d88331cfae Updated changelog. 2015-08-19 13:14:14 -04:00
Harmj0y 46bf3040f0 Added collection/packet_capture to use netsh to initiate a packet capture. 2015-08-19 12:57:35 -04:00
HarmJ0y fb09843c5b Merge pull request #19 from PowerShellEmpire/netripper_branch
Added collection/netripper implementation of the NetRipper project
2015-08-19 10:20:25 -04:00
Tomas Rzepka cf96626e8d Added support for custom proxy. 2015-08-19 10:00:32 +02:00
Harmj0y f07a4d4a3f Added collection/netripper implementation of the NetRipper project from Ionut Popescu (@NytroRST) 2015-08-18 21:09:05 -04:00
enigma0x3 304f8e906b Merge pull request #17 from ch33kyf3ll0w/master
Update hta.py to fix line indention.
2015-08-16 13:37:09 -04:00
ch33kyf3ll0w 5308dafff2 Update hta.py
Unexpected line ident. Threw off Empire startup.
2015-08-16 12:27:26 -05:00
sixdub 5becd7b9c7 Rebase of commits prior to release 2015-08-16 10:46:43 -04:00
Casey Smith 1d37d7702a Create hta.py 2015-08-16 10:46:29 -04:00
Harmj0y 6ddce8bb7e Added lateral_movement/invoke_psexec 2015-08-16 10:46:22 -04:00
Harmj0y 2b499a559c Added modules management/timestomp, trollsploit/process_killer, persistence/elevated/wmi, situational_awareness/network/smbscanner 2015-08-16 10:46:12 -04:00
sixdub 7244567892 Changelog Update 2015-08-16 10:44:20 -04:00
Justin ff9e6f4214 Merge pull request #16 from subTee/master
Create hta.py. Thanks for the extra stager!
2015-08-16 10:40:56 -04:00
Casey Smith 0318b41156 Create hta.py 2015-08-16 07:35:46 -06:00
Harmj0y 177a7111fc updated changelog 2015-08-16 01:06:20 -04:00
Harmj0y 43ed6e07df Added lateral_movement/invoke_psexec 2015-08-16 01:05:35 -04:00
Harmj0y 028d73f298 Removed debug output 2015-08-15 21:55:39 -04:00
Harmj0y 8862d34fb6 Added modules management/timestomp, trollsploit/process_killer, persistence/elevated/wmi, situational_awareness/network/smbscanner 2015-08-15 17:58:44 -04:00
sixdub d9acb9aa02 Merge branch 'master' of https://github.com/PowerShellEmpire/Empire 2015-08-14 09:43:18 -04:00
enigma0x3 8c36d463e3 Update macro.py
"Set" in VBA instantiates an object. A string var isn't defined as an object, so this fails. Updated to remove "Set" from initial str instantiation.
2015-08-14 09:43:13 -04:00
sixdub 4a1a4e6960 Fixed IOError 2015-08-14 09:43:12 -04:00
enigma0x3 4eca2c6c65 Update install.sh 2015-08-14 09:43:12 -04:00
enigma0x3 e90795a89f Update install.sh
reverted due to some issues
2015-08-14 09:43:12 -04:00
enigma0x3 50f905a0db Update changelog 2015-08-14 09:43:12 -04:00
enigma0x3 3ade74603f Update schtasks.py
fixed registry storage
2015-08-14 09:43:12 -04:00
enigma0x3 afe64910a3 Update registry.py
Updated to fix execution of registry key

fixed registry parsing
2015-08-14 09:43:02 -04:00
Harmj0y 4572513129 Bug fix in stagers/macro module. 2015-08-14 09:43:01 -04:00
enigma0x3 52de78bfc3 Update registry.py
Made listener requiered.
2015-08-14 09:42:55 -04:00
enigma0x3 cad68d4675 Update changelog 2015-08-14 09:42:54 -04:00
enigma0x3 7ca33a108e Update messages.py 2015-08-14 09:42:54 -04:00
enigma0x3 3222556c2c Update empire.py 2015-08-14 09:42:54 -04:00
enigma0x3 6ace392e19 added additional delay to intervalmax
Ensures only stale agents are actually listed.
2015-08-14 09:42:54 -04:00
Harmj0y d44b1f1ec6 Added "list stale" and "remove stale" agents commands to list/remove
agents past their max checkins.
2015-08-14 09:42:54 -04:00
Harmj0y 8423c4f3bf "agents> remove X" now removes agents that checked in > X minutes ago 2015-08-14 09:42:54 -04:00
enigma0x3 5cf3916fbb Update changelog 2015-08-14 09:42:54 -04:00