add daily batch scanner + top50 target list + cron job
- targets/top50.txt — 50 most popular websites for daily scanning - scan-batch.sh — batch scanner that iterates through targets in quick mode, logs findings, tracks progress - cron job 'analyzer-daily-batch' runs at 2 AM daily - Uses perl-based timeout for macOS compat (no GNU timeout) - Shuffles targets each run for variety
This commit is contained in:
4
targets/batch.log
Normal file
4
targets/batch.log
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
═══ BATCH RUN: 2026-06-20 15:09:19 ═══
|
||||
Total targets: 50
|
||||
[15:09] SCANNING https:...
|
||||
57
targets/top50.txt
Normal file
57
targets/top50.txt
Normal file
@@ -0,0 +1,57 @@
|
||||
# Top 50 Most Popular Websites — Scan Targets
|
||||
# Used by daily cron for The Analyzer
|
||||
# Sourced from public top-site rankings
|
||||
# Authorized for bug bounty / security research use
|
||||
#
|
||||
# Format: one URL per line (no protocol prefix = https:// added automatically)
|
||||
|
||||
google.com
|
||||
youtube.com
|
||||
facebook.com
|
||||
twitter.com
|
||||
instagram.com
|
||||
linkedin.com
|
||||
reddit.com
|
||||
wikipedia.org
|
||||
amazon.com
|
||||
netflix.com
|
||||
tiktok.com
|
||||
twitch.tv
|
||||
spotify.com
|
||||
github.com
|
||||
stackoverflow.com
|
||||
apple.com
|
||||
microsoft.com
|
||||
zoom.us
|
||||
office.com
|
||||
live.com
|
||||
bing.com
|
||||
whatsapp.com
|
||||
telegram.org
|
||||
discord.com
|
||||
pinterest.com
|
||||
ebay.com
|
||||
walmart.com
|
||||
target.com
|
||||
imdb.com
|
||||
quora.com
|
||||
medium.com
|
||||
wordpress.com
|
||||
adobe.com
|
||||
salesforce.com
|
||||
dropbox.com
|
||||
indeed.com
|
||||
craigslist.org
|
||||
expedia.com
|
||||
airbnb.com
|
||||
udemy.com
|
||||
coursera.org
|
||||
nytimes.com
|
||||
cnn.com
|
||||
bbc.com
|
||||
foxnews.com
|
||||
reuters.com
|
||||
weather.com
|
||||
yelp.com
|
||||
tripadvisor.com
|
||||
paypal.com
|
||||
Reference in New Issue
Block a user