Skip to content

NodeJS script to extract assets for the Apple bug bounty program from their security acknowledgments page for bug bounty recon.

Notifications You must be signed in to change notification settings

BugBountyResources/recon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🕵🏾 recon

This script weaponizes the power of web scraping to collect assets from the Apple bug bounty program's acknowledgements page. Since Apple's program doesn't have a well defined scope, the assets collected here can be used as a point of reference to perform further testing or, recon.

⚒️ Install

Make sure you have Node and npm installed. Then run, npm install to install the dependencies

If you simply want to use the file containing the assets, simply run

wget https://github.com/payloadartist/recon/raw/main/assets.txt

⚙️ Usage

To pull new assets on your own.

Run chmod +x extract.js (for the first time or you can skip this if you run with node)

./extract.js assets.txt (default output file is apple_assets.js while you can specify a custom output file by providingg the second argument)

It will also output to stdout, for piping to other tools.

🙌 Credits

Arif Khan

About

NodeJS script to extract assets for the Apple bug bounty program from their security acknowledgments page for bug bounty recon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%