diff --git a/cloudasm/README.md b/cloudasm/README.md index 5d60252..f1be6e3 100644 --- a/cloudasm/README.md +++ b/cloudasm/README.md @@ -55,6 +55,7 @@ psql -U postgres < /var/lib/postgresql/scripts/resources.sql ``` Add the CloudQuery postgres database as a data source to Grafana (Connections -> Data Sources -> Add new data source) +- Search for PostgreSQL data-source and select it - Set the host url to `postgres:5432` - Set credentials postgres/pass - Disable TLS/SSL Mode diff --git a/cloudasm/cloudquery/config.yaml b/cloudasm/cloudquery/config.yaml index 919b63e..56dbeb7 100644 --- a/cloudasm/cloudquery/config.yaml +++ b/cloudasm/cloudquery/config.yaml @@ -4,7 +4,7 @@ spec: path: cloudquery/aws registry: cloudquery version: "v25.2.2" - tables: ["aws_ec2_*", "aws_s3_bucket*", "aws_iam_*", "aws_ecr_*", ""aws_ecs_*"", "aws_elbv*"] + tables: ["aws_ec2_*", "aws_s3_bucket*", "aws_iam_*", "aws_ecr_*", "aws_ecs_*", "aws_elb*"] skip_dependent_tables: false deterministic_cq_id: true destinations: ["postgresql"] diff --git a/easm/README.md b/easm/README.md index c6229a0..dc19d71 100644 --- a/easm/README.md +++ b/easm/README.md @@ -1,5 +1,5 @@ # External Attack Surface Management - discovering domains -Follow below instructions to perfr +Follow below instructions to perform an external surface scan using public information and subdomains enumeration. # Querying with Shodan ## Requirements @@ -42,12 +42,12 @@ Copy config_example.yml to a new file named config.yml and fill the data with yo Build the docker image ```bash -cd EasyEASM +cd easyEASM docker build -t easyasm . ``` ## Run the docker image ```bash -docker run -v easyasm +docker run easyasm ``` ## Check the notfications Check the notifications sent to configured Slack channel