VakarisZ
|
1472382387
|
Fixed react warnings related to keys and <div/> in <p/>
|
2021-01-12 12:41:58 +02:00 |
VakarisZ
|
d9a5289c8d
|
Minor FindingsTable.js readability refactoring
|
2021-01-12 12:41:58 +02:00 |
VakarisZ
|
789c58f0ac
|
Refactored ScoutSuite finding classes to have ABC
|
2021-01-12 12:41:58 +02:00 |
VakarisZ
|
737e6bce3d
|
Renamed rule_parsing.py to rule_parser.py, to match the classname
|
2021-01-12 12:41:58 +02:00 |
VakarisZ
|
d1d5c45c26
|
Added scoutsuite package requirements to agent requirements.txt
|
2021-01-12 12:41:58 +02:00 |
VakarisZ
|
ba947a6b30
|
"type" param renamed to "finding_type" in finding DAO
Fixed bug, which happened due to type -> finding_type refactoring
|
2021-01-12 12:41:58 +02:00 |
VakarisZ
|
46abff412d
|
Grouped files used for serving flask into a "server_utils" package
|
2021-01-08 12:05:18 +02:00 |
VakarisZ
|
28601d97ed
|
Refactored utility method and added unit test
|
2021-01-08 10:57:44 +02:00 |
VakarisZ
|
eaf9b6a8d1
|
Renamed cloud providers enum to camel case
|
2021-01-04 15:46:53 +02:00 |
VakarisZ
|
8cd3834fe4
|
Fixed wrong argument in scoutsuite_collector.py
|
2021-01-04 14:06:34 +02:00 |
VakarisZ
|
9da74e31ec
|
Fixed travis crashes on isort because of line endings.
|
2020-10-16 15:52:58 +03:00 |
VakarisZ
|
35b8efb79d
|
Fixed travis bugs caused by disabled ZT tests
|
2020-10-16 14:32:52 +03:00 |
VakarisZ
|
3d83f344e6
|
Minor change: improved AWS collector description to note that AWS collector also runs scoutsuite
|
2020-10-14 12:10:16 +03:00 |
VakarisZ
|
f894256e56
|
Minor phrasing improvements in scoutsuite setup tutorials
|
2020-10-14 11:30:44 +03:00 |
VakarisZ
|
eb5f809195
|
Removed the storage of subnets that violate segmentation, because this info isn't being used anywhere
|
2020-10-14 11:17:34 +03:00 |
VakarisZ
|
89bdbf946f
|
Minor exception handling improvement
|
2020-10-13 17:52:09 +03:00 |
VakarisZ
|
24ac497eec
|
Minor style refactoring
|
2020-10-13 17:52:09 +03:00 |
VakarisZ
|
eb5648dc0e
|
Fixed segmentation findings to use the same infrastructure as other findings.
Small segmentation finding bugfix
|
2020-10-13 17:52:09 +03:00 |
VakarisZ
|
eac960c73d
|
Fixed version update bug that happens on systems with no internet connection
|
2020-10-09 10:19:32 +03:00 |
VakarisZ
|
18aa5fe320
|
Fixed js warnings
|
2020-10-06 17:20:26 +03:00 |
VakarisZ
|
4a44a38be5
|
Changed travis to skip running scoutsuite tests. Altered zero trust tests to be skipped, because ScoutSuite implementation broke them
|
2020-10-06 16:16:07 +03:00 |
VakarisZ
|
821024035e
|
Specified line-wrap option to isort and skipped a file that's not correctly wrapped
|
2020-10-06 14:54:05 +03:00 |
VakarisZ
|
930642d6c3
|
Fixed non-wrapped imports in rule_path_creators_list.py
|
2020-10-06 14:23:23 +03:00 |
VakarisZ
|
39523504c3
|
Fixed import statements and their ordering
|
2020-10-06 13:18:50 +03:00 |
VakarisZ
|
b88cb8bf3c
|
Fixed python linting warnings
|
2020-10-05 15:16:35 +03:00 |
VakarisZ
|
1719df06f2
|
Updated deployment scripts by adding mongo download for ubuntu 20
|
2020-10-05 11:08:57 +03:00 |
VakarisZ
|
5678a50783
|
Scoutsuite update
|
2020-10-02 17:53:38 +03:00 |
VakarisZ
|
6a21a3a07e
|
Small syntax fixes in ResourceDropdown.js
|
2020-10-02 15:55:50 +03:00 |
VakarisZ
|
0dfecd1837
|
Increased the "Pillars" column width, so "automation and orchestration" pillar name doesn't get cut off.
|
2020-10-02 14:54:34 +03:00 |
VakarisZ
|
34460b667b
|
Fixed a bug where html tags were being displayed in description of a rule
|
2020-10-02 12:36:14 +03:00 |
VakarisZ
|
22a97096ca
|
Altered SS rule dropdowns to display resource name whenever possible, and to display more proper value
|
2020-10-02 12:21:24 +03:00 |
VakarisZ
|
672c19ef0d
|
Fixed scoutsuite bug that caused bad exception handling
|
2020-10-02 11:00:06 +03:00 |
VakarisZ
|
d2a8597903
|
Fixed error caused by mixing up the value of "started_on_island" with whether the current monkey is running on island.
|
2020-10-01 17:56:29 +03:00 |
VakarisZ
|
5f28808885
|
Improved style and text of SS setup tutorials
|
2020-10-01 16:52:00 +03:00 |
VakarisZ
|
2e0d06b17a
|
Added ProvidersEnum.js for front end
|
2020-10-01 15:18:52 +03:00 |
VakarisZ
|
cf9806223e
|
Fixed a bug in monkey finding, where events did not get saved
|
2020-10-01 15:17:10 +03:00 |
VakarisZ
|
2356ea50f4
|
Fixed a bug, where monkey config did not get set to "on_island" immediatelly, so any further monkey code could not rely on this value
|
2020-10-01 15:15:27 +03:00 |
VakarisZ
|
d618428ff8
|
Improved AWS collector to only run SS on island
|
2020-10-01 15:11:51 +03:00 |
VakarisZ
|
b1a5691fae
|
Added stylesheet for custom monkey buttons
|
2020-10-01 15:09:43 +03:00 |
VakarisZ
|
d3f0dc2a75
|
Improved back button
|
2020-10-01 15:09:10 +03:00 |
VakarisZ
|
841f542c6b
|
Refactored few more files to use config value path array, rather than hardcoded in-place value
|
2020-10-01 15:08:45 +03:00 |
VakarisZ
|
17d91766df
|
Added AWS keys to config
|
2020-10-01 15:07:32 +03:00 |
VakarisZ
|
dd3d5d317a
|
Added interactive AWS key setup/scoutsuite configuration
|
2020-10-01 15:02:54 +03:00 |
VakarisZ
|
708d1a697d
|
Improved configuration by removing unused method and separating config value paths to a separate file
|
2020-10-01 12:54:41 +03:00 |
VakarisZ
|
9dc0211341
|
Moved scoutsuit submodule directory, because island might want to call it's method to check for setup
|
2020-10-01 12:39:45 +03:00 |
VakarisZ
|
04b00febd1
|
Fixed a bug, where no Unexecuted rules appeared
|
2020-09-25 12:49:23 +03:00 |
VakarisZ
|
059d86b0c2
|
Added the rest of rules to Service Security finding
|
2020-09-25 12:48:53 +03:00 |
VakarisZ
|
5fefe654f3
|
Added "is monkey already running" check for linux machine.
|
2020-09-24 17:14:07 +03:00 |
VakarisZ
|
9f74d9abef
|
Improved rule display: merged warnings and dangers are displayed the same, added sorting
|
2020-09-24 17:09:45 +03:00 |
VakarisZ
|
5bc47b91cf
|
Added almost all scoutsuite rules
|
2020-09-24 17:05:45 +03:00 |