Commit Graph

1488 Commits

Author SHA1 Message Date
VakarisZ 2a8d5b2e48 Removed unrelated file change 2019-04-02 18:23:12 +03:00
VakarisZ ae6e83d4c6 Test schema's change to production, minor comment improvements 2019-04-01 17:10:20 +03:00
VakarisZ 00c19aa3b9 Added correct checkbox file 2019-04-01 10:01:53 +03:00
VakarisZ ac1d084a5c Removed UI checkbox component again 2019-04-01 09:58:32 +03:00
VakarisZ 689e034524 Removed UI checkbox component 2019-04-01 09:56:29 +03:00
VakarisZ 300f821b4c Refactored matrix parsing, added comments 2019-03-29 17:37:16 +02:00
VakarisZ 5e73306b9c Implemented enabling/disabling array and boolean configuration fields according to ATT&CK matrix. 2019-03-29 15:44:30 +02:00
VakarisZ b3f7b29640 ATT&CK fields can be mapped together, ATT&CK configuration gets translated to monkey's configuration 2019-03-29 15:44:17 +02:00
VakarisZ cce76f37df Configuration "reset to defaults" added 2019-03-29 15:44:04 +02:00
VakarisZ f5da1bf3b6 Matrix submit bugfix 2019-03-29 15:43:46 +02:00
VakarisZ 88229e74c9 Configuration submission 2019-03-29 15:43:33 +02:00
VakarisZ b319bc8e5f Toolbar with technique description added to checkboxes 2019-03-29 15:40:31 +02:00
VakarisZ 7b8a758541 Adding toolbar and checkBox style fixes 2019-03-29 15:39:58 +02:00
VakarisZ 17a51cd92e ATT&CK matrix formed in front-end 2019-03-29 15:39:47 +02:00
VakarisZ d2670be767 Sketches of config implementation 2019-03-29 15:39:37 +02:00
VakarisZ 1c847ccc06 Att&ck implementation started 2019-03-29 15:39:12 +02:00
VakarisZ 11e6d3807a Added custom post breach values to example.conf 2019-03-26 20:09:09 +02:00
VakarisZ 1c3e69cbb9 PR notes fixed, command + file bugs fixed 2019-03-26 20:02:50 +02:00
VakarisZ 50f2db4b22 Removed unused import 2019-03-25 21:44:39 +02:00
VakarisZ be598d0953 Added jwt requirements to PBA endpoints, fixed bugs, added different
display if PBA succeeded than if failed.
2019-03-25 21:44:39 +02:00
VakarisZ 92615b848d PBA config depth reduced to 3, unused methods removed, pba file size
property removed, small refactors and comments.
2019-03-25 21:44:39 +02:00
VakarisZ dbf56b5531 Improved display of post breach actions 2019-03-25 21:44:39 +02:00
VakarisZ 308a1e3547 Added simple telemetry feed 2019-03-25 21:44:39 +02:00
VakarisZ f35340e7ae Cosmetic changes and small refactors 2019-03-25 21:44:39 +02:00
VakarisZ 45be010470 Refactoring and improvements 2019-03-25 21:44:39 +02:00
VakarisZ 33e78ba4e8 Implemented file restoration endpoint, file upload front end 2019-03-25 21:44:39 +02:00
VakarisZ 7281f2284b Added deletion of files 2019-03-25 21:44:39 +02:00
VakarisZ a51d7da1f9 Refactoring file upload UI -> server to be via filepond 2019-03-25 21:44:39 +02:00
VakarisZ 4292fc845b File deletion 2019-03-25 21:44:38 +02:00
VakarisZ d539f2301c Separating my post breach from previous post breach 2019-03-25 21:44:38 +02:00
VakarisZ 2ce27dc885 Added primitive display of post breach actions 2019-03-25 21:44:38 +02:00
VakarisZ eb05dd46e7 PBA's stored on the database 2019-03-25 21:44:38 +02:00
VakarisZ 20d774b7df Core functionality added, not tested yet 2019-03-25 21:44:38 +02:00
VakarisZ 8e78150db4 Front end input changed to text area 2019-03-25 21:44:38 +02:00
VakarisZ e5f908754a Started implementing custom post-breach actions 2019-03-25 21:44:38 +02:00
itaymmguardicore 9c0f4efce5
Merge pull request #280 from VakarisZ/monkey_dir
New directory for monkey and it's files
2019-03-25 11:39:54 +02:00
VakarisZ fecfd138a0 Directory removal moved to happen before self_delete call 2019-03-25 10:48:56 +02:00
VakarisZ d61c080848 Small refactor, values to island's config added. 2019-03-20 14:02:53 +02:00
VakarisZ eb1cb91704 Removed monkey dir paths from island's configuration 2019-03-20 09:33:10 +02:00
VakarisZ 0268fa833f New directory for monkey and it's files 2019-03-19 18:41:14 +02:00
Daniel Goldberg 3cd85ff85a
Merge pull request #276 from VakarisZ/mssql_partial_fix
MSSQL now is able to upload a payload
2019-03-09 12:24:47 +02:00
vakaris_zilius c205636b10 MSSQL now is able to upload a payload 2019-03-08 15:34:17 +00:00
Daniel Goldberg de2e0d88ba
Merge pull request #275 from Dhayalanb/develop
Updated Create_certificate to key of length 2048
2019-03-07 13:14:22 +02:00
Dhayalan 3372ea7820
Updated Create_certificate to key of length 2048
deb package creates a key of length 1024 by default and and since the release of openssl 1.1.1 the default openssl.conf file at /etc/ssl/openssl.conf  has CipherString = DEFAULT@SECLEVEL=2 , resulting in the key length to be small.  In order to adhere to SECLEVEL=2 the key length was increased from 1024 to 2048.
2019-03-07 12:09:03 +01:00
Daniel Goldberg 16f0b475af
Merge pull request #255 from VakarisZ/avoid_sshguard
Exploitation order + tiny monkey.py refactor
2019-03-05 11:42:35 +02:00
Daniel Goldberg 3f91f273cb
Fix typo in README 2019-02-27 17:18:56 +02:00
VakarisZ cc327633ec Added enum34 to requirements 2019-02-26 19:55:47 +02:00
itay ebe79d74d4 Disable MSSQL exploiter 2019-02-26 10:51:38 +02:00
VakarisZ 04358d556a Exploit ordering implemented using enum 2019-02-22 11:08:21 +02:00
Daniel Goldberg 3691b432fa
Merge pull request #272 from guardicore/bugfix/mssql-bugfixes
fix expanding of env variables
2019-02-21 17:50:15 +02:00