Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        




bcaem

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` cookie

Remember 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)


Join Discord