Skip to content

Commit

Permalink
Merge branch 'hotfix/0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry Franklin committed Oct 6, 2021
2 parents 8656a9a + 4718b27 commit ee5731a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,13 @@ NEO4J_PASSWORD=<aura password>
#### 5. Deploy the application to AWS Lambda:
```
serverless deploy
```
```

## Execution

The easiest way to run scout is send an event to the `scan-target` SQS queue, using the aws cli version 2, in the following manner:
```
aws sqs send-message --queue-url https://sqs-autogenerated-url/scout-scan-target --message-body '{"target":"NAMEOFTARGET","domains":["DOMAIN1.COM", "DOMAIN2.COM"]}'
```

setting `target` to a value that will be applied to all nodes as a label, e.g *"Apple"*, and `domains` to a list of domains to scan, e.g. *["apple.com", "itunes.com"]*

0 comments on commit ee5731a

Please sign in to comment.