-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sploit 947 | Added EC2 Open Custom Ports plugin, spec file #304
Closed
Conversation
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
…wizard-security-groups Feature/ec2 plugin mark launch wizard security groups
…ture/SPLOIT-113
Feature/sploit 113
SPLOIT-113: Updated custom settings
SPLOIT-113: Added regex to check if NoEcho is enabled
giorod3
requested changes
Sep 18, 2020
got it
…On Sun, 20 Sep 2020 at 23:13, Gio Rodriguez ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In plugins/aws/ec2/openCustomPorts.js
<#304 (comment)>
:
> +var helpers = require('../../../helpers/aws');
+
+module.exports = {
+ title: 'Open Custom Ports',
+ category: 'EC2',
+ description: 'Ensures that the defined ports are not exposed publicly',
+ more_info: 'Security groups should be used to restrict access to ports from known networks.',
+ link: 'https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html',
+ recommended_action: 'Modify the security group to ensure the ports are not exposed publicly.',
+ apis: ['EC2:describeSecurityGroups', 'STS:getCallerIdentity'],
+ settings: {
+ open_port_allowed_list: {
+ name: 'EC2 Allowed Open Ports',
+ description: 'A comma-delimited list of ports that indicates open ports allowed for any connection',
+ regex: '[a-zA-Z0-9,]',
+ default: [80, 443]
Yes but you will have to refactor the code to split the string into an
array.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#304 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHTPX3ES6D7HDMLVBNRCURTSGZA33ANCNFSM4QZBKXNQ>
.
|
giorod3
approved these changes
Oct 5, 2020
AkhtarAmir
force-pushed
the
sploit-947
branch
from
October 17, 2020 19:22
8aafc23
to
bc1bb60
Compare
giorod3
approved these changes
Oct 19, 2020
AkhtarAmir
commented
Oct 19, 2020
merged to pr bundle |
akhtar making changes in bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.