Commit Graph

2326 Commits

Author SHA1 Message Date
Shay Nehmad d7543e1117 Extracted magic numbers to consts and deleted unused css file 2019-09-02 15:38:57 +03:00
Shay Nehmad 4d50f0d8de Map status to finding instead of calling function 3 times 2019-09-02 15:05:34 +03:00
Shay Nehmad cdc72eace7 Renamed overview to section 2019-09-02 14:52:14 +03:00
Shay Nehmad f05178baeb Fixed proptypes 2019-09-02 14:47:49 +03:00
Shay Nehmad 8f8f273859 Seperated main sections to components 2019-09-02 14:43:54 +03:00
Shay Nehmad 02cd1ad684 Extracted event text and creation to function 2019-09-02 14:43:39 +03:00
Shay Nehmad 5487395797 Moved JSON parsing to state.py 2019-09-02 12:32:00 +03:00
Shay Nehmad a330dc1bb7 Extracted json parsing to scan.py 2019-09-02 11:46:42 +03:00
Shay Nehmad fec0791c7b Moved JSON parsing to exploit.py 2019-09-02 11:40:22 +03:00
vakaris_zilius b733cf3389 Changed tmp dir path on mssql exploiter 2019-09-02 08:37:52 +00:00
Shay Nehmad 2269e78888 Added docs for is_segmentation_violation 2019-09-02 11:37:26 +03:00
Shay Nehmad 2d7829ca4b Split test_machine_exploited into 2 functions 2019-09-02 11:05:57 +03:00
Shay Nehmad 107ac73366 Improved documentation of create_ir_add_to_existing_finding 2019-09-02 11:00:57 +03:00
Shay Nehmad 9fc2bf886d Extracted ES_SERVICE to const
CR
2019-09-02 11:00:10 +03:00
Shay Nehmad faf6da15bb Improved doc, refactored names and added test case for segmentation_utils
CR
2019-09-02 10:20:52 +03:00
Shay Nehmad 30b74675a5 Revert "Revert "Added post breach processing dict and extracted consts to common""
This reverts commit 36ad6fc441.
2019-09-02 10:08:52 +03:00
Shay Nehmad c60f393dbe Merge branch '400/zero-trust-mvp' into 400/more-tests 2019-09-02 10:08:43 +03:00
Shay Nehmad 36ad6fc441 Revert "Added post breach processing dict and extracted consts to common"
This reverts commit 98764f0291.
2019-09-02 10:08:04 +03:00
Shay Nehmad 98764f0291 Added post breach processing dict and extracted consts to common 2019-09-02 10:07:26 +03:00
Shay Nehmad 68c0f590ac Removing the refresh data interval when leaving report page 2019-09-01 16:17:22 +03:00
Shay Nehmad 1550742d4d Added tunneling zero trust test 2019-09-01 15:40:29 +03:00
Shay Nehmad 7f543d675d Fixed typo 2019-09-01 15:04:23 +03:00
Shay Nehmad 5e571e7e9e
Merge pull request #425 from guardicore/dev-contrib-updates
Dev contribution guidelines updates
2019-09-01 14:52:56 +03:00
Shay Nehmad 39437c5913 Rename existing test files in accordance to new naming scheme 2019-09-01 14:13:24 +03:00
Shay Nehmad f8ef243d04 Updated contrib.md to include info about UT name format and branch name format 2019-09-01 14:09:42 +03:00
Shay Nehmad 146c87c338 Optimize import 2019-09-01 12:18:42 +03:00
Shay Nehmad f7d66e0ebc Realize the previous idea was stupid and aggregate all exploit attempts based on status alone 2019-09-01 12:10:27 +03:00
Shay Nehmad e7953defdc Now that findings are aggregated, added events amount counter badge 2019-09-01 12:09:26 +03:00
Shay Nehmad 3f2d5b1479 Aggregate passed exploit attempts tests (which means failed exploiting) 2019-09-01 12:08:58 +03:00
Shay Nehmad 1fddd4abbf Made some findings aggregate findings to improve readability of Findings table. 2019-09-01 11:44:08 +03:00
Shay Nehmad 1d5a4d20ce Added aggregate finding 2019-09-01 11:29:04 +03:00
Shay Nehmad 5e059f78eb Various UI Improvements 2019-09-01 10:51:33 +03:00
Anh T Nguyen c0a6f1d1dd update 2019-09-01 14:04:16 +07:00
Shay Nehmad 85401e5d48 Formatting + Removed export events button from main page 2019-08-29 19:54:46 +03:00
Shay Nehmad 8136c31476 Venn diagram - new version from Vladimir 2019-08-29 19:28:03 +03:00
Anh T Nguyen 8099644cee enter lock before downloading 2019-08-29 18:18:41 +07:00
Shay Nehmad 641308c91b Update rules of diagram 2019-08-29 10:58:51 +03:00
Shay Nehmad 20976ddaaf Moved tooltip right 2019-08-28 20:11:21 +03:00
Shay Nehmad b343ccf21e New Version of the Venn Diagram 2019-08-28 19:52:30 +03:00
vakaris_zilius 8c930fae66 Mssql fixed, payload parsing class added 2019-08-28 14:34:45 +00:00
Shay Nehmad dee006449d Renamed events component 2019-08-28 14:13:33 +03:00
Shay Nehmad a4a9f0c491 Separated findings per status 2019-08-28 14:10:30 +03:00
Shay Nehmad dfebf5e841 Replaced Conclusive with Failed, and Positive with Passed 2019-08-28 11:59:33 +03:00
Shay Nehmad 04005b14d7 Fixed style name errors 2019-08-28 11:04:50 +03:00
Shay Nehmad 9538c3f0e6 Updated the VennDiagram 2019-08-28 10:51:52 +03:00
Shay Nehmad bb1ee6ff14 Refactored directives to recommendations 2019-08-28 10:35:47 +03:00
Shay Nehmad 32bc318c69 Refactored directives to recommendations (still WIP) 2019-08-27 14:33:29 +03:00
Shay Nehmad 07eb9ec32f A lot of small UI changes, trying to make the report look more polished. 2019-08-27 11:58:15 +03:00
Shay Nehmad 6cd5cff818 Added a collapsible report legend and redid the Summary section 2019-08-27 11:25:41 +03:00
Itay Mizeretz cc5795d99c
Merge pull request #415 from VakarisZ/config_submit_bugfix
Bugfix: can't submit on import
2019-08-27 10:42:28 +03:00