Skip to content

Commit bf3a0c8

Browse files
authoredOct 21, 2022
update readme (#164)
* update readme * bump version
1 parent 6bf919a commit bf3a0c8

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed
 

‎lib/aws_recon/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AwsRecon
2-
VERSION = "0.5.32"
2+
VERSION = "0.5.33"
33
end

‎readme.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![Gem Version](https://badge.fury.io/rb/aws_recon.svg)](https://rubygems.org/gems/aws_recon)
33
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/darkbitio/aws-recon/smoke-test/main)](https://github.com/darkbitio/aws-recon/actions?query=branch%3Amain)
44
[![AWS Service Regions](https://github.com/darkbitio/aws-recon/actions/workflows/check-aws-regions.yml/badge.svg?branch=main&event=schedule)](https://github.com/darkbitio/aws-recon/actions/workflows/check-aws-regions.yml)
5+
56
# AWS Recon
67

78
A multi-threaded AWS security-focused inventory collection tool written in Ruby.
@@ -20,10 +21,10 @@ AWS Recon handles collection from large accounts by taking advantage of automati
2021
- Efficient (multi-threaded, rate limited, automatic retries, and automatic result paging)
2122
- Easy to maintain and extend
2223

23-
## Awesome companies using AWS Recon**
24+
## Awesome companies using AWS Recon\*\*
2425

2526
- [Netflix](https://www.netflix.com/)
26-
- [Hashicorp](https://www.hashicorp.com/)
27+
- [HashiCorp](https://www.hashicorp.com/)
2728
- [Workday](https://www.workday.com/)
2829
- [Stripe](https://stripe.com/)
2930
- [PayPal](https://paypal.com/)
@@ -39,8 +40,13 @@ AWS Recon handles collection from large accounts by taking advantage of automati
3940
- [MuleSoft](https://www.mulesoft.com/)
4041
- [Slack](https://slack.com/)
4142
- [Drata](https://drata.com/)
43+
- [Google](https://www.google.com/)
44+
- [Sophos](https://www.sophos.com/)
45+
- [Sumo Logic](https://www.sumologic.com/)
46+
- [Coalfile](https://www.coalfire.com/)
47+
- [Xero](https://www.xero.com/)
4248

43-
> ** usage does not imply endorsement
49+
> \*\* usage does not imply endorsement
4450
4551
## Setup
4652

@@ -145,7 +151,7 @@ $ aws-vault exec <vault_profile> -- docker run -t --rm \
145151
aws_recon -s EC2 -v -r global,us-east-1,us-east-2
146152
```
147153

148-
You may want to use the `-v` or `--verbose` flag initially to see status and activity while collection is running.
154+
You may want to use the `-v` or `--verbose` flag initially to see status and activity while collection is running.
149155

150156
In verbose mode, the console output will show:
151157

0 commit comments

Comments
 (0)
Please sign in to comment.