Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 633 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 633 Bytes

APG (Auditor Profile Generator)

Welcome!

This tool will scrape web3 audit platforms according to supplied handles and generate a profile of findings.

Use-cases

  1. Gather all your findings in one place as a resume/profile to present to your clients.
  2. Research others by supplying their handles and learning from their patterns.

Dependencies

  1. Python3
  2. Requests -> pip install requests

Execution

python3 APG.py -c4 <C4 Handle>

The output will be under Code4rena.

Notes

Currently the tool only support Code4rena handles but will soon support Sherlock and other platforms.

Developed by 0xdeadbeef.