mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-23 22:32:23 +02:00
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>
25 lines
634 B
JSON
25 lines
634 B
JSON
{
|
|
"name": "arf",
|
|
"version": "1.0.0",
|
|
"description": "Advanced Reconnaissance Framework",
|
|
"main": "public/index.html",
|
|
"scripts": {
|
|
"postinstall": "copyfiles -f ./node_modules/d3/dist/d3.min.js ./public/js/",
|
|
"start": "cd ./public; python3 -m http.server 8000"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lockfale/ARF.git"
|
|
},
|
|
"author": "Justin Nordine (s0lray)",
|
|
"license": "",
|
|
"bugs": {
|
|
"url": "https://github.com/lockfale/ARF/issues"
|
|
},
|
|
"homepage": "https://github.com/lockfale/ARF#readme",
|
|
"devDependencies": {
|
|
"copyfiles": "^1.0.0",
|
|
"d3": "^7.9.0"
|
|
}
|
|
}
|