Ace Pace
|
345d6d0a8f
|
Update css-loader
|
2020-04-30 12:37:57 +03:00 |
Ace Pace
|
375bb7032a
|
Move to only using modern imports
|
2020-04-30 12:26:22 +03:00 |
Ace Pace
|
5101c50d95
|
Move font display tag to HTML query, to avoid questions on where to stick it properly. :(
|
2020-04-30 01:07:33 +03:00 |
Ace Pace
|
92504f8ad4
|
Switch DNS prefetch to preconnect.
Add font-display tag to ensure text is displayed while font is loaded
|
2020-04-30 01:02:59 +03:00 |
Ace Pace
|
8d0ae1c528
|
Merge font requests to save time
|
2020-04-30 00:58:36 +03:00 |
Ace Pace
|
2f7eb05a33
|
Add DNS prefetch for google fonts and bootstrap CSS to index.html
|
2020-04-30 00:58:36 +03:00 |
Ace Pace
|
572b90df64
|
Remove unused imports
|
2020-04-30 00:52:40 +03:00 |
Ace Pace
|
116de3e353
|
Actually use the eslint plugins we install. Use react plugin for eslint
|
2020-04-30 00:52:40 +03:00 |
Ace Pace
|
a645abd498
|
Updated babel, updated polyfill definitions to include only modern browsers.
Webpack size is now 2.39MiB
|
2020-04-29 23:43:19 +03:00 |
Ace Pace
|
c7a94beb0d
|
Revert lodash minimizer due to bugs that I didn't want to debug.
|
2020-04-29 23:42:09 +03:00 |
Ace Pace
|
d5b659c3cd
|
Change to deep linking forteawesome images. This is because webpack doesn't seem to minimize the imports properly.
Saves 80kb
|
2020-04-29 18:48:29 +03:00 |
Ace Pace
|
564f9a2cc6
|
Add lodash minimizer. Saves roughly 50kib but for free.
|
2020-04-29 18:36:10 +03:00 |
VakarisZ
|
6930e9d8e0
|
Merge branch 'monkey_telemetry_fabrication' into performance_fixes
|
2020-04-29 14:32:17 +03:00 |
VakarisZ
|
1a784791fd
|
Fixed a typo in supported_request_method.py filename
|
2020-04-29 11:17:08 +03:00 |
VakarisZ
|
1352747c4e
|
Removed debugging comments
|
2020-04-29 10:39:10 +03:00 |
VakarisZ
|
55d3fd5bd8
|
More improvement on telemetry fabrication logging
|
2020-04-28 17:54:12 +03:00 |
VakarisZ
|
67c8b48d9c
|
Merge pull request #619 from VakarisZ/map_generation_test
Map generation test
|
2020-04-28 17:23:44 +03:00 |
Shay Nehmad
|
ac740d31b5
|
Merge pull request #631 from guardicore/master
Backmerge hotfix from Master
|
2020-04-28 17:18:33 +03:00 |
Shay Nehmad
|
98636a5495
|
Merge pull request #630 from guardicore/hotfix/fix-monkey-password-encoding
Python 3 hashing requires bytes, not string
|
2020-04-28 17:17:47 +03:00 |
Shay Nehmad
|
d03ee3d245
|
Update patch version
Bugfix change to master == new patch ㊗️
|
2020-04-28 16:54:19 +03:00 |
VakarisZ
|
1afbe3dea5
|
Improved ZT event aggregation performance
|
2020-04-28 16:50:01 +03:00 |
Shay Nehmad
|
e321220a62
|
Python 3 hashing requires bytes, not string
Also moved to standard lib implementation with hashlib instead of Crypto, and added UT to the problematic function
|
2020-04-28 16:42:24 +03:00 |
Shay Nehmad
|
aa21e864fe
|
Merge pull request #628 from guardicore/release/1.8.0
Release/1.8.0 to develop
|
2020-04-27 17:15:31 +03:00 |
Shay Nehmad
|
9b7d7972b5
|
Merge pull request #599 from guardicore/release/1.8.0
Release/1.8.0
Changelog will be published soon-ish.
|
2020-04-27 16:39:10 +03:00 |
Shay Nehmad
|
3f00cbbd70
|
Merge pull request #626 from guardicore/bugfix/lock-wmi-version-package
Bugfix/lock wmi version package
|
2020-04-27 15:12:48 +03:00 |
Shay Nehmad
|
b5668c4dbc
|
Lock WMI version to one that works
|
2020-04-27 15:05:21 +03:00 |
VakarisZ
|
41ae125980
|
Fixed telemetry performance test logging bugs and improved logging to display only N longest telems instead of all
|
2020-04-24 16:41:00 +03:00 |
VakarisZ
|
baa1598a1b
|
Added progress bars, optimized imports, fixed bug that happened on big numbers of telems
|
2020-04-24 13:19:07 +03:00 |
VakarisZ
|
8a3d4a5a65
|
Merge pull request #625 from VakarisZ/mitre_cti_retarget
Mitre cti retarget
|
2020-04-23 22:50:13 +03:00 |
VakarisZ
|
986e52716f
|
Finished telemetry performance test (time measurements, refactoring)
|
2020-04-23 19:46:58 +03:00 |
VakarisZ
|
91d68113f9
|
Refactored root endpoint and added service hook for things that should happen after exploitation is done
|
2020-04-23 19:46:05 +03:00 |
VakarisZ
|
78b0186613
|
Finished telemetry fabrication
|
2020-04-23 19:44:24 +03:00 |
VakarisZ
|
b51bef1a37
|
Added our fork of mitre cti
|
2020-04-23 17:05:22 +03:00 |
VakarisZ
|
61bd40eebf
|
Removed mitre cti submodule
|
2020-04-23 17:02:54 +03:00 |
VakarisZ
|
b6e0e30d58
|
Splitting classes into multiple files
|
2020-04-20 18:23:25 +03:00 |
VakarisZ
|
636c8f6d3f
|
Added the ability to forge more intricate setup telemetries + small bugfixes, refactors and improvements
|
2020-04-20 17:49:24 +03:00 |
Shay Nehmad
|
ab4977f191
|
Merge pull request #622 from guardicore/bugfix/fix-win-installation
Bugfix/fix win installation
|
2020-04-20 15:23:46 +03:00 |
Shay Nehmad
|
ca505f4d86
|
Trying to disable UPX to make it work on 2012 R2
|
2020-04-20 09:37:53 +03:00 |
Shay Nehmad
|
fb345845fe
|
Added pyinstaller hook for stix2 module
|
2020-04-16 23:22:58 +03:00 |
Shay Nehmad
|
7ef3c3b0a8
|
Remove the stix2 internals reference
v20
|
2020-04-16 22:32:05 +03:00 |
Shay Nehmad
|
cb9d4936dd
|
Default value for positional argument
Since this is the enrty point for pyinstaller island
|
2020-04-16 19:38:05 +03:00 |
Shay Nehmad
|
ef3a71afe5
|
Added the attack_data folder to the datas
|
2020-04-16 19:09:42 +03:00 |
Shay Nehmad
|
d50c339629
|
Fix bad inport path
|
2020-04-16 17:31:40 +03:00 |
VakarisZ
|
1ccbb3d989
|
Finished fabricated monkey telemetry sending
|
2020-04-16 16:39:10 +03:00 |
Shay Nehmad
|
b8fd7c9786
|
Added hidden import and upx exclude
|
2020-04-16 15:13:17 +03:00 |
VakarisZ
|
a400da276a
|
Added ability to export test telemetries to directory
|
2020-04-15 17:17:03 +03:00 |
VakarisZ
|
7d397da245
|
Added telemetry collection
|
2020-04-15 15:42:37 +03:00 |
VakarisZ
|
34e64f5429
|
Merge pull request #618 from VakarisZ/release/1.8.0
Readme update
|
2020-04-15 10:21:33 +03:00 |
VakarisZ
|
5fa27c14e8
|
Bugfixes and debugging comments removed
|
2020-04-15 09:38:08 +03:00 |
VakarisZ
|
f270f62ef5
|
Changed dropdowns to headers in readme
|
2020-04-14 17:46:54 +03:00 |