-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1635 from nccgroup/develop
Release 5.14.0
- Loading branch information
Showing
122 changed files
with
2,752 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
__author__ = 'NCC Group' | ||
__version__ = '5.13.0' | ||
__version__ = '5.14.0' | ||
|
||
ERRORS_LIST = [] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
ScoutSuite/output/data/html/partials/aws/services.ec2.regions.id.regional_settings.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!-- EC2 regional settings partial --> | ||
<script id="services.ec2.regions.id.regional_settings.partial" type="text/x-handlebars-template"> | ||
<div id="resource-name" class="list-group-item active"> | ||
<h4 class="list-group-item-heading">{{region}}</h4> | ||
</div> | ||
<div class="list-group-item"> | ||
<h4 class="list-group-item-heading">Regional settings</h4> | ||
<ul> | ||
<li class="list-group-item-text">Encryption enabled for EBS Volumes by default: <span id="ec2.regions.{{region}}.regional_settings.{{@key}}.NoDefaultEBSEncryption"><samp>{{ebs_encryption_default}}</samp></span></li> | ||
<li class="list-group-item-text">Default encryption key: <span id="ec2.regions.{{region}}.regional_settings.{{@key}}.ebs_default_encryption_key"><samp>{{ebs_default_encryption_key_id}}</samp></span></li> | ||
</ul> | ||
</div> | ||
</script> | ||
|
||
<script> | ||
Handlebars.registerPartial("services.ec2.regions.id.regional_settings", $("#services\\.ec2\\.regions\\.id\\.regional_settings\\.partial").html()); | ||
</script> | ||
|
||
<!-- Single region template --> | ||
<!-- **UNTESTED** Intended for details popups. Not used at this time. --> | ||
<script id="single_ec2_region-template" type="text/x-handlebars-template"> | ||
{{> modal-template template='services.ec2.regions.id.regional_settings'}} | ||
</script> | ||
<script> | ||
var single_ec2_region_template = Handlebars.compile($("#single_ec2_region-template").html()); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
ScoutSuite/output/data/html/partials/do/services.database.databases.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!-- database databases --> | ||
<script id="services.database.databases.partial" type="text/x-handlebars-template"> | ||
<div id="resource-name" class="list-group-item active"> | ||
<h4 class="list-group-item-heading">{{name}}</h4> | ||
</div> | ||
<div class="list-group-item"> | ||
<h4 class="list-group-item-heading">Information</h4> | ||
<div class="list-group-item-text item-margin">Id: <span id="database.databases.{{@key}}.id"><samp>{{value_or_none id}}</samp></span></div> | ||
<div class="list-group-item-text item-margin">Name: <span id="database.databases.{{@key}}.name"><samp>{{value_or_none name}}</samp></span></div> | ||
<div class="list-group-item-text item-margin">Engine: <span id="database.databases.{{@key}}.engine"><samp>{{value_or_none engine}}</samp></span></div> | ||
<div class="list-group-item-text item-margin">Version: <span id="database.databases.{{@key}}.version"><samp>{{value_or_none version}}</samp></span></div> | ||
<div class="list-group-item-text item-margin">Semantic Version: <span id="database.databases.{{@key}}.semantic_version"> | ||
<samp>{{value_or_none semantic_version}}</samp></span></div> | ||
<div class="list-group-item-text item-margin">Connection Pools: <span id="database.databases.{{@key}}.connection_pools"><samp>{{value_or_none connection_pools}}</samp></span></div> | ||
<div class="list-group-item-text item-margin">Eviciton Policy: <span id="database.databases.{{@key}}.eviction_policy"><samp>{{value_or_none eviction_policy}}</samp></span></div> | ||
<div class="list-group-item-text item-margin">Legacy Password encryption: <span id="database.databases.{{@key}}.legacy_encryption_users"><samp>{{value_or_none legacy_encryption_users}}</samp></span></div> | ||
<div class="list-group-item-text item-margin">Tags: <span id="database.databases.{{@key}}.tags"><samp>{{value_or_none tags}}</samp></span></div> | ||
<div class="list-group-item-text item-margin">Databases: <span id="database.databases.{{@key}}.databases"><samp>{{value_or_none databases}}</samp></span></div> | ||
<div class="list-group-item-text item-margin">Trusted Sources: <span id="database.databases.{{@key}}.trusted_sources"><samp>{{value_or_none trusted_resources}}</samp></span></div> | ||
</div> | ||
</script> | ||
|
||
<script> | ||
Handlebars.registerPartial("services.database.databases", $("#services\\.database\\.databases\\.partial").html()); | ||
</script> | ||
|
||
<!-- Single database database template --> | ||
<script id="single_database_database-template" type="text/x-handlebars-template"> | ||
{{> modal-template template='services.database.databases'}} | ||
</script> | ||
<script> | ||
var single_database_database_template = Handlebars.compile($("#single_database_database-template").html()); | ||
</script> |
Oops, something went wrong.