Commit Graph

916 Commits (f8ada8a81bd747d2df436a54e12bbaa58787055f)

Author SHA1 Message Date
Rohan Vazarkar bdfec8c732 Updated title credits to include enigma0x3 2015-08-14 09:42:54 -04:00
Harmj0y 404d435bb0 Fixed agent.log output bug with new lostlimit logic. 2015-08-14 09:42:54 -04:00
Harmj0y 02c25719a1 Few bug fixes for the LostAgentDetection code. 2015-08-14 09:42:54 -04:00
sixdub da6c5a983c Updated Lost Agent Detection 2015-08-14 09:42:54 -04:00
sixdub 26a67bd02b Updated changelog 2015-08-14 09:42:54 -04:00
sixdub 834b5c03fc Added missed CB limits 2015-08-14 09:42:54 -04:00
sixdub f9cf76eaec Merge branch 'master' of https://github.com/PowerShellEmpire/Empire 2015-08-13 10:32:39 -04:00
sixdub f4b85d41d7 Fixed IOError 2015-08-13 10:32:03 -04:00
enigma0x3 58525861c6 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-13 10:23:35 -04:00
enigma0x3 27a04ea576 Update install.sh 2015-08-12 21:14:43 -04:00
enigma0x3 23fff125b4 Update install.sh
reverted due to some issues
2015-08-12 21:13:18 -04:00
enigma0x3 72c1d4b5be Update changelog 2015-08-12 18:51:24 -04:00
enigma0x3 0f691e780f Update schtasks.py
fixed registry storage
2015-08-12 18:48:12 -04:00
enigma0x3 1949fd8535 Update registry.py 2015-08-12 18:43:24 -04:00
enigma0x3 dd25cd54b1 Update registry.py
fixed registry parsing
2015-08-12 18:37:14 -04:00
enigma0x3 832d5106cf Update registry.py 2015-08-12 18:31:35 -04:00
enigma0x3 45768be3b3 Update registry.py
Updated to fix execution of registry key
2015-08-12 18:30:08 -04:00
Harmj0y af1e28d75b Bug fix in stagers/macro module. 2015-08-12 17:45:04 -04:00
enigma0x3 d1484cd0cb Update registry.py 2015-08-12 17:43:00 -04:00
enigma0x3 2aa0f829f4 Update registry.py
Made listener requiered.
2015-08-12 17:38:40 -04:00
enigma0x3 fef9aa8872 Update changelog 2015-08-12 12:51:07 -04:00
enigma0x3 1032e89fab Merge pull request #14 from PowerShellEmpire/stale
StaleAgent fix
2015-08-12 11:47:16 -04:00
enigma0x3 c521dd76d9 Update messages.py 2015-08-12 11:44:28 -04:00
enigma0x3 b3caa66b4d Update empire.py 2015-08-12 11:43:51 -04:00
enigma0x3 978d2c7946 Merge pull request #12 from PowerShellEmpire/StaleAgents
Stale agents
2015-08-12 09:01:54 -04:00
enigma0x3 2140196c6d added additional delay to intervalmax
Ensures only stale agents are actually listed.
2015-08-12 08:59:36 -04:00
Harmj0y 6b11aba29d Added "list stale" and "remove stale" agents commands to list/remove
agents past their max checkins.
2015-08-11 21:59:19 -04:00
Harmj0y 39d4684e00 "agents> remove X" now removes agents that checked in > X minutes ago 2015-08-11 21:48:21 -04:00
enigma0x3 3cec31a4b7 Update changelog 2015-08-11 14:01:38 -04:00
sixdub 671635a5da Merge branch 'LostAgentDetection' 2015-08-11 13:49:56 -04:00
sixdub 43494c5785 Merge branch 'master' of https://github.com/PowerShellEmpire/Empire into LostAgentDetection 2015-08-11 13:47:20 -04:00
Harmj0y 6b07e460bd Fixed agent.log output bug with new lostlimit logic. 2015-08-11 13:43:53 -04:00
Harmj0y e6196e9b0c Few bug fixes for the LostAgentDetection code. 2015-08-11 13:33:26 -04:00
Justin 9670109d70 Merge pull request #9 from rvazarkar/master
Updated title credits to include enigma0x3
2015-08-11 13:08:04 -04:00
Rohan Vazarkar 394fe3c5b5 Updated title credits to include enigma0x3 2015-08-11 13:05:58 -04:00
sixdub 495df58789 Updated Lost Agent Detection 2015-08-10 20:01:45 -04:00
sixdub 786200fa02 Merge branch 'master' of https://github.com/PowerShellEmpire/Empire into LostAgentDetection 2015-08-10 10:58:40 -04:00
sixdub b718f8b421 Updated changelog 2015-08-10 09:14:15 -04:00
enigma0x3 5b530a3370 updated to support ubuntu 14.04 lts
added dependencies required for ubuntu installations
2015-08-10 09:07:11 -04:00
enigma0x3 ef6b645ffe updated to fix usestager tab completion bug 2015-08-10 09:06:13 -04:00
enigma0x3 57c2d26333 updated ip_whitelist from file
when setting whitelists from a text file, empire adds the contents of that file to the IP black lists. updated to ensure it adds the IPs to the correct list.
2015-08-10 07:53:22 -04:00
sixdub 65abc684d0 Added missed CB limits 2015-08-09 22:18:02 -04:00
Justin db1bc92296 Merge pull request #3 from joncave/authenticated_encryption
Update of encryption scheme uses to include integrity checking. Merge from joncave/authenticated_encryption
2015-08-09 01:58:05 -04:00
Jon Cave 4624cff0e6 Authenticate the encrypted communications 2015-08-08 18:54:02 +01:00
Harmj0y 629c648c2b Updated citataions and documentation. 2015-08-08 12:06:44 -04:00
enigma0x3 58d626dda4 removed line after function definition 2015-08-07 19:37:12 -04:00
enigma0x3 7f1cc242db Merge pull request #2 from PowerShellEmpire/path_fix
Path fix for network situational awareness modules
2015-08-06 04:12:48 -04:00
enigma0x3 175d8df7f0 Update userhunter.py 2015-08-06 04:08:50 -04:00
enigma0x3 fb6c28bd3b Update stealth_userhunter.py 2015-08-06 04:08:37 -04:00
enigma0x3 174e767721 Update sharefinder.py 2015-08-06 04:08:22 -04:00