aws_recon 0.5.32 → 0.5.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws_recon/version.rb +1 -1
- data/readme.md +10 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c98a633a6269da1bf48fd573497741a0405858730332c0101032ecf91fe55f4e
|
4
|
+
data.tar.gz: 4fcd5d8f4a212b88cf04b9583618d7ab44b38a4b6e8a0f07965652ec9396721e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6826ba3097722c8adff2599d6a101405337bfe1d7316a154d27936bb77a40ed2df7250af252b7912311f856c15dabb4545c9471b05adeaf70716e4de1ac5d564
|
7
|
+
data.tar.gz: 603d93187ece5f6858ec74482b46ddd0acabac59bce5079eae5bad60afd8500f42f0888fc0bd49066c2f9a2b4a768598ea30fbf34580a1fc11434a8a323bbaa0
|
data/lib/aws_recon/version.rb
CHANGED
data/readme.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
[](https://rubygems.org/gems/aws_recon)
|
3
3
|
[](https://github.com/darkbitio/aws-recon/actions?query=branch%3Amain)
|
4
4
|
[](https://github.com/darkbitio/aws-recon/actions/workflows/check-aws-regions.yml)
|
5
|
+
|
5
6
|
# AWS Recon
|
6
7
|
|
7
8
|
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
|
|
20
21
|
- Efficient (multi-threaded, rate limited, automatic retries, and automatic result paging)
|
21
22
|
- Easy to maintain and extend
|
22
23
|
|
23
|
-
## Awesome companies using AWS Recon
|
24
|
+
## Awesome companies using AWS Recon\*\*
|
24
25
|
|
25
26
|
- [Netflix](https://www.netflix.com/)
|
26
|
-
- [
|
27
|
+
- [HashiCorp](https://www.hashicorp.com/)
|
27
28
|
- [Workday](https://www.workday.com/)
|
28
29
|
- [Stripe](https://stripe.com/)
|
29
30
|
- [PayPal](https://paypal.com/)
|
@@ -39,8 +40,13 @@ AWS Recon handles collection from large accounts by taking advantage of automati
|
|
39
40
|
- [MuleSoft](https://www.mulesoft.com/)
|
40
41
|
- [Slack](https://slack.com/)
|
41
42
|
- [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/)
|
42
48
|
|
43
|
-
>
|
49
|
+
> \*\* usage does not imply endorsement
|
44
50
|
|
45
51
|
## Setup
|
46
52
|
|
@@ -145,7 +151,7 @@ $ aws-vault exec <vault_profile> -- docker run -t --rm \
|
|
145
151
|
aws_recon -s EC2 -v -r global,us-east-1,us-east-2
|
146
152
|
```
|
147
153
|
|
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.
|
149
155
|
|
150
156
|
In verbose mode, the console output will show:
|
151
157
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws_recon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.33
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Larsen
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-10-
|
12
|
+
date: 2022-10-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: aws-sdk
|