Last active
November 23, 2023 16:53
-
-
Save felipecaon/7e77a93b1f4deb701bbe61fee2ebefa8 to your computer and use it in GitHub Desktop.
alienvault scraper python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl https://chaos-data.projectdiscovery.io/index.json | jq '.[] | select((.platform=="hackerone") or (.platform=="bugcrowd") or (.platform=="intigriti")).URL' | sed 's/"//g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment