Skip to content

Commit

Permalink
Final tweaks (#3)
Browse files Browse the repository at this point in the history
* Final updates before release
  • Loading branch information
heryxpc authored Mar 16, 2024
1 parent f313973 commit adb4250
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions cloudasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cloudasm/cloudquery/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
6 changes: 3 additions & 3 deletions easm/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit adb4250

Please sign in to comment.