399 Commits

Author SHA1 Message Date
James 1dd70a9eca Merge pull request #1258 from quickbreach/dev
Initial commit of powershell/collection/toasted
2019-02-07 12:52:05 -05:00
mr64bit 566008e178 Move module to correct directory, conform to module naming scheme 2018-12-01 13:34:37 -05:00
Dhiraj Mishra b8c0f5b1a8 HostRecon.py 2018-12-01 13:34:37 -05:00
Quickbreach a22951ad29 Added powershell/collection/toasted module 2018-10-23 19:03:06 -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 834fc9e487 Merge pull request #1135 from matterpreter/master
Added Get-AppLockerConfig
2018-06-06 17:08:26 -04:00
matterpreter 5f62dde76a Change Write-Host to Write-Output 2018-05-24 09:35:17 -07:00
matterpreter 605239e71b Moved PS code into main module instead of calling it in 2018-05-16 17:44:08 -04:00
Kevin 09a8c119ff Updated SOCKS proxy for Python agent
- Matches new version of AlmondRocks (v1.0.0)
- Breaks compatibility with previous versions of AlmondRocks
2018-05-16 13:39:33 -06:00
matterpreter 7c88ea0ac1 Add Get-ApplockerConfig
Added a host situational awareness script to check the AppLocker policy of a specified binary or all binaries in a folder for a specified user.
2018-05-16 10:53:14 -04:00
leesoh 8eb56b29f4 Initial commit 2018-05-15 12:44:51 -06:00
leesoh 21f7b47e53 Add missing info that was causing searchmodule to break 2018-05-14 17:25:26 -06:00
Chris Ross 94a4c7da1b Merge pull request #1103 from benichmt1/subnet_ranges
Add module to find subnet ranges (powershell/situation_awareness/network/powerview/get_subnet_ranges)
2018-05-06 14:14:12 -04:00
xorrior 3c90d61828 Set the Listener option to required : True 2018-05-03 20:54:20 -04:00
xorrior 66d6b7462f Merge branch 'master' of https://github.com/jbooz1/Empire into jbooz1-master 2018-05-03 20:42:20 -04:00
Michael Benich 4c4b7c6be8 Added IPs flag, changed output 2018-05-02 16:27:20 -04:00
xorrior d040e2eef1 Resolved conflict 2018-04-21 13:44:03 -04:00
xorrior 119aa873b8 Fixed conflict 2018-04-21 09:15:08 -04:00
johneiser 8ee1e66e29 Removed unnecessary call to launchctl 2018-04-11 23:40:34 +00:00
xorrior efba9bc368 Fix for #1059. Fixed launcher string, which caused macho to crash. Removed unnecessary call to launchctl. Plist will be loaded automatically during the boot process 2018-04-08 14:25:18 -04:00
xorrior 79ae0f4ca6 Fix for #1059. Fixed launcher string, which caused macho to crash. Removed unnecessary call to launchctl. Plist will be loaded automatically during the boot process 2018-04-08 14:23:06 -04:00
Justin 1df043104f Added lower privilege osx launch agent persistence 2018-04-06 18:32:59 -04:00
classity d18366d4c0 Create fetch_brute_local.py 2018-03-30 21:11:12 +02:00
Jarrett Booz 342b9efa93 Adds if statement for KnockKnock persistence 2018-03-28 22:36:38 -04:00
classity e1c0476e0b Create get-winupdates.py
module checks for local microsoft patches:installed/failed/pending
2018-03-23 09:55:06 +01:00
Michael Benich c41a6c053c another typo -_- 2018-03-21 18:06:59 -04:00
Michael Benich 847bfcf1ca Typo 2018-03-21 18:06:26 -04:00
Michael Benich ee16f045c2 Create get_subnet_ranges.py 2018-03-21 17:58:30 -04:00
Jarrett Booz 06ef0005d2 Adds script and params for failed logon triggering 2018-03-16 22:30:58 -04:00
OneLogicalMyth 622b57ba71 Merge remote-tracking branch 'upstream/master' 2018-03-16 15:37:53 +00:00
Liam Glanfield 378a00dade added Out-String
Needed to get results to display so used Out-String.
2018-03-15 10:19:05 +00:00
xorrior 1957c28368 Merge branch 'master' of https://github.com/import-au/Empire into import-au-master 2018-03-14 13:43:02 -04:00
Liam Glanfield 9023ec2f63 minor bug fix missing a comma 2018-03-14 14:59:47 +00:00
Liam Glanfield 9f79c729fc Added module Get-KerberosServiceTicket
Retrieves IP addresses and usernames using event ID 4769 this can allow identification of a users machine. Can only run on a domain controller.
2018-03-14 14:36:58 +00:00
xorrior e65e15c982 Removed ls_m and shellb modules for python 2018-03-11 15:23:37 -04:00
import-au 1f2c9324d2 Modified verbiage for Version. Added exception handling. 2018-03-08 10:36:20 -05:00
import-au 81cbcf890e Renamed new keychain module 2018-03-08 10:36:20 -05:00
import-au 2999dbbf13 Keychain dump fixed. 2018-03-08 10:36:20 -05:00
import-au bc310d9c0e Fixed osx/situationalawareness
osx/macro now properly supports older and newer variants of Office
Working on keychaindump_sandbox
2018-03-08 10:36:20 -05:00
Adam Gold c17f06251c Fixed SA for OSX 2018-03-08 10:36:20 -05:00
Adam Gold 496806824e Macro changes 2018-03-08 10:35:56 -05:00
Adam Gold ec2e453de1 Added Wireless Info 2018-03-08 10:34:36 -05:00
Adam Gold 691882a84f Dump decrypted keychain 2018-03-08 10:34:36 -05:00
xorrior 5eaf06a434 update shell stager logic 2018-03-04 02:10:55 -05:00
xorrior 320fe957d1 Added shellcode stager w/ sRDI project from @monogas 2018-03-02 00:12:41 -05:00
xorrior 927fb957ca Update comments 2018-02-27 18:00:32 -05:00
jarrodcoulter 8c99cb4c07 Updated based on Feedback
Removed variable names starting with a capital and added remove.lower() to match on lowercase true as well as True.
2018-02-23 06:48:12 -06:00
jarrodcoulter d73f62a22d Update Comments
Re-added comments for references.
2018-02-20 09:42:50 -06:00
jarrodcoulter 20222d9b5d Update desktopfile to add Remove capability
Added a section to improve the Desktop file persistence by letting the use remove previous persistence mechanisms. Checks to see if the FileName exists and if so removes it.
2018-02-20 09:22:48 -06:00