## https://sploitus.com/exploit?id=F2E4CA7C-6469-5273-BACB-B3EACCD9C015
# AVE Public Repository
This directory is used for independently public GitHub repositories, and is displayed through GitHub Pages. ## Public Content
- Vulnerability details (`vulns/*.toml`)
- PoC files (`pocs/`)
- EXP files (`exploits/`)
- Page static resources (`index.html`, `assets/`)
## Not Public Content
- Source code for internal crawling and processing logic
- Internal infrastructure and private automation implementations
## Search Architecture
- Pages are retrieved using GitHub Search API and Repository API directly. - Pages are automatically redeployed by GitHub Actions after each push. ## Initialize Independent Repository
```bash
cd output
git init -b main
git add . git commit -m "Initialized AVE public repository"
```
Then add the remote repository and push it. ## GitHub Pages
- Automatically deployed via `.github/workflows/pages.yml`. - Pushing to the `main` branch triggers building and publishing. The entry point of the site is `index.html`.