s0lray and Paperclip
2b2cd55353
Resolve merge conflicts: take origin/master arf.json (Phase 1 dead-link cleanup)
...
All 9 entries cherry-picked in 059a8b4 are already present in the remote
version (they were independently merged via PR #546 ). Resolving by accepting
theirs for arf.json, keeping staged CSS/HTML changes from local branch.
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-21 23:13:47 -04:00
s0lray and GitHub
e21740ac34
Merge pull request #546 from lockfale/phase-1/ci-and-dead-links
...
Phase 1: CI/CD pipeline, dead link cleanup, and URL normalization
2026-03-21 23:01:52 -04:00
s0lray and Paperclip
8c2de4d242
Phase 1: CI/CD pipeline, dead link cleanup, and URL normalization
...
Rebased cleanly onto current master (resolving conflicts from
community PRs #240-#471 merged while this branch was in flight).
Changes:
- Add GitHub Actions CI workflow (JSON lint, link check, smoke tests)
- Remove 176 confirmed dead links from arf.json
- Normalize 393 URLs from http:// to https://
- Fix invalid JSON (missing commas/braces from old format)
- Remove Bower dependency; lock D3 to npm
- Add link audit tooling (tools/)
- Cherry-pick alive tools from community PR #391 :
FaceCheckID, Cisco Talos, VerifyEmail, YouTube Geofind, Whitepages,
Hiya, Berla Vehicle Lookup, OpenAIP, Valkyrie File Analysis
- Fix OpenInfrastructureMap URL (missing https://)
Community PR #359 (Risk Toolbox / fraudfightersalliance.com):
DNS does not resolve — all 27 proposed additions are dead, not merged.
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-21 23:00:15 -04:00
s0lray and Paperclip
cfee67407e
Merge branch 'phase-1-2/bower-removal-npm-cleanup'
...
Includes Bower removal, D3 v7 upgrade, and cherry-picked alive tools
from community PRs 359 and 391.
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-21 22:48:26 -04:00
s0lray and Paperclip
059a8b4510
Cherry-pick alive tools from pr/391, close pr/359
...
pr/391 (CancianMatteo) added several new tools; rebased against current
master since their branch predates our dead-link cleanup. Extracted only
net-new alive tools and applied them directly:
- Email Address > Email Verification: VerifyEmail / emailable.com
- Domain Name > Reputation: Cisco Talos (talosintelligence.com)
- Images / Videos / Docs > Videos > Search: YouTube Geofind (mattw.io)
- People Search Engines > General People Search: FaceCheckID
- Telephone Numbers: Whitepages Reverse Phone, Hiya
- Transportation > Vehicle Records: Berla Vehicle Lookup
- Transportation > Air Traffic Records: OpenAIP World Aeronautical DB
- Malicious File Analysis > Hosted Automated Analysis: Valkyrie (Comodo)
- Geolocation Tools / Maps: Fix OpenInfrastructureMap URL (missing https://)
pr/359 (lirankogan) adds Risk Toolbox (fraudfightersalliance.com) in 27
sections — DNS does not resolve, confirmed dead. No content to preserve.
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-21 22:48:22 -04:00
s0lray and Paperclip
40f4c0d70d
Phase 1+2: Remove Bower, upgrade D3 dep to v7, fix npm scripts
...
- Delete bower.json (dead artifact; deps already managed by npm)
- Add bower_components and .bowerrc to .gitignore
- Upgrade d3 devDependency from ^3.5.16 to ^7.9.0
- Fix postinstall script path: node_modules/d3/dist/d3.min.js -> public/js/
- Fix start script: python -m SimpleHTTPServer -> python3 -m http.server 8000
- Update package-lock.json
Note: index.html still loads d3.v3.min.js; arf.js API migration is Phase 3.
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-21 22:22:53 -04:00
s0lray and Paperclip
a3bb071be2
Fix URL schemes and update link audit report
...
- Upgrade ~215 URLs from http:// to https://
- Update link_audit_report.json after re-audit (dead links: 283 -> 169)
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-21 22:19:37 -04:00
s0lray and Paperclip
7ab031cae1
Ignore agents/ directory from git
...
Prevent Paperclip agent files from being committed to the public
OSINT Framework repository.
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-21 22:02:58 -04:00
s0lray and Paperclip
74f037bd30
Remove 113 confirmed dead links from arf.json
...
Ran comprehensive link audit across all 1,113 URLs in arf.json.
Removed nodes where the URL has definitively failed (DNS resolution
failure, connection refused, or HTTP 404). Left in place: .onion
Tor hidden services, 403 bot-blocked sites (site still exists),
5xx server errors (transient), and timeouts.
Audit summary:
- Total URLs checked: 1,113
- OK: 829
- Dead (removed): 113 (DNS failure: 61, connection refused: 8, HTTP 404: 49, minus 5 already deduplicated)
- Redirected (kept, flagged in report): 374
- Slow >10s (kept): 1
Also adds tooling:
- tools/link_checker.py -- async URL checker, writes JSON report
- tools/remove_dead_links.py -- removes confirmed dead nodes from arf.json
- tools/link_audit_report.json -- full audit results
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-21 18:29:19 -04:00
s0lray and Paperclip
a5d6622ed9
Add CI workflow for JSON linting, link checking, and smoke tests
...
- JSON lint: validates arf.json is well-formed on every PR/push
- Smoke test: verifies index.html local asset references exist
- Link check: weekly scheduled + master push lychee scan of all 1147 URLs in arf.json
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-03-21 18:22:18 -04:00
s0lray and GitHub
43a3abd6ef
Merge pull request #471 from comdotharman0/patch-1
...
Update index.html
2026-03-14 19:34:46 -04:00
s0lray and GitHub
8d0f288706
Merge pull request #306 from zokt/master
...
Update arf.json: Added Family Tree Now (M) to Telephone Numbers
2026-03-14 18:48:37 -04:00
s0lray and GitHub
fd93e5a059
Merge branch 'master' into master
2026-03-14 18:48:22 -04:00
s0lray and GitHub
c8f106f696
Merge pull request #304 from drasss/patch-1
...
Update arf.json
2026-03-14 18:45:41 -04:00
s0lray and GitHub
638aa757dd
Merge branch 'master' into patch-1
2026-03-14 18:45:18 -04:00
s0lray and GitHub
a1a53bad4f
Merge pull request #298 from theahmadov/patch-2
...
Update arf.json
2026-03-14 18:41:55 -04:00
s0lray and GitHub
d2535a1ebc
Update arf.json
2026-03-14 18:41:40 -04:00
s0lray and GitHub
8fdc6fec9e
Merge pull request #291 from theahmadov/patch-1
...
Update arf.json
2026-03-14 18:34:55 -04:00
s0lray and GitHub
c3af7e02c5
Merge pull request #292 from BumbleBeeeeeeeeeee/patch-1
...
Update arf.json to include FaceCheck.ID reverse image search
2026-03-14 18:32:47 -04:00
s0lray and GitHub
ae3d5f8b0f
Merge pull request #285 from adavid3-unb/patch-1
...
Add MetaDefender to Malicious File Analysis
2026-03-14 18:20:32 -04:00
s0lray and GitHub
63b21f0cb4
Merge pull request #281 from BlazerYoo/patch-1
...
Update arf.json
2026-03-14 17:48:49 -04:00
s0lray and GitHub
2166c671bd
Update arf.json
2026-03-14 17:48:28 -04:00
s0lray and GitHub
f1636e9261
Merge branch 'master' into patch-1
2026-03-14 17:48:00 -04:00
s0lray and GitHub
e76af78215
Merge pull request #278 from funwarex64/master
...
SWITCH Internet Domains whois lookup
2026-03-14 17:42:58 -04:00
s0lray and GitHub
4d40863b25
Merge pull request #240 from jocephus/C_3PJoe-patch-1
...
Refreshed arf.json
2026-03-14 14:56:04 -04:00
s0lray and GitHub
4ef14dbcac
Merge branch 'master' into C_3PJoe-patch-1
2026-03-14 14:55:53 -04:00
s0lray and GitHub
8277522725
Merge pull request #243 from always-tinkering/master
...
Improvement: search tool for FCC
2026-03-14 14:09:50 -04:00
s0lray and GitHub
59d12a7acf
Merge branch 'master' into master
2026-03-14 14:09:11 -04:00
s0lray and GitHub
470d877557
Merge pull request #247 from adzkar/master
...
Add several other social networking & dating sites
2026-03-14 14:04:33 -04:00
s0lray and GitHub
5a90bf30a0
Update arf.json
2026-03-14 14:04:24 -04:00
s0lray and GitHub
ded2a29f02
Merge pull request #277 from opabravo/patch-8
...
Add Criminal IP Search
2026-03-14 12:46:46 -04:00
s0lray and GitHub
fffeaf0acf
Merge branch 'master' into patch-8
2026-03-14 12:46:37 -04:00
s0lray and GitHub
61151b9c94
Merge pull request #256 from matamorphosis/patch-1
...
Addition of Scrummage
2026-03-14 12:41:01 -04:00
s0lray and GitHub
cdc385ebcd
Merge branch 'master' into patch-1
2026-03-14 12:40:51 -04:00
s0lray and GitHub
8b6ccb6604
Update arf.json
2026-03-14 12:37:50 -04:00
s0lray and GitHub
1a1a7a83fc
Merge pull request #253 from VincenzoMarcovecchio/patch-1
...
Update fake identities
2026-03-14 12:28:17 -04:00
s0lray and GitHub
1df9ef9519
Merge pull request #274 from rl1987/vehicles
...
Update Vehicle Records section
2026-03-14 12:27:00 -04:00
s0lray and GitHub
534bb0fd4b
Merge branch 'master' into vehicles
2026-03-14 12:25:06 -04:00
s0lray and GitHub
952e0fcc28
Merge pull request #478 from faceseek-online/zhu-j-faceseek-patch-1
...
Update arf.json - Add FaceSeek
2026-03-14 12:19:15 -04:00
s0lray and GitHub
827c70ce91
Merge pull request #305 from gabrielsozinho/master
...
feat: add noscript tag
2026-03-14 12:11:29 -04:00
s0lray and GitHub
5d06b990d0
Merge pull request #315 from becauro/master
...
FEAT: Add Apk Online under Mobile Emulation
2026-03-14 12:06:00 -04:00
s0lray and GitHub
a5a924d1dc
Merge branch 'master' into master
2026-03-14 12:05:51 -04:00
s0lray and GitHub
3edc0d91da
Merge pull request #514 from dfl23/patch-1
...
Remove 0day.today which is now a trash casino page
2026-03-14 12:04:39 -04:00
s0lray and GitHub
05f3bc50f1
Merge pull request #290 from PrivacyDingus/master
...
Add Mojeek to General Search Engines
2026-03-14 12:03:59 -04:00
s0lray and GitHub
9a149e4f1d
Merge branch 'master' into master
2026-03-14 12:03:43 -04:00
dfl23 and GitHub
9099a4d715
Remove 0day.today which is now a trash casino page
...
In Exploits and Advisories, the link to 0day.today now points to a trash landing page with "best casinos".
Not useable anymore.
2025-11-28 11:17:12 +01:00
zhu-j-faceonlive and GitHub
2a4eba781d
Update arf.json - Add FaceSeek
2025-07-29 18:23:01 +08:00
Harman Singh Sran and GitHub
82997536f1
Update index.html
2025-06-19 07:38:04 +05:30
Giddlers and GitHub
c9655017bb
Merge pull request #323 from shadow2033/patch-1
...
Update arf.json
2025-06-16 14:27:29 -04:00
Giddlers and GitHub
dcf84a343a
Merge branch 'master' into patch-1
2025-06-16 14:27:15 -04:00