Welcome!
This tool will scrape web3 audit platforms according to supplied handles and generate a profile of findings.
- Gather all your findings in one place as a resume/profile to present to your clients.
- Research others by supplying their handles and learning from their patterns.
- Python3
$ pip3 install -r requirements.txt
It would recommended to add a Github personal access token in order to avoid rate limit errors
. The token should be in the .env
file:
$ cp .env.example .env
python3 APG.py -c4 <C4 Handle> -sh <Sherlock Handle>
The output will be under audits/c4
and audits/sherlock
. You can create your custom README.md
on the root folder.
Currently the tool only support Code4rena and Sherlock.
Developed by 0xdeadbeef and modified by 0xbepresent.