Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethicalhackingplayground/bcaem
Fast AEM scope gathering tool for all your public and private BugCrowd Programs
https://github.com/ethicalhackingplayground/bcaem
aem aem-tools gathering pentesting-tools recon reconnaissance scope
Last synced: 4 days ago
JSON representation
Fast AEM scope gathering tool for all your public and private BugCrowd Programs
- Host: GitHub
- URL: https://github.com/ethicalhackingplayground/bcaem
- Owner: ethicalhackingplayground
- License: apache-2.0
- Created: 2021-07-14T04:42:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T13:00:25.000Z (over 3 years ago)
- Last Synced: 2024-06-20T11:13:42.917Z (5 months ago)
- Topics: aem, aem-tools, gathering, pentesting-tools, recon, reconnaissance, scope
- Language: Go
- Homepage:
- Size: 9.53 MB
- Stars: 12
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fast AEM scope gathering tool for all your public and private Bugcrowd Programs
Install •
Usage •
Examples •
Join Discord---
If you love to test for Adobe Experience Manager Vulnerabilities well, I'm proud to announce BCAEM (Bugcrowd AEM) is a tool that will gathering
all Adobe Experience Manager programs from your public or private programs.## Installation
Make sure you've a recent version of the Go compiler installed on your system.
Then just run:
```
GO111MODULE=on go get -u github.com/ethicalhackingplayground/bcaem
```## Usage
```
▶ bcaem bc -t
```
How to get the session token:
- Bugcrowd: login, then grab the `_crowdcontrol_session` cookieRemember that you can use the --help flag to get a description for all flags.
## Examples
Below you'll find some example commands.### Print all in-scope AEM targets from bugcrowd
```
▶ bcaem bc -t -b
```
The output will look like this:
```
app.example.com
*.user.example.com
*.demo.com
www.something.com
```### Print all in-scope aem targets from all your private Bugcrowd programs that offer rewards
```
▶ bcaem bc -t -b -p
```### License
bcaem is distributed under [Apache-2.0 License](https://github.com/ethicalhackingplayground/bcaem/blob/main/LICENSE)