diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..8d6de02 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,517 @@ +{ + "name": "arf", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "arf", + "version": "1.0.0", + "hasInstallScript": true, + "devDependencies": { + "copyfiles": "^1.0.0", + "d3": "^3.5.16" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/copyfiles": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/copyfiles/-/copyfiles-1.2.0.tgz", + "integrity": "sha512-OwCtFvWPBl3DrfW2Bgi9RylnYZv2T0MruQeRyR38tC/KkFx5VZxAVfYI78hcAXeGvZKtu+pa8o8+SwINU0PbJA==", + "dev": true, + "dependencies": { + "glob": "^7.0.5", + "ltcdr": "^2.2.1", + "minimatch": "^3.0.3", + "mkdirp": "^0.5.1", + "noms": "0.0.0", + "through2": "^2.0.1" + }, + "bin": { + "copyfiles": "copyfiles", + "copyup": "copyup" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "node_modules/d3": { + "version": "3.5.17", + "resolved": "https://registry.npmjs.org/d3/-/d3-3.5.17.tgz", + "integrity": "sha512-yFk/2idb8OHPKkbAL8QaOaqENNoMhIaSHZerk3oQsECwkObkCpJyjYwCe+OHiq6UEdhe1m8ZGARRRO3ljFjlKg==", + "dev": true + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", + "dev": true + }, + "node_modules/ltcdr": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ltcdr/-/ltcdr-2.2.1.tgz", + "integrity": "sha512-HzFIfBAGsI6MWpRQhtaS9MJ22C5hb/0qY9aLZ41PIbYjFP36nodWU1THvVXwYRcCeMdq0dkTVO80vnmjBB6c1w==", + "dev": true, + "engines": { + "node": ">= 0.6.x" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/noms": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/noms/-/noms-0.0.0.tgz", + "integrity": "sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "readable-stream": "~1.0.31" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "node_modules/readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", + "dev": true + }, + "node_modules/through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dev": true, + "dependencies": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + } + }, + "node_modules/through2/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "node_modules/through2/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/through2/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true, + "engines": { + "node": ">=0.4" + } + } + }, + "dependencies": { + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "copyfiles": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/copyfiles/-/copyfiles-1.2.0.tgz", + "integrity": "sha512-OwCtFvWPBl3DrfW2Bgi9RylnYZv2T0MruQeRyR38tC/KkFx5VZxAVfYI78hcAXeGvZKtu+pa8o8+SwINU0PbJA==", + "dev": true, + "requires": { + "glob": "^7.0.5", + "ltcdr": "^2.2.1", + "minimatch": "^3.0.3", + "mkdirp": "^0.5.1", + "noms": "0.0.0", + "through2": "^2.0.1" + } + }, + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "d3": { + "version": "3.5.17", + "resolved": "https://registry.npmjs.org/d3/-/d3-3.5.17.tgz", + "integrity": "sha512-yFk/2idb8OHPKkbAL8QaOaqENNoMhIaSHZerk3oQsECwkObkCpJyjYwCe+OHiq6UEdhe1m8ZGARRRO3ljFjlKg==", + "dev": true + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", + "dev": true + }, + "ltcdr": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ltcdr/-/ltcdr-2.2.1.tgz", + "integrity": "sha512-HzFIfBAGsI6MWpRQhtaS9MJ22C5hb/0qY9aLZ41PIbYjFP36nodWU1THvVXwYRcCeMdq0dkTVO80vnmjBB6c1w==", + "dev": true + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true + }, + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "requires": { + "minimist": "^1.2.6" + } + }, + "noms": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/noms/-/noms-0.0.0.tgz", + "integrity": "sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "readable-stream": "~1.0.31" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", + "dev": true + }, + "through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dev": true, + "requires": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true + } + } +} diff --git a/public/arf.json b/public/arf.json index 2e8efa0..9f060db 100644 --- a/public/arf.json +++ b/public/arf.json @@ -1,29 +1,35 @@ { + "name": "OSINT Framework", + "type": "folder", "children": [ { + "name": "Username", + "type": "folder", "children": [ { + "name": "Username Search Engines", + "type": "folder", "children": [ + { + "name": "Sylva Identity Discovery (T)", + "type": "url", + "url": "https://sylva.pfeister.dev/" + }, + { + "name": "Sherlock (T)", + "type": "url", + "url": "https://github.com/sherlock-project/sherlock" + }, + { + "name": "WhatsMyName", + "type": "url", + "url": "https://whatsmyname.app/" + }, { "name": "Namechk", "type": "url", "url": "https://namechk.com/" }, - { - "name": "Namechk (T)", - "type": "url", - "url": "https://github.com/HA71/Namechk" - }, - { - "name": "KnowEm", - "type": "url", - "url": "http://knowem.com/" - }, - { - "name": "NameCheckr", - "type": "url", - "url": "https://www.namecheckr.com/" - }, { "name": "UserSearch.org", "type": "url", @@ -34,16 +40,16 @@ "type": "url", "url": "https://github.com/WebBreacher/WhatsMyName" }, + { + "name": "WhatsMyName", + "type": "url", + "url": "https://whatsmyname.app/" + }, { "name": "Thats Them", "type": "url", "url": "https://thatsthem.com/" }, - { - "name": "Check Usernames", - "type": "url", - "url": "http://checkusernames.com/" - }, { "name": "NameCheckup", "type": "url", @@ -53,22 +59,32 @@ "name": "Instant Username Search", "type": "url", "url": "https://instantusername.com/" - }], - "name": "Username Search Engines", - "type": "folder" + }, + { + "name": "Sherlock", + "type": "url", + "url": "https://github.com/sherlock-project/sherlock" + }, + { + "name": "IDCrawl Username Search", + "type": "url", + "url": "https://www.idcrawl.com/username" + }, + { + "name": "Names Directory", + "type": "url", + "url": "https://namesdir.com/" + }] }, { + "name": "Specific Sites", + "type": "folder", "children": [ { "name": "Amazon Usernames (M)", "type": "url", "url": "https://www.google.com/search?q=site:amazon.com+%3Cusername%3E" }, - { - "name": "Amazon Wishlists", - "type": "url", - "url": "https://www.amazon.com/gp/registry/search.html/?ie=UTF8&type=wishlist" - }, { "name": "Github User (M)", "type": "url", @@ -88,17 +104,32 @@ "name": "MIT PGP Key Server", "type": "url", "url": "http://pgp.mit.edu/" - }], - "name": "Specific Sites", - "type": "folder" - }], - "name": "Username", - "type": "folder" + } + { + "name": "ProtonMail users (M)", + "type": "url", + "url": "https://api.protonmail.ch/pks/lookup?op=index&search=@protonmail.com" + }, + { + "name": "ProtonMail Domains (M)", + "type": "url", + "url": "https://api.protonmail.ch/pks/lookup?op=index&search=" + }] + }] }, { + "name": "Email Address", + "type": "folder", "children": [ { + "name": "Email Search", + "type": "folder", "children": [ + { + "name": "Sylva Identity Discovery (T)", + "type": "url", + "url": "https://sylva.pfeister.dev/" + }, { "name": "ThatsThem", "type": "url", @@ -114,66 +145,56 @@ "type": "url", "url": "http://www.melissadata.com/lookups/emails.asp" }, - { - "name": "Pipl", - "type": "url", - "url": "https://pipl.com/" - }, { "name": "VoilaNorbert", "type": "url", "url": "https://www.voilanorbert.com/" }, { - "name": "Reverse Genie Email", + "name": "GHunt (T)", "type": "url", - "url": "http://www.reversegenie.com/email.php" + "url": "https://github.com/mxrch/GHunt" + }, + { + "name": "OSINT Industries", + "type": "url", + "url": "https://osint.industries/" }, { "name": "theHarvester (T)", "type": "url", - "url": "http://www.edge-security.com/theharvester.php" + "url": "https://github.com/laramies/theHarvester" }, { "name": "Infoga (T)", "type": "url", "url": "https://github.com/m4ll0k/infoga" }, - { - "name": "MailDB", - "type": "url", - "url": "https://maildb.io/" - }, { "name": "Skymem", "type": "url", "url": "http://www.skymem.info/" }, { - "name": "MailsHunt", + "name": "Epieos Email Tool", "type": "url", - "url": "https://mailshunt.com/" - }], - "name": "Email Search", - "type": "folder" + "url": "https://tools.epieos.com/email.php" + }, + { + "name": "Holehe (T)", + "type": "url", + "url": "https://github.com/megadose/holehe" + }] }, { + "name": "Common Email Formats", + "type": "folder", "children": [ - { - "name": "Corporatate Email Formats", - "type": "url", - "url": "https://sites.google.com/site/emails4corporations/home" - }, { "name": "Email Format", "type": "url", "url": "https://www.email-format.com/" }, - { - "name": "Toofr", - "type": "url", - "url": "https://www.toofr.com/" - }, { "name": "Email Permutator", "type": "url", @@ -183,31 +204,26 @@ "name": "OneLook Reverse Dictionary and Thesaurus", "type": "url", "url": "http://www.onelook.com/reverse-dictionary.shtml" - }], - "name": "Common Email Formats", - "type": "folder" + }] }, { + "name": "Email Verification", + "type": "folder", "children": [ { - "name": "MailTester", + "name": "Reacher Github (T)", "type": "url", - "url": "http://mailtester.com/testmail.php" + "url": "https://github.com/reacherhq/check-if-email-exists" }, { - "name": "VerifyEmail", + "name": "Reacher Demo", "type": "url", - "url": "http://verify-email.org/" + "url": "https://reacher.email" }, { - "name": "Email Validator", + "name": "MailScrap", "type": "url", - "url": "http://e-mailvalidator.com/index.php" - }, - { - "name": "BytePlant Email Validator", - "type": "url", - "url": "http://www.email-validator.net/" + "url": "https://mailscrap.com/" }, { "name": "Read Notify", @@ -223,11 +239,11 @@ "name": "MailboxValidator", "type": "url", "url": "https://www.mailboxvalidator.com/demo" - }], - "name": "Email Verification", - "type": "folder" + }] }, { + "name": "Breach Data", + "type": "folder", "children": [ { "name": "Have I been pwned?", @@ -235,59 +251,44 @@ "url": "https://haveibeenpwned.com/" }, { - "name": "DeHashed", + "name": "Hudson Rock", "type": "url", - "url": "https://dehashed.com/" + "url": "https://www.hudsonrock.com/threat-intelligence-cybercrime-tools" }, { - "name": "Intelligence X", + "name": "DeHashed (R)", "type": "url", - "url": "https://intelx.io/" + "url": "https://dehashed.com/" }, { "name": "Vigilante.pw", "type": "url", "url": "https://www.vigilante.pw/" }, - { - "name": "Breach or Clear", - "type": "url", - "url": "http://breachorclear.jesterscourt.cc/" - }, { "name": "Ashley Madison Emails", "type": "url", "url": "https://ashley.cynic.al/" - }], - "name": "Breach Data", - "type": "folder" - }, - { - "children": [ - { - "name": "DNS Blackhole Lists", - "type": "url", - "url": "http://www.tcpiputils.com/dns-blackhole-list" - }], - "name": "Spam Reputation Lists", - "type": "folder" + }] }, { + "name": "Mail Blacklists", + "type": "folder", "children": [ { "name": "MxToolbox", "type": "url", "url": "http://mxtoolbox.com/" - }], - "name": "Mail Blacklists", - "type": "folder" - }], - "name": "Email Address", - "type": "folder" + }] + }] }, { + "name": "Domain Name", + "type": "folder", "children": [ { + "name": "Whois Records", + "type": "folder", "children": [ { "name": "Domain Dossier", @@ -304,6 +305,11 @@ "type": "url", "url": "http://whois.domaintools.com/" }, + { + "name": "SWITCH Internet Domains Whois (.ch)", + "type": "url", + "url": "https://www.nic.ch/whois/" + }, { "name": "Domain Big Data", "type": "url", @@ -365,20 +371,30 @@ "url": "http://viewdns.info/" }, { - "name": "Domainsdb.info", + "name": "Daily DNS Changes", "type": "url", - "url": "https://domainsdb.info" + "url": "http://www.dailychanges.com/" }, { "name": "IP2WHOIS", "type": "url", "url": "https://www.ip2whois.com" - }], - "name": "Whois Records", - "type": "folder" + }, + { + "name": "Netlas.io", + "type": "url", + "url": "https://app.netlas.io/whois_domains/" + }] }, { + "name": "Subdomains", + "type": "folder", "children": [ + { + "name": "SynapsInt", + "type": "url", + "url": "https://synapsint.com" + }, { "name": "Aquatone (T)", "type": "url", @@ -422,12 +438,17 @@ { "name": "Bluto (T)", "type": "url", - "url": "https://github.com/RandomStorm/Bluto" + "url": "https://github.com/darryllane/Bluto" + }, + { + "name": "OWASP Maryam (T)", + "type": "url", + "url": "https://github.com/saeeddhqan/Maryam" }, { "name": "theHarvester (T)", "type": "url", - "url": "http://www.edge-security.com/theharvester.php" + "url": "https://github.com/laramies/theHarvester" }, { "name": "Pentest-tools.com Subdomains", @@ -449,16 +470,6 @@ "type": "url", "url": "https://github.com/hrbrmstr/gdns" }, - { - "name": "assetnote (T)", - "type": "url", - "url": "https://github.com/infosec-au/assetnote" - }, - { - "name": "Network Intelligence", - "type": "url", - "url": "http://netintel.net/" - }, { "name": "Sublist3r", "type": "url", @@ -468,11 +479,16 @@ "name": "AltDNS (T)", "type": "url", "url": "https://github.com/infosec-au/altdns" - }], - "name": "Subdomains", - "type": "folder" + }, + { + "name": "Netlas.io", + "type": "url", + "url": "https://app.netlas.io/domains/" + }] }, { + "name": "Discovery", + "type": "folder", "children": [ { "name": "Shodan", @@ -480,10 +496,30 @@ "url": "https://www.shodan.io/" }, { - "name": "Kraken", + "name": "Netlas.io", + "type": "url", + "url": "https://app.netlas.io/" + }, + { + "name": "ODIN (R)", + "type": "url", + "url": "https://www.getodin.com/" + }, + { + "name": "Kraken (T)", "type": "url", "url": "https://github.com/Sw4mpf0x/Kraken" }, + { + "name": "SecurityTrails (R)", + "type": "url", + "url": "https://securitytrails.com/" + }, + { + "name": "Online Nikto scanner", + "type": "url", + "url": "https://nikto.online/" + }, { "name": "urlscan.io", "type": "url", @@ -494,31 +530,51 @@ "type": "url", "url": "http://www.dailychanges.com/" }, - { - "name": "SameID", - "type": "url", - "url": "http://sameid.net/" - }, { "name": "Redirect Detective", "type": "url", "url": "http://redirectdetective.com/" }, { - "name": "Sitediff", + "name": "Sitediff (T)", "type": "url", "url": "https://github.com/digininja/sitediff" }, + { + "name": "BuiltWith", + "type": "url", + "url": "https://builtwith.com/" + }, + { + "name": "Wappalyzer", + "type": "url", + "url": "https://www.wappalyzer.com/" + }, { "name": "AnalyzeID", "type": "url", "url": "http://analyzeid.com/" - }], - "name": "Discovery", - "type": "folder" + }, + { + "name": "Criminal IP Search", + "type": "url", + "url": "https://www.criminalip.io/" + }, + { + "name": "urlDNA", + "type": "url", + "url": "https://urldna.io" + }] }, { + "name": "Certificate Search", + "type": "folder", "children": [ + { + "name": "Shodan", + "type": "url", + "url": "https://www.shodan.io/" + }, { "name": "Google's Certificate Transparency", "type": "url", @@ -543,14 +599,24 @@ "name": "certgraph (T)", "type": "url", "url": "https://github.com/lanrat/certgraph" - }], - "name": "Certificate Search", - "type": "folder" + }, + { + "name": "ODIN (R)", + "type": "url", + "url": "https://www.getodin.com/" + }, + { + "name": "Netlas.io", + "type": "url", + "url": "https://app.netlas.io/certs/" + }] }, { + "name": "PassiveDNS", + "type": "folder", "children": [ { - "name": "Security Trails", + "name": "Security Trails (R)", "type": "url", "url": "https://securitytrails.com/" }, @@ -578,12 +644,17 @@ "name": "Deteque (R)", "type": "url", "url": "https://www.deteque.com/" - }], - "name": "PassiveDNS", - "type": "folder" + }] }, { + "name": "Reputation", + "type": "folder", "children": [ + { + "name": "AbuseIPDB (Webpage and API)", + "type": "url", + "url": "https://www.abuseipdb.com/" + }, { "name": "UrlQuery.net", "type": "url", @@ -698,11 +769,11 @@ "name": "hpHosts Online", "type": "url", "url": "http://hosts-file.net/" - }], - "name": "Reputation", - "type": "folder" + }] }, { + "name": "Domain Blacklists", + "type": "folder", "children": [ { "name": "Ransomware Tracker Abuse.ch", @@ -778,11 +849,11 @@ "name": "Email Domain Validation", "type": "url", "url": "https://www.mailboxvalidator.com/domain" - }], - "name": "Domain Blacklists", - "type": "folder" + }] }, { + "name": "Typosquatting", + "type": "folder", "children": [ { "name": "DNS Twist (T)", @@ -803,11 +874,11 @@ "name": "Catphish (T)", "type": "url", "url": "https://github.com/ring0lab/catphish" - }], - "name": "Typosquatting", - "type": "folder" + }] }, { + "name": "Analytics", + "type": "folder", "children": [ { "name": "BuiltWith", @@ -948,11 +1019,11 @@ "name": "WhatWeb", "type": "url", "url": "https://github.com/urbanadventurer/WhatWeb" - }], - "name": "Analytics", - "type": "folder" + }] }, { + "name": "URL Expanders", + "type": "folder", "children": [ { "name": "Link Expander", @@ -993,11 +1064,11 @@ "name": "KnowURL", "type": "url", "url": "http://www.knowurl.com/" - }], - "name": "URL Expanders", - "type": "folder" + }] }, { + "name": "Change Detection", + "type": "folder", "children": [ { "name": "VisualPing", @@ -1009,6 +1080,11 @@ "type": "url", "url": "http://www.changedetection.com/" }, + { + "name": "Check site availability Online", + "type": "url", + "url": "https://upcheck.online/" + }, { "name": "Follow That Page", "type": "url", @@ -1028,11 +1104,11 @@ "name": "ChangeDetect", "type": "url", "url": "http://www.changedetect.com/" - }], - "name": "Change Detection", - "type": "folder" + }] }, { + "name": "Social Analysis", + "type": "folder", "children": [ { "name": "Google Trends", @@ -1043,11 +1119,11 @@ "name": "Reddit (M)", "type": "url", "url": "https://www.reddit.com/domain/%3CURLhere%3E" - }], - "name": "Social Analysis", - "type": "folder" + }] }, { + "name": "DNSSEC", + "type": "folder", "children": [ { "name": "DNSSEC Analyzer", @@ -1058,28 +1134,40 @@ "name": "DNSViz", "type": "url", "url": "http://dnsviz.net/" - }], - "name": "DNSSEC", - "type": "folder" + }] }, { + "name": "Cloud Resources", + "type": "folder", "children": [ { "name": "Public Buckets", "type": "url", "url": "https://buckets.grayhatwarfare.com/" + }, + { + "name": "Online Port scanner", + "type": "url", + "url": "https://portscanner.online/" }, { "name": "CloudScraper (T)", "type": "url", "url": "https://github.com/jordanpotti/cloudscraper" - }], - "name": "Cloud Resources", - "type": "folder" + }, + { + "name": "Check site availability Online", + "type": "url", + "url": "https://upcheck.online/" + }] }, { + "name": "Vulnerabilities", + "type": "folder", "children": [ { + "name": "Scanners", + "type": "folder", "children": [ { "name": "Sn1per (T)", @@ -1087,14 +1175,14 @@ "url": "https://github.com/1N3/Sn1per" }, { - "name": "Mage Scan", + "name": "Online Nikto scanner", "type": "url", - "url": "https://magescan.com/" - }], - "name": "Scanners", - "type": "folder" + "url": "https://nikto.online/" + }] }, { + "name": "Disclosure Sites", + "type": "folder", "children": [ { "name": "XSSposed.org", @@ -1105,39 +1193,32 @@ "name": "Zone-H.org", "type": "url", "url": "http://zone-h.org/archive" - }], - "name": "Disclosure Sites", - "type": "folder" + }] }, { "name": "RobotsDisallowed", "type": "url", "url": "https://github.com/danielmiessler/RobotsDisallowed" - }], - "name": "Vulnerabilities", - "type": "folder" + }] }, { + "name": "Tools", + "type": "folder", "children": [ { - "name": "Burp Suite (T)", + "name": "Belati (T)", "type": "url", - "url": "https://portswigger.net/burp/" + "url": "https://github.com/aancw/Belati" }, { "name": "BlackWidow (T)", "type": "url", - "url": "http://softbytelabs.com/en/BlackWidow/" + "url": "https://softbytelabs.com/wp/blackwidow/" }, { - "name": "IntelliTamper (T)", + "name": "Burp Suite (T)", "type": "url", - "url": "http://www.softpedia.com/get/Internet/Other-Internet-Related/IntelliTamper.shtml" - }, - { - "name": "International Domain Name Conversion Tool", - "type": "url", - "url": "http://mct.verisign-grs.com/" + "url": "https://portswigger.net/burp/" }, { "name": "EyeWitness (T)", @@ -1145,24 +1226,49 @@ "url": "https://github.com/ChrisTruncer/EyeWitness" }, { - "name": "Belati (T)", + "name": "IntelliTamper (T)", "type": "url", - "url": "https://github.com/aancw/Belati" + "url": "http://www.softpedia.com/get/Internet/Other-Internet-Related/IntelliTamper.shtml" }, { "name": "Hunting-New-Registered-Domains (T)", "type": "url", "url": "https://github.com/gfek/Hunting-New-Registered-Domains" - }], - "name": "Tools", - "type": "folder" - }], - "name": "Domain Name", - "type": "folder" + }, + { + "name": "International Domain Name Conversion Tool", + "type": "url", + "url": "http://mct.verisign-grs.com/" + }, + { + "name": "Online Nikto scanner", + "type": "url", + "url": "https://nikto.online/" + }] + }, + { + "name": "Report Malicious Sites", + "type": "folder", + "children": [ + { + "name": "Microsoft", + "type": "url", + "url": "https://www.microsoft.com/en-us/wdsi/support/report-unsafe-site-guest" + }, + { + "name": "Google", + "type": "url", + "url": "https://safebrowsing.google.com/safebrowsing/report_phish/?hl=en" + }] + }] }, { + "name": "IP & MAC Address", + "type": "folder", "children": [ { + "name": "Geolocation", + "type": "folder", "children": [ { "name": "MaxMind Demo", @@ -1218,12 +1324,17 @@ "name": "My IP Address", "type": "url", "url": "https://www.ipaddress.my/" - }], - "name": "Geolocation", - "type": "folder" + }] }, { + "name": "Host / Port Discovery", + "type": "folder", "children": [ + { + "name": "urlscan.io", + "type": "url", + "url": "https://urlscan.io/search/#*" + }, { "name": "Spyse", "type": "url", @@ -1234,6 +1345,16 @@ "type": "url", "url": "https://www.shodan.io/" }, + { + "name": "Netlas.io", + "type": "url", + "url": "https://netlas.io/" + }, + { + "name": "Portmap", + "type": "url", + "url": "https://portmap.com/" + }, { "name": "Scans.io", "type": "url", @@ -1248,6 +1369,11 @@ "name": "Nmap (T)", "type": "url", "url": "https://nmap.org/download.html" + }, + { + "name": "Online Port scanner", + "type": "url", + "url": "https://portscanner.online/" }, { "name": "Internet Census Search", @@ -1255,35 +1381,55 @@ "url": "http://www.exfiltrated.com/querystart.php" }, { - "name": "urlscan.io", + "name": "Criminal IP Search", "type": "url", - "url": "https://urlscan.io/search/#*" + "url": "https://www.criminalip.io/" }, { - "name": "Scanless", + "name": "Scanless (T)", "type": "url", "url": "https://github.com/vesche/scanless" }, + { + "name": "BinaryEdge (R)", + "type": "url", + "url": "https://www.binaryedge.io/" + }, { "name": "Masscan (T)", "type": "url", "url": "https://github.com/robertdavidgraham/masscan" - }], - "name": "Host / Port Discovery", - "type": "folder" + }, + { + "name": "ODIN (R)", + "type": "url", + "url": "https://www.getodin.com/" + }] }, { + "name": "IPv4", + "type": "folder", "children": [ { "name": "ASlookup.com", "type": "url", "url": "https://aslookup.com/" + }, + { + "name": "Port scanner Online", + "type": "url", + "url": "https://portscanner.online/" }, { "name": "Onyphe", "type": "url", "url": "https://www.onyphe.io/" }, + { + "name": "ODIN (R)", + "type": "url", + "url": "https://www.getodin.com/" + }, { "name": "IPv4 CIDR Report", "type": "url", @@ -1308,21 +1454,21 @@ "name": "Hacker Target - Reverse DNS", "type": "url", "url": "https://hackertarget.com/reverse-dns-lookup/" - }], - "name": "IPv4", - "type": "folder" + }] }, { + "name": "IPv6", + "type": "folder", "children": [ { "name": "IPv6 CIDR Report", "type": "url", "url": "http://www.cidr-report.org/v6/as2.0/" - }], - "name": "IPv6", - "type": "folder" + }] }, { + "name": "BGP", + "type": "folder", "children": [ { "name": "Hurricane Electric BGP Toolkit", @@ -1348,11 +1494,11 @@ "name": "BGP Tools", "type": "url", "url": "http://www.bgp4.as/tools" - }], - "name": "BGP", - "type": "folder" + }] }, { + "name": "Reputation", + "type": "folder", "children": [ { "name": "IP Void", @@ -1364,15 +1510,20 @@ "type": "url", "url": "https://exonerator.torproject.org/" }, + { + "name": "Grey Noise", + "type": "url", + "url": "https://viz.greynoise.io/" + }, { "name": "LiveIPMap IP Check", "type": "url", "url": "https://www.liveipmap.com/" - }], - "name": "Reputation", - "type": "folder" + }] }, { + "name": "Blacklists", + "type": "folder", "children": [ { "name": "Blocklist.de", @@ -1393,11 +1544,16 @@ "name": "Project Honey Pot", "type": "url", "url": "http://www.projecthoneypot.org/list_of_ips.php" - }], - "name": "Blacklists", - "type": "folder" + }, + { + "name": "AbuseIPDB", + "type": "url", + "url": "https://www.abuseipdb.com/" + }] }, { + "name": "Neighbor Domains", + "type": "folder", "children": [ { "name": "IP Fingerprints - Reverse IP Lookup", @@ -1418,16 +1574,11 @@ "name": "MyIPNeighbors", "type": "url", "url": "http://www.my-ip-neighbors.com/" - }, - { - "name": "Same IP", - "type": "url", - "url": "http://www.sameip.org/" - }], - "name": "Neighbor Domains", - "type": "folder" + }] }, { + "name": "Protected by Cloud Services", + "type": "folder", "children": [ { "name": "CloudFlare Watch", @@ -1438,11 +1589,11 @@ "name": "CloudFail (T)", "type": "url", "url": "https://github.com/m0rtem/CloudFail" - }], - "name": "Protected by Cloud Services", - "type": "folder" + }] }, { + "name": "Wireless Network Info", + "type": "folder", "children": [ { "name": "WiGLE: Wireless Network Mapping", @@ -1453,11 +1604,11 @@ "name": "OpenCellid: Database of Cell Towers", "type": "url", "url": "https://opencellid.org/" - }], - "name": "Wireless Network Info", - "type": "folder" + }] }, { + "name": "Network Analysis Tools", + "type": "folder", "children": [ { "name": "Wireshark", @@ -1478,11 +1629,11 @@ "name": "NetworkTotal", "type": "url", "url": "https://www.networktotal.com/" - }], - "name": "Network Analysis Tools", - "type": "folder" + }] }, { + "name": "IP Loggers", + "type": "folder", "children": [ { "name": "Ki.tc", @@ -1498,20 +1649,20 @@ "name": "IP Logger", "type": "url", "url": "https://iplogger.com/" - } - - ], - "name": "IP Loggers", - "type": "folder" - }], - "name": "IP Address", - "type": "folder" + }] + }] }, { + "name": "Images / Videos / Docs", + "type": "folder", "children": [ { + "name": "Images", + "type": "folder", "children": [ { + "name": "Search", + "type": "folder", "children": [ { "name": "Google Images", @@ -1528,11 +1679,21 @@ "type": "url", "url": "http://images.yahoo.com/" }, + { + "name": "FaceCheck Facial Recognition Search", + "type": "url", + "url": "https://facecheck.id/" + }, { "name": "TinEye Reverse Image Search", "type": "url", "url": "http://tineye.com/" }, + { + "name": "PimEyes Face Search Engine", + "type": "url", + "url": "https://pimeyes.com/en" + }, { "name": "Yandex Images", "type": "url", @@ -1558,11 +1719,6 @@ "type": "url", "url": "http://photobucket.com/" }, - { - "name": "PicSearch", - "type": "url", - "url": "http://www.picsearch.com/" - }, { "name": "Karma Decay", "type": "url", @@ -1632,11 +1788,21 @@ "name": "SauceNAO", "type": "url", "url": "https://saucenao.com/" - }], - "name": "Search", - "type": "folder" + }, + { + "name": "Picarta", + "type": "url", + "url": "https://picarta.ai/" + }, + { + "name": "FaceSeek Face Search Engine", + "type": "url", + "url": "https://faceseek.online" + }] }, { + "name": "Instagram", + "type": "folder", "children": [ { "name": "Webstigram", @@ -1662,11 +1828,11 @@ "name": "Tofo.me", "type": "url", "url": "https://tofo.me/" - }], - "name": "Instagram", - "type": "folder" + }] }, { + "name": "Flickr", + "type": "folder", "children": [ { "name": "Flickr", @@ -1692,17 +1858,22 @@ "name": "Flickr Hive Mind", "type": "url", "url": "http://flickrhivemind.net/" - }], - "name": "Flickr", - "type": "folder" + }] }, { + "name": "Metadata", + "type": "folder", "children": [ { "name": "ExifTool (T)", "type": "url", "url": "http://www.sno.phy.queensu.ca/~phil/exiftool/" }, + { + "name": "ExifEditor", + "type": "url", + "url": "https://exifeditor.io" + }, { "name": "Jeffrey's Exif Viewer", "type": "url", @@ -1739,44 +1910,34 @@ "url": "http://www.geosetter.de/en/" }, { - "name": "gbimg.org", - "type": "url", - "url": "http://gbimg.org/" - }], - "name": "Metadata", - "type": "folder" + "name":"xeuledoc - Fetch metadata about any public Google document", + "type":"url", + "url":"https://github.com/Malfrats/xeuledoc" + }] }, { + "name": "Forensics", + "type": "folder", "children": [ { "name": "FotoForensics", "type": "url", "url": "http://fotoforensics.com/" }, - { - "name": "Izitru", - "type": "url", - "url": "http://www.izitru.com/" - }, { "name": "Ghiro (T)", "type": "url", "url": "https://github.com/ghirensics/ghiro" }, - { - "name": "Stolen Camera Finder", - "type": "url", - "url": "http://www.stolencamerafinder.co.uk/" - }, { "name": "Camera Trace", "type": "url", "url": "http://www.cameratrace.com/trace" - }], - "name": "Forensics", - "type": "folder" + }] }, { + "name": "OCR", + "type": "folder", "children": [ { "name": "Online OCR", @@ -1797,26 +1958,26 @@ "name": "Online OCR", "type": "url", "url": "http://www.onlineocr.net/" - }], - "name": "OCR", - "type": "folder" + }] }, { + "name": "Tools", + "type": "folder", "children": [ { "name": "Creepy (T)", "type": "url", "url": "http://www.geocreepy.com/" - }], - "name": "Tools", - "type": "folder" - }], - "name": "Images", - "type": "folder" + }] + }] }, { + "name": "Videos", + "type": "folder", "children": [ { + "name": "Search", + "type": "folder", "children": [ { "name": "Google Videos", @@ -1868,11 +2029,6 @@ "type": "url", "url": "https://www.liveleak.com/" }, - { - "name": "Metacafe", - "type": "url", - "url": "http://www.metacafe.com/" - }, { "name": "Metatube", "type": "url", @@ -1882,11 +2038,11 @@ "name": "Yahoo Video Search", "type": "url", "url": "http://video.search.yahoo.com/" - }], - "name": "Search", - "type": "folder" + }] }, { + "name": "Analyze / Record", + "type": "folder", "children": [ { "name": "DetURL", @@ -1932,14 +2088,12 @@ "name": "yasiv-youtube", "type": "url", "url": "https://yasiv.com/youtube" - }], - "name": "Analyze / Record", - "type": "folder" - }], - "name": "Videos", - "type": "folder" + }] + }] }, { + "name": "Webcams", + "type": "folder", "children": [ { "name": "SeeAllTheThings", @@ -1955,15 +2109,19 @@ "name": "EarthCam", "type": "url", "url": "http://www.earthcam.com/" - }], - "name": "Webcams", - "type": "folder" + }] }, { + "name": "Documents", + "type": "folder", "children": [ { + "name": "Search", + "type": "folder", "children": [ { + "name": "Common GoogleDorks", + "type": "folder", "children": [ { "name": "GoogleDocs (D)", @@ -1994,9 +2152,7 @@ "name": "Cryptome (D)", "type": "url", "url": "https://www.google.com/search?q=site:cryptome.org+%3Csearchterm%3E" - }], - "name": "Common GoogleDorks", - "type": "folder" + }] }, { "name": "Scribd", @@ -2027,17 +2183,12 @@ "name": "Leaked Cables", "type": "url", "url": "https://search.wikileaks.org/plusd/" - }], - "name": "Search", - "type": "folder" + }] }, { + "name": "Paste Sites", + "type": "folder", "children": [ - { - "name": "Pastebin Trends", - "type": "url", - "url": "http://pastebin.com/trends" - }, { "name": "Pastebin Alerts", "type": "url", @@ -2052,14 +2203,12 @@ "name": "Pastebin OSINT Harvester (T)", "type": "url", "url": "https://github.com/needmorecowbell/sniff-paste" - }], - "name": "Paste Sites", - "type": "folder" - }], - "name": "Documents", - "type": "folder" + }] + }] }, { + "name": "Fonts", + "type": "folder", "children": [ { "name": "What The Font", @@ -2085,24 +2234,21 @@ "name": "What Font Is", "type": "url", "url": "https://www.whatfontis.com/" - }], - "name": "Fonts", - "type": "folder" - }], - "name": "Images / Videos / Docs", - "type": "folder" + }] + }] }, { + "name": "Social Networks", + "type": "folder", "children": [ { + "name": "Facebook", + "type": "folder", "children": [ { + "name": "Search", + "type": "folder", "children": [ - { - "name": "Find my Facebook ID", - "type": "url", - "url": "http://findmyfbid.com/" - }, { "name": "FB Email Search", "type": "url", @@ -2118,16 +2264,6 @@ "type": "url", "url": "https://www.facebook.com/photo.php?fbid=PHOTO-ID-HERE" }, - { - "name": "FB People Directory", - "type": "url", - "url": "https://www.facebook.com/directory/people/" - }, - { - "name": "NetBootCamp FB Search Tool", - "type": "url", - "url": "http://netbootcamp.org/facebook.html" - }, { "name": "FB Lookup ID", "type": "url", @@ -2137,56 +2273,31 @@ "name": "FB Identify (Requires Logout)", "type": "url", "url": "https://www.facebook.com/login/identify" - }, - { - "name": "Search is Back!", - "type": "url", - "url": "https://searchisback.com/" - }, - { - "name": "Socialsearching", - "type": "url", - "url": "http://socialsearching.info/#/fb" - }, - { - "name": "Facebook Live Map", - "type": "url", - "url": "https://www.facebook.com/livemap#" - }], - "name": "Search", - "type": "folder" - }, - { - "children": [ - { - "name": "fb-sleep-stats (T)", - "type": "url", - "url": "https://github.com/sqren/fb-sleep-stats" - }, - { - "name": "Facebook Scanner", - "type": "url", - "url": "http://stalkscan.com/en/" - }], - "name": "Analytics", - "type": "folder" - }, - { - "children": [ - { - "name": "ExtractFace (T)", - "type": "url", - "url": "http://le-tools.com/ExtractFace.html#download" - }], - "name": "Archive / Document", - "type": "folder" - }], - "name": "Facebook", - "type": "folder" + }] + }] }, { + "name": "Instagram", + "type": "folder", "children": [ { + "name": "Inflact Instagram Viewer (Anonymous)", + "type": "url", + "url": "https://inflact.com/profiles/instagram-viewer/" + }, + { + "name": "Osintgram (T)", + "type": "url", + "url": "https://github.com/Datalux/Osintgram" + }] + }, + { + "name": "Twitter", + "type": "folder", + "children": [ + { + "name": "Search", + "type": "folder", "children": [ { "name": "Twitter Advanced Search", @@ -2203,65 +2314,15 @@ "type": "url", "url": "https://twitter.com/search?q=SearchTerm%20since:2016-03-01%20until:2016-03-02" }, - { - "name": "Twitter Name Search", - "type": "url", - "url": "https://twitter.com/#!/who_to_follow" - }, - { - "name": "Twitter User Directory", - "type": "url", - "url": "https://twitter.com/i/directory/profiles/" - }, - { - "name": "Twitter Search for Live Streaming Video", - "type": "url", - "url": "https://twitter.com/search?q=%23periscope%20OR%20%23meerkat" - }, - { - "name": "ConWeets", - "type": "url", - "url": "http://www.conweets.com/" - }, - { - "name": "Twitterfall", - "type": "url", - "url": "https://twitterfall.com/" - }, - { - "name": "Twellow", - "type": "url", - "url": "https://www.twellow.com/splash/" - }, - { - "name": "First Tweet", - "type": "url", - "url": "http://ctrlq.org/first/" - }, - { - "name": "TweetReach", - "type": "url", - "url": "https://tweetreach.com/" - }, { "name": "BackTweets", "type": "url", "url": "http://backtweets.com/" }, { - "name": "Moz Profile Search", + "name": "Followerwonk (R)", "type": "url", - "url": "https://moz.com/followerwonk/bio/?q=zero%20day&l=us" - }, - { - "name": "HootSuite", - "type": "url", - "url": "https://hootsuite.com/feed/SearchTerm?pfilter=" - }, - { - "name": "TweetDeck", - "type": "url", - "url": "https://tweetdeck.twitter.com/" + "url": "https://followerwonk.com/" }, { "name": "Twopcharts", @@ -2269,139 +2330,54 @@ "url": "http://twopcharts.com/" }, { - "name": "Twitter Email Test", + "name": "TweeterID", "type": "url", - "url": "https://pdevesian.eu/tet" - }, - { - "name": "Twoogel Search Engine", - "type": "url", - "url": "http://twoogel.com/" - }, - { - "name": "Treeverse (T)", - "type": "url", - "url": "https://github.com/paulgb/Treeverse" - }], - "name": "Search", - "type": "folder" - }, - { - "children": [ - { - "name": "Twicsy", - "type": "url", - "url": "http://twicsy.com/" - }], - "name": "Pictures", - "type": "folder" + "url": "https://tweeterid.com/" + }] }, { + "name": "Analytics", + "type": "folder", "children": [ { + "name": "Profile", + "type": "folder", "children": [ { "name": "Tweepsect", "type": "url", "url": "http://tweepsect.com/" }, - { - "name": "Followerwonk Analyze", - "type": "url", - "url": "https://moz.com/followerwonk/analyze" - }, - { - "name": "Followerwonk Compare", - "type": "url", - "url": "https://moz.com/followerwonk/compare" - }, { "name": "Twitonomy", "type": "url", "url": "http://www.twitonomy.com/" }, - { - "name": "Fake Follower Check", - "type": "url", - "url": "http://fakers.statuspeople.com/" - }, - { - "name": "Klear", - "type": "url", - "url": "http://klear.com/" - }, - { - "name": "First Tweet", - "type": "url", - "url": "https://discover.twitter.com/first-tweet" - }, - { - "name": "TweetTunnel", - "type": "url", - "url": "http://tweettunnel.info/firstpre.php" - }, - { - "name": "Twitalyzer", - "type": "url", - "url": "http://twitalyzer.com/5/index.asp" - }, { "name": "Foller.me Analytics", "type": "url", "url": "https://foller.me/" }, { - "name": "MentionMapp", - "type": "url", - "url": "http://mentionmapp.com/" - }, - { - "name": "SleepingTime", - "type": "url", - "url": "http://sleepingtime.org/" - }, - { - "name": "Bioischanged (M)", - "type": "url", - "url": "http://bioischanged.com/%3Ctwitterusername%3E" - }, - { - "name": "X0rz Tweets_analyzer", + "name": "X0rz Tweets_analyzer (T)", "type": "url", "url": "https://github.com/x0rz/tweets_analyzer" - }, - { - "name": "Social Bearing", - "type": "url", - "url": "https://socialbearing.com/" - }], - "name": "Profile", - "type": "folder" + }] }, { + "name": "Hashtag", + "type": "folder", "children": [ - { - "name": "Tagboard", - "type": "url", - "url": "https://tagboard.com/" - }, { "name": "RiteTag", "type": "url", "url": "https://ritetag.com/" }, - { - "name": "Trendsmap", - "type": "url", - "url": "http://trendsmap.com/" - }, { "name": "TAGSExplorer", "type": "url", "url": "https://tags.hawksey.info/tagsexplorer/" - }], - "name": "Hashtag", - "type": "folder" + }] }, { "name": "Tweet Metadata", @@ -2432,46 +2408,21 @@ "name": "Twint (T)", "type": "url", "url": "https://github.com/twintproject/twint" - }], - "name": "Analytics", - "type": "folder" + }] }, { + "name": "Location / Mapping", + "type": "folder", "children": [ - { - "name": "GeoChirp", - "type": "url", - "url": "http://www.geochirp.com/" - }, { "name": "GeoSocial Footprint", "type": "url", "url": "http://geosocialfootprint.com/" }, { - "name": "TweetPaths", + "name": "HEAVY.AI OmniSci Tweetmap", "type": "url", - "url": "http://www.tweetpaths.com/maps" - }, - { - "name": "TeachingPrivacy", - "type": "url", - "url": "http://app.teachingprivacy.com/" - }, - { - "name": "Echosec", - "type": "url", - "url": "https://app.echosec.net/" - }, - { - "name": "MIT Map", - "type": "url", - "url": "http://mapd.csail.mit.edu/tweetmap/" - }, - { - "name": "Harvard Map", - "type": "url", - "url": "http://worldmap.harvard.edu/tweetmap/" + "url": "https://www.heavy.ai/demos/tweetmap" }, { "name": "One Million Tweet Map", @@ -2479,40 +2430,25 @@ "url": "http://onemilliontweetmap.com/" }, { - "name": "Creepy", + "name": "Creepy (T)", "type": "url", "url": "http://www.geocreepy.com/" }, { - "name": "Tweepsmap", + "name": "Fedica", "type": "url", - "url": "http://tweepsmap.com/" - }, - { - "name": "GeoTweet", - "type": "url", - "url": "http://geotweet.altervista.org/#" - }, - { - "name": "MapD Tweetmap", - "type": "url", - "url": "https://www.mapd.com/demos/tweetmap/" - }], - "name": "Location / Mapping", - "type": "folder" + "url": "https://fedica.com/" + }] }, { + "name": "Archive / Deleted Tweets", + "type": "folder", "children": [ { "name": "All My Tweets", "type": "url", "url": "https://www.allmytweets.net/connect/" }, - { - "name": "Deadbird", - "type": "url", - "url": "https://deadbird.site/" - }, { "name": "Spoonbill", "type": "url", @@ -2522,80 +2458,98 @@ "name": "TweetVacuum (T)", "type": "url", "url": "https://github.com/T3hUb3rK1tten/TweetVacuum" - }], - "name": "Archive / Deleted Tweets", - "type": "folder" - }, - { - "name": "Twitter Back From The Dead", - "type": "url", - "url": "https://github.com/misterch0c/twitterBFTD" - }], - "name": "Twitter", - "type": "folder" + }] + }] }, { + "name": "Reddit", + "type": "folder", "children": [ { - "name": "SnoopSnoo", + "name": "Reddit Metis", "type": "url", - "url": "http://snoopsnoo.com/" - }, - { - "name": "metareddit", - "type": "url", - "url": "http://metareddit.com/" + "url": "https://redditmetis.com/#" }, { "name": "Reddit Archive", "type": "url", "url": "http://www.redditarchive.com/" }, - { - "name": "reddit metrics", - "type": "url", - "url": "http://redditmetrics.com/" - }, { "name": "subreddits", "type": "url", "url": "http://subreddits.org/" }, - { - "name": "Reddit Investigator", - "type": "url", - "url": "http://www.redditinvestigator.com/" - }, { "name": "Reddit Comment History", "type": "url", "url": "https://roadtolarissa.com/javascript/reddit-comment-visualizer/" - }], - "name": "Reddit", - "type": "folder" + }] }, { + "name": "LinkedIn", + "type": "folder", "children": [ { - "name": "LinkedInt - LinkedIn Recon Tool", + "name": "LinkedInt - LinkedIn Recon Tool (T)", "type": "url", "url": "https://github.com/vysec/LinkedInt" }, { - "name": "ScrapedIn", + "name": "ScrapedIn (T)", "type": "url", "url": "https://github.com/dchrastil/ScrapedIn" }, { - "name": "InSpy", + "name": "InSpy (T)", "type": "url", "url": "https://github.com/leapsecurity/InSpy" - }], - "name": "LinkedIn", - "type": "folder" + }, + { + "name": "raven (T)", + "type": "url", + "url": "https://github.com/0x09AL/raven" + }] }, { + "name": "Tiktok", + "type": "folder", "children": [ + { + "name": "TikTok Viewer", + "type": "url", + "url": "https://urlebird.com/" + }] + }, + { + "name": "Bluesky", + "type": "folder", + "children": [ + { + "name": "Treeverse (T)", + "type": "url", + "url": "https://github.com/paulgb/Treeverse" + }] + }, + { + "name": "Steam, Discord & Gaming Networks", + "type": "folder", + "children": [ + { + "name": "SteamOSINT (T)", + "type": "url", + "url": "https://github.com/Frontline-Femmes/Steam-OSINT" + }] + }, + { + "name": "Other Social Networks", + "type": "folder", + "children": [ + { + "name": "Ask FM", + "type": "url", + "url": "https://ask.fm/%3Cusername%3E" + }, { "name": "Myspace", "type": "url", @@ -2611,6 +2565,11 @@ "type": "url", "url": "http://thehoodup.com/board/" }, + { + "name": "Share Secret Feedback (M)", + "type": "url", + "url": "https://secreto.site/en/%3Cuser_id%3E" + }, { "name": "BlackPlanet.com - Member Find", "type": "url", @@ -2637,19 +2596,24 @@ "url": "http://ok.ru/" }, { - "name": "raven (T)", + "name": "VK", "type": "url", - "url": "https://github.com/0x09AL/raven" + "url": "https://vk.com/" + }, + { + "name": "Tiktok (M)", + "type": "url", + "url": "https://www.tiktok.com/@username" }, { "name": "Delicious", "type": "url", "url": "https://del.icio.us/" - }], - "name": "Other Social Networks", - "type": "folder" + }] }, { + "name": "Search", + "type": "folder", "children": [ { "name": "Social Searcher", @@ -2661,16 +2625,6 @@ "type": "url", "url": "http://www.social-searcher.com/google-social-search/" }, - { - "name": "Periscope Search", - "type": "url", - "url": "http://www.perisearch.net/" - }, - { - "name": "Periscope with known Username (M)", - "type": "url", - "url": "https://www.periscope.tv/%3Cusername%3E" - }, { "name": "SocialBlade.com", "type": "url", @@ -2681,40 +2635,25 @@ "type": "url", "url": "https://www.talkwalker.com/social-media-analytics-search" }, - { - "name": "BuzzSumo Most Shared", - "type": "url", - "url": "https://app.buzzsumo.com/research/most-shared" - }, { "name": "PinGroupie", "type": "url", "url": "http://pingroupie.com/" }, - { - "name": "Searchlr", - "type": "url", - "url": "http://searchlr.net/" - }, { "name": "Google CSE for Telegram links", "type": "url", "url": "https://cse.google.com/cse?cx=006368593537057042503:efxu7xprihg" - }], - "name": "Search", - "type": "folder" - }, - { - "name": "Social Media Monitoring Wiki", - "type": "url", - "url": "http://wiki.kenburbary.com/social-meda-monitoring-wiki" - }], - "name": "Social Networks", - "type": "folder" + }] + }] }, { + "name": "Instant Messaging", + "type": "folder", "children": [ { + "name": "Skype", + "type": "folder", "children": [ { "name": "Skype Web Client", @@ -2726,70 +2665,60 @@ "type": "url", "url": "http://mostwantedhf.info/index.php" }, - { - "name": "Skypegrab", - "type": "url", - "url": "http://skypegrab.net/oldip.php" - }, { "name": "Skype Resolver 2019", "type": "url", "url": "http://www.skypeipresolver.net/" - }], - "name": "Skype", - "type": "folder" + }] }, { + "name": "Snapchat", + "type": "folder", "children": [ { "name": "Snapchat Leak Checker", "type": "url", "url": "https://lastpass.com/snapchat/" - }], - "name": "Snapchat", - "type": "folder" + }] }, { + "name": "Kik", + "type": "folder", "children": [ { "name": "Kik Username (M)", "type": "url", "url": "http://kik.me/%3Cusername%3E" - }], - "name": "Kik", - "type": "folder" + }] }, { + "name": "Yikyak", + "type": "folder", "children": [ { "name": "YikMap", "type": "url", "url": "http://yikmap.com/" - }], - "name": "Yikyak", - "type": "folder" - }], - "name": "Instant Messaging", - "type": "folder" + }] + }] }, { + "name": "People Search Engines", + "type": "folder", "children": [ { + "name": "General People Search", + "type": "folder", "children": [ { "name": "Family Tree Now", "type": "url", "url": "http://www.familytreenow.com/" }, - { - "name": "Pipl", + { + "name": "InfoFlow Public People Search In Chilean", "type": "url", - "url": "https://pipl.com/" - }, - { - "name": "Spokeo People Search", - "type": "url", - "url": "http://www.spokeo.com/" + "url": "https://infoflow.cloud/" }, { "name": "ThatsThem", @@ -2811,11 +2740,6 @@ "type": "url", "url": "http://www.ussearch.com/" }, - { - "name": "Snoop Station", - "type": "url", - "url": "http://snoopstation.com/index.html" - }, { "name": "Melissa Data - People Finder (R)", "type": "url", @@ -2836,11 +2760,6 @@ "type": "url", "url": "http://www.peekyou.com/" }, - { - "name": "PeepDB", - "type": "url", - "url": "http://www.peepdb.com/" - }, { "name": "Reverse Genie People", "type": "url", @@ -2856,11 +2775,6 @@ "type": "url", "url": "http://radaris.com/" }, - { - "name": "Profile Engine", - "type": "url", - "url": "http://profileengine.com/" - }, { "name": "Intelius", "type": "url", @@ -2871,11 +2785,6 @@ "type": "url", "url": "http://infospace.com/" }, - { - "name": "Waatp", - "type": "url", - "url": "http://waatp.com/" - }, { "name": "Webmii", "type": "url", @@ -2916,41 +2825,21 @@ "type": "url", "url": "http://search.ancestry.com/" }, - { - "name": "SearchBug", - "type": "url", - "url": "http://www.searchbug.com/#pageTop" - }, { "name": "Nuwber", "type": "url", "url": "https://nuwber.com/" }, - { - "name": "eVerify", - "type": "url", - "url": "http://www.everify.com/" - }, { "name": "Genealogy.com", "type": "url", "url": "http://www.genealogy.com/" }, - { - "name": "The New Ultimates", - "type": "url", - "url": "http://www.newultimates.com/" - }, { "name": "My Life", "type": "url", "url": "https://www.mylife.com/" }, - { - "name": "Ark", - "type": "url", - "url": "http://ark.com/landing" - }, { "name": "AnyWho", "type": "url", @@ -2982,19 +2871,14 @@ "url": "https://www.fastpeoplesearch.com/" }, { - "name": "Speedy Hunt", + "name": "IDCrawl", "type": "url", - "url": "https://speedyhunt.com/" - }, - { - "name": "Been Verified", - "type": "url", - "url": "https://www.beenverified.com/" - }], - "name": "General People Search", - "type": "folder" + "url": "https://www.idcrawl.com/" + }] }, { + "name": "Registries", + "type": "folder", "children": [ { "name": "The Knot", @@ -3025,14 +2909,12 @@ "name": "The Bump", "type": "url", "url": "https://registry.thebump.com/babyregistrysearch" - }], - "name": "Registries", - "type": "folder" - }], - "name": "People Search Engines", - "type": "folder" + }] + }] }, { + "name": "Dating", + "type": "folder", "children": [ { "name": "Match.com", @@ -3074,6 +2956,16 @@ "type": "url", "url": "https://tinder.com/" }, + { + "name": "Bumble (R)", + "type": "url", + "url": "https://bumble.com/" + }, + { + "name": "Tantan (R)", + "type": "url", + "url": "https://tantanapp.com/" + }, { "name": "Wamba.com", "type": "url", @@ -3115,36 +3007,33 @@ "url": "http://www.blackpeoplemeet.com/" }, { - "children": [ - { - "name": "TrueDater", - "type": "url", - "url": "http://www.truedater.com/" - }, - { - "name": "WomanSavers", - "type": "url", - "url": "http://www.womansavers.com/search-a-guy.asp" - }], - "name": "Reviews of Users", - "type": "folder" - }], - "name": "Dating", - "type": "folder" + "name": "Bumble", + "type": "url", + "url": "https://bumble.com/" + }, + { + "name": "Hinge", + "type": "url", + "url": "https://hinge.co/en-gb" + }] }, { + "name": "Telephone Numbers", + "type": "folder", "children": [ { + "name": "Voicemail", + "type": "folder", "children": [ { "name": "Slydial", "type": "url", "url": "https://www.slydial.com/" - }], - "name": "Voicemail", - "type": "folder" + }] }, { + "name": "International", + "type": "folder", "children": [ { "name": "Numbering Plans", @@ -3155,14 +3044,7 @@ "name": "Numberway", "type": "url", "url": "https://www.numberway.com/" - }], - "name": "International", - "type": "folder" - }, - { - "name": "Pipl API (M)", - "type": "url", - "url": "https://api.pipl.com/search/v5/?phone=18887420000&key=sample_key&pretty=true" + }] }, { "name": "WhoCalld", @@ -3260,7 +3142,7 @@ "url": "https://www.usphonebook.com" }, { - "name": "Numspy", + "name": "Numspy (T)", "type": "python3 Module", "url": "https://bhattsameer.github.io/numspy" }, @@ -3268,19 +3150,26 @@ "name": "Numspy-Api", "type": "url", "url": "https://numspy.pythonanywhere.com/" - }], - "name": "Telephone Numbers", - "type": "folder" + }] }, { + "name": "Public Records", + "type": "folder", "children": [ { + "name": "Property Records", + "type": "folder", "children": [ { "name": "Melissa Data - Property Viewer (R)", "type": "url", "url": "http://www.melissadata.com/lookups/propertyviewer.asp" }, + { + "name": "Regrid (US Only)", + "type": "url", + "url": "https://app.regrid.com/us/" + }, { "name": "Zillow", "type": "url", @@ -3305,11 +3194,11 @@ "name": "Redfin", "type": "url", "url": "https://www.redfin.com/" - }], - "name": "Property Records", - "type": "folder" + }] }, { + "name": "Court / Criminal Records", + "type": "folder", "children": [ { "name": "Nationwide County Court Records", @@ -3371,15 +3260,55 @@ "type": "url", "url": "http://mugshots.com/" }, + { + "name": "judyrecords", + "type": "url", + "url": "https://www.judyrecords.com/" + }, + { + "name": "Caselaw Access Project", + "type": "url", + "url": "https://case.law/" + }, + { + "name": "CourtListener", + "type": "url", + "url": "https://www.courtlistener.com/" + }, + { + "name": "Docket Alarm", + "type": "url", + "url": "https://www.docketalarm.com/" + }, + { + "name": "Google Scholar Case Law", + "type": "url", + "url": "https://scholar.google.com/" + }, + { + "name": "PACER", + "type": "url", + "url": "https://pacer.uscourts.gov/" + }, + { + "name": "Free Law RECAP Archive", + "type": "url", + "url": "https://www.courtlistener.com/recap/" + }, + { + "name": "UniCourt", + "type": "url", + "url": "https://unicourt.com/" + }, { "name": "Federal Inmate Locator", "type": "url", "url": "https://www.bop.gov/inmateloc/" - }], - "name": "Court / Criminal Records", - "type": "folder" + }] }, { + "name": "Government Records", + "type": "folder", "children": [ { "name": "NC Salary DB", @@ -3395,13 +3324,11 @@ "name": "CA Salary DB", "type": "url", "url": "http://www.sacbee.com/site-services/databases/state-pay/article2642161.html" - } - - ], - "name": "Government Records", - "type": "folder" + }] }, { + "name": "Financial / Tax Resources", + "type": "folder", "children": [ { "name": "BIN Base", @@ -3417,31 +3344,21 @@ "name": "NETR Online", "type": "url", "url": "http://publicrecords.netronline.com/" - }], - "name": "Financial / Tax Resources", - "type": "folder" + }] }, { + "name": "Birth Records", + "type": "folder", "children": [ { "name": "Sorted by Birth Date", "type": "url", "url": "http://sortedbybirthdate.com/" - }, - { - "name": "Moose Roots Birth Records", - "type": "url", - "url": "http://birth-records.mooseroots.com/" - }, - { - "name": "Birth Database", - "type": "url", - "url": "http://www.birthdatabase.com/" - }], - "name": "Birth Records", - "type": "folder" + }] }, { + "name": "Death Records", + "type": "folder", "children": [ { "name": "Death Check", @@ -3457,26 +3374,21 @@ "name": "GraveInfo", "type": "url", "url": "http://www.graveinfo.com/" - }, - { - "name": "Moose Roots Death Records", - "type": "url", - "url": "http://death-records.mooseroots.com/" - }], - "name": "Death Records", - "type": "folder" + }] }, { + "name": "US County Data", + "type": "folder", "children": [ { "name": "NACo County Explorer", "type": "url", "url": "http://explorer.naco.org/index.html" - }], - "name": "US County Data", - "type": "folder" + }] }, { + "name": "US Voter Records", + "type": "folder", "children": [ { "name": "Voter Records", @@ -3487,26 +3399,26 @@ "name": "Voter Registration Data", "type": "url", "url": "http://www.blackbookonline.info/USA-Voter-Records.aspx" - }], - "name": "Voter Records", - "type": "folder" + }] }, { + "name": "Patent Records", + "type": "folder", "children": [ { "name": "US Patent Office Search", "type": "url", - "url": "http://patft.uspto.gov/netahtml/PTO/index.html" + "url": "https://www.uspto.gov/patents/search" }, { "name": "Google Patent Search", "type": "url", "url": "https://www.google.com/advanced_patent_search" - }], - "name": "Patent Records", - "type": "folder" + }] }, { + "name": "US Political Records", + "type": "folder", "children": [ { "name": "FollowTheMoney.org", @@ -3542,20 +3454,13 @@ "name": "Every Politician", "type": "url", "url": "http://everypolitician.org/" - }], - "name": "Political Records", - "type": "folder" + }] }, { "name": "Public Records?", "type": "url", "url": "http://publicrecords.searchsystems.net/" }, - { - "name": "Enigma", - "type": "url", - "url": "http://enigma.io/publicdata/" - }, { "name": "The World Bank Open Data Catalog", "type": "url", @@ -3575,24 +3480,26 @@ "name": "Open-Data-Portal München (German)", "type": "url", "url": "https://www.opengov-muenchen.de/" - }], - "name": "Public Records", - "type": "folder" + }, + { + "name": "Searchable FCC ID Database", + "type": "url", + "url": "https://fccid.io/" + }] }, { + "name": "Business Records", + "type": "folder", "children": [ { + "name": "Annual Reports", + "type": "folder", "children": [ { "name": "AnnualReports.com", "type": "url", "url": "http://www.annualreports.com/" }, - { - "name": "Reportlinker.com", - "type": "url", - "url": "http://www.reportlinker.com/" - }, { "name": "Public Register Online", "type": "url", @@ -3603,20 +3510,15 @@ "type": "url", "url": "http://www.prars.com/search/alpha/A" }, - { - "name": "The Investor - Africa", - "type": "url", - "url": "http://theinvestormailinglist.com/recent-reports/" - }, { "name": "International Registries", "type": "url", "url": "https://www.gov.uk/government/publications/overseas-registries/overseas-registries" - }], - "name": "Annual Reports", - "type": "folder" + }] }, { + "name": "General Info & News", + "type": "folder", "children": [ { "name": "Businessweek Search", @@ -3662,11 +3564,11 @@ "name": "Google Finance", "type": "url", "url": "https://www.google.com/finance" - }], - "name": "General Info & News", - "type": "folder" + }] }, { + "name": "Company Profiles", + "type": "folder", "children": [ { "name": "OpenCorporates", @@ -3698,16 +3600,6 @@ "type": "url", "url": "http://www.infobel.com/en/world/" }, - { - "name": "Mint Portal", - "type": "url", - "url": "http://mintbusinessinfo.com/version-2015129/portal.serv?product=mintportal" - }, - { - "name": "Manta", - "type": "url", - "url": "http://www.manta.com/business" - }, { "name": "AIHIT", "type": "url", @@ -3768,11 +3660,6 @@ "type": "url", "url": "http://www.vault.com/" }, - { - "name": "D&B Company Search", - "type": "url", - "url": "http://www.dnb.com/" - }, { "name": "Companies In The UK", "type": "url", @@ -3796,17 +3683,17 @@ { "name": "Manta Small Business Directory", "type": "url", - "url": "http://manta.com/business" + "url": "https://www.manta.com/business-directory" }, { "name": "Crunchbase", "type": "url", "url": "https://www.crunchbase.com/#/home/index" - }], - "name": "Company Profiles", - "type": "folder" + }] }, { + "name": "Employee Profiles & Resumes", + "type": "folder", "children": [ { "name": "RecruitEm", @@ -3818,18 +3705,13 @@ "type": "url", "url": "https://www.linkedin.com/" }, - { - "name": "Market Visual", - "type": "url", - "url": "http://www.marketvisual.com/" - }, { "name": "Jobster", "type": "url", "url": "http://www.jobster.com/" }, { - "name": "XING", + "name": "XING (R)", "type": "url", "url": "https://www.xing.com/" }, @@ -3842,16 +3724,11 @@ "name": "CVGadget", "type": "url", "url": "http://www.cvgadget.com/" - }, - { - "name": "LeadFerret.com", - "type": "url", - "url": "https://leadferret.com/search" - }], - "name": "Employee Profiles & Resumes", - "type": "folder" + }] }, { + "name": "Additional Resources", + "type": "folder", "children": [ { "name": "RBA - Business Information Resources", @@ -3862,22 +3739,17 @@ "name": "VAT Number Validation", "type": "url", "url": "http://ec.europa.eu/taxation_customs/vies/?locale=en" - }], - "name": "Additional Resources", - "type": "folder" - }], - "name": "Business Records", - "type": "folder" + }] + }] }, { + "name": "Transportation", + "type": "folder", "children": [ { + "name": "Vehicle Records", + "type": "folder", "children": [ - { - "name": "Vehicle Purchase Records", - "type": "url", - "url": "http://vin.place/" - }, { "name": "VIN Decoderz", "type": "url", @@ -3888,11 +3760,6 @@ "type": "url", "url": "https://thatsthem.com/vin-search" }, - { - "name": "Reverse Genie License Plates", - "type": "url", - "url": "http://www.reversegenie.com/plate.php" - }, { "name": "VinCheck", "type": "url", @@ -3904,19 +3771,19 @@ "url": "http://tracker.geops.ch/" }, { - "name": "Vehicle Specifications Lookup", + "name": "MyAccident - traffic accident map", "type": "url", - "url": "https://berla.co/products/ive/vehicle-lookup/" + "url": "https://myaccident.org/" }, { - "name": "License Plate Search", + "name": "NHTSA Vehicle API", "type": "url", - "url": "https://www.vehiclehistory.com/licence-plate-search/licence-plate.php" - }], - "name": "Vehicle Records", - "type": "folder" + "url": "https://vpic.nhtsa.dot.gov/api/" + }] }, { + "name": "Air Traffic Records", + "type": "folder", "children": [ { "name": "FlightAware - Live Flight Tracker", @@ -3937,11 +3804,16 @@ "name": "ADS-B Exchange", "type": "url", "url": "https://www.adsbexchange.com/" - }], - "name": "Air Traffic Records", - "type": "folder" + }, + { + "name": "ADS-B.NL", + "type": "url", + "url": "https://www.ads-b.nl/index.php?pageno=9999" + }] }, { + "name": "Marine Records", + "type": "folder", "children": [ { "name": "Marine Traffic", @@ -3972,11 +3844,11 @@ "name": "Vessel Finder", "type": "url", "url": "https://www.vesselfinder.com/" - }], - "name": "Marine Records", - "type": "folder" + }] }, { + "name": "Railway Records", + "type": "folder", "children": [ { "name": "Deutsche Bahn Open-Data-Portal (German)", @@ -3987,9 +3859,12 @@ "name": "OpenRailwayMap", "type": "url", "url": "https://www.openrailwaymap.org/" - }], - "name": "Railway Records", - "type": "folder" + }] + }, + { + "name": "Transportation & Train Tracking", + "type": "url", + "url": "https://mobility.portal.geops.io/" }, { "name": "Satellite Tracking", @@ -4000,23 +3875,35 @@ "name": "Track-Trace", "type": "url", "url": "http://www.track-trace.com/" - }], - "name": "Transportation", - "type": "folder" + }] }, { + "name": "Geolocation Tools / Maps", + "type": "folder", "children": [ { + "name": "Geolocation Tools", + "type": "folder", "children": [ + { + "name": "Astrometry", + "type": "url", + "url": "https://nova.astrometry.net/" + }, + { + "name": "SunCalc", + "type": "url", + "url": "http://suncalc.net/" + }, { "name": "SunCalc", "type": "url", "url": "http://suncalc.org/" - }], - "name": "Geolocation Tools", - "type": "folder" + }] }, { + "name": "Coordinates", + "type": "folder", "children": [ { "name": "GPSVisualizer", @@ -4037,11 +3924,11 @@ "name": "Batch Reverse Geocoding", "type": "url", "url": "https://www.doogal.co.uk/BatchReverseGeocoding.php" - }], - "name": "Coordinates", - "type": "folder" + }] }, { + "name": "Map Reporting Tools", + "type": "folder", "children": [ { "name": "BatchGeo", @@ -4067,11 +3954,11 @@ "name": "ScribbleMaps", "type": "url", "url": "http://scribblemaps.com/" - }], - "name": "Map Reporting Tools", - "type": "folder" + }] }, { + "name": "Mobile Coverage", + "type": "folder", "children": [ { "name": "OpenSignal", @@ -4082,9 +3969,7 @@ "name": "AntennaSearch", "type": "url", "url": "http://www.antennasearch.com/" - }], - "name": "Mobile Coverage", - "type": "folder" + }] }, { "name": "Google Maps", @@ -4146,11 +4031,6 @@ "type": "url", "url": "https://yandex.com/maps/" }, - { - "name": "TerraServer", - "type": "url", - "url": "https://www.terraserver.com/view" - }, { "name": "Google Earth", "type": "url", @@ -4191,11 +4071,6 @@ "type": "url", "url": "http://openstreetcam.org/" }, - { - "name": "Dronetheworld", - "type": "url", - "url": "http://www.dronetheworld.com/" - }, { "name": "Travel by Drone", "type": "url", @@ -4231,6 +4106,11 @@ "type": "url", "url": "http://www.openrailwaymap.org/" }, + { + "name": "OpenInfrastructureMap", + "type": "url", + "url": "openinframap.org/" + }, { "name": "OpenStreetMap Routing Service", "type": "url", @@ -4250,13 +4130,20 @@ "name": "Wayback Imagery", "type": "url", "url": "https://livingatlas.arcgis.com/wayback/" - }], - "name": "Geolocation Tools / Maps", - "type": "folder" + }, + { + "name": "SkyFi.com - Satellite Open Data (R)", + "type": "url", + "url": "https://app.skyfi.com/explore/open" + }] }, { + "name": "Search Engines", + "type": "folder", "children": [ { + "name": "General Search", + "type": "folder", "children": [ { "name": "Google", @@ -4332,12 +4219,36 @@ "name": "Hulbee", "type": "url", "url": "https://hulbee.com/" - }], - "name": "General Search", - "type": "folder" + }, + { + "name": "Mojeek", + "type": "url", + "url": "https://mojeek.com/" + }, + "name": "Swisscows", + "type": "url", + "url": "https://swisscows.com/" + }, + { + "name": "Brave", + "type": "url", + "url": "https://search.brave.com/" + }, + { + "name": "Stract", + "type": "url", + "url": "https://stract.com/" + }] }, { + "name": "Meta Search", + "type": "folder", "children": [ + { + "name": "Shuriken", + "type": "url", + "url": "http://shuriken.pm" + }, { "name": "iSEEK", "type": "url", @@ -4348,16 +4259,6 @@ "type": "url", "url": "http://biznar.com/biznar/desktop/en/search.html" }, - { - "name": "Carrot2", - "type": "url", - "url": "http://search.carrot2.org/stable/search" - }, - { - "name": "Yippy", - "type": "url", - "url": "http://yippy.com/" - }, { "name": "eTools.ch", "type": "url", @@ -4368,30 +4269,20 @@ "type": "url", "url": "https://searx.me/" }, - { - "name": "Addictomatic", - "type": "url", - "url": "http://addictomatic.com/" - }, { "name": "WhosTalkin", "type": "url", "url": "http://www.whostalkin.com/" }, - { - "name": "DMOZ", - "type": "url", - "url": "http://www.dmoz.org/" - }, { "name": "AnswerThePublic.com", "type": "url", "url": "http://answerthepublic.com/" - }], - "name": "Meta Search", - "type": "folder" + }] }, { + "name": "Code Search", + "type": "folder", "children": [ { "name": "PublicWWW", @@ -4421,12 +4312,12 @@ { "name": "GitLeaks", "type": "url", - "url": "https://gitleaks.com/" - }], - "name": "Code Search", - "type": "folder" + "url": "https://github.com/zricethezav/gitleaks" + }] }, { + "name": "FTP Search", + "type": "folder", "children": [ { "name": "GlobalFile", @@ -4442,16 +4333,11 @@ "name": "Napalm FTP", "type": "url", "url": "http://www.searchftps.net/" - }, - { - "name": "FileMare", - "type": "url", - "url": "http://filemare.com/en-us" - }], - "name": "FTP Search", - "type": "folder" + }] }, { + "name": "Academic / Publication Search", + "type": "folder", "children": [ { "name": "PubPeer", @@ -4572,11 +4458,11 @@ "name": "arXiv.org", "type": "url", "url": "https://arxiv.org/" - }], - "name": "Academic / Publication Search", - "type": "folder" + }] }, { + "name": "News Search", + "type": "folder", "children": [ { "name": "Paperboy Online Newspapers", @@ -4647,37 +4533,27 @@ "name": "NewsBot", "type": "url", "url": "https://getnewsbot.com/" - }], - "name": "News Search", - "type": "folder" + }] }, { + "name": "Other Search", + "type": "folder", "children": [ - { - "name": "Yobi3D - 3D Model Search", - "type": "url", - "url": "https://www.yobi3d.com/#!/" - }, { "name": "Colossus International Engine List", "type": "url", "url": "http://www.searchenginecolossus.com/" }, - { - "name": "SimilarSites", - "type": "url", - "url": "http://www.similarsites.com/browse" - }, - { - "name": "Economics Search Engine", - "type": "url", - "url": "http://ese.rfe.org/" - }, { "name": "AOL Search Database", "type": "url", "url": "http://search-id.com/" }, + { + "name": "Zenodo", + "type": "url", + "url": "https://zenodo.org/" + }, { "name": "EntityCube", "type": "url", @@ -4687,11 +4563,11 @@ "name": "FindTheData A Research Engine", "type": "url", "url": "http://www.findthedata.com/" - }], - "name": "Other Search", - "type": "folder" + }] }, { + "name": "Search Tools", + "type": "folder", "children": [ { "name": "Million Short", @@ -4729,14 +4605,14 @@ "url": "http://www.talkwalker.com/alerts" }, { - "name": "Google Correlate", + "name": "Google Trends", "type": "url", - "url": "https://www.google.com/trends/correlate/" - }], - "name": "Search Tools", - "type": "folder" + "url": "https://trends.google.com/trends/" + }] }, { + "name": "Search Engine Guides", + "type": "folder", "children": [ { "name": "Google Hacking Database", @@ -4752,11 +4628,11 @@ "name": "Google Guide Cheat Sheet", "type": "url", "url": "http://googleguide.com/help/calculator.html" - }], - "name": "Search Engine Guides", - "type": "folder" + }] }, { + "name": "Fact Checking", + "type": "folder", "children": [ { "name": "Hoaxy", @@ -4807,16 +4683,16 @@ "name": "MediaBugs", "type": "url", "url": "http://mediabugs.org/" - }], - "name": "Fact Checking", - "type": "folder" - }], - "name": "Search Engines", - "type": "folder" + }] + }] }, { + "name": "Forums / Blogs / IRC", + "type": "folder", "children": [ { + "name": "Forum Search Engines", + "type": "folder", "children": [ { "name": "BoardReader", @@ -4842,22 +4718,12 @@ "name": "Google Groups Search", "type": "url", "url": "https://groups.google.com/forum/#!overview" - }, - { - "name": "Yahoo Groups", - "type": "url", - "url": "https://groups.yahoo.com/neo/search?" - }], - "name": "Forum Search Engines", - "type": "folder" + }] }, { + "name": "Blog Search Engines", + "type": "folder", "children": [ - { - "name": "IceRocket", - "type": "url", - "url": "http://www.icerocket.com/advancedsearch?tab=blog&q=&n=&e=&a=&domain=&query=" - }, { "name": "Live Journal Seek", "type": "url", @@ -4868,25 +4734,15 @@ "type": "url", "url": "http://www.topix.com/search/article?q=" }, - { - "name": "Twingly Blog Search", - "type": "url", - "url": "https://www.twingly.com/search" - }, { "name": "Blog Search Engine", "type": "url", "url": "http://www.blogsearchengine.org/" - }, - { - "name": "Notey", - "type": "url", - "url": "http://www.notey.com/" - }], - "name": "Blog Search Engines", - "type": "folder" + }] }, { + "name": "IRC Search", + "type": "folder", "children": [ { "name": "Mibbit", @@ -4902,21 +4758,16 @@ "name": "netsplit.de", "type": "url", "url": "http://irc.netsplit.de/channels/search.php" - }, - { - "name": "BotBot.me", - "type": "url", - "url": "https://botbot.me/" - }], - "name": "IRC Search", - "type": "folder" - }], - "name": "Forums / Blogs / IRC", - "type": "folder" + }] + }] }, { + "name": "Archives", + "type": "folder", "children": [ { + "name": "Web", + "type": "folder", "children": [ { "name": "Internet Archive: Wayback Machine", @@ -4979,9 +4830,14 @@ "url": "http://pdfmyurl.com/" }, { - "name": "Bounce", + "name": "Common Crawl", "type": "url", - "url": "http://www.bounceapp.com/" + "url": "http://commoncrawl.org/" + }, + { + "name": "Anna's Archive", + "type": "url", + "url": "https://annas-archive.org/" }, { "name": "Browsershots", @@ -4992,22 +4848,22 @@ "name": "Waybackpack (T)", "type": "url", "url": "https://github.com/jsvine/waybackpack" - }], - "name": "Web", - "type": "folder" + }, + { + "name": "Web Archive-RU", + "type": "url", + "url": "https://web-arhive.ru/" + }] }, { + "name": "Data Leaks", + "type": "folder", "children": [ { "name": "Databases.Today", "type": "url", "url": "https://databases.today/" }, - { - "name": "Weleakinfo", - "type": "url", - "url": "https://search.weleakinfo.com/" - }, { "name": "Cryptome", "type": "url", @@ -5017,22 +4873,17 @@ "name": "WikiLeaks", "type": "url", "url": "https://wikileaks.org/" - }], - "name": "Data Leaks", - "type": "folder" + }] }, { + "name": "Public Datasets", + "type": "folder", "children": [ { "name": "Labled Faces in the Wild DB", "type": "url", "url": "http://vis-www.cs.umass.edu/lfw/" }, - { - "name": "Large-scale Scene Understanding Challenge", - "type": "url", - "url": "http://lsun.cs.princeton.edu/2016/" - }, { "name": "VisualGenome", "type": "url", @@ -5047,11 +4898,11 @@ "name": "Stanford Large Network Dataset Collection", "type": "url", "url": "http://snap.stanford.edu/data/#amazon" - }], - "name": "Public Datasets", - "type": "folder" + }] }, { + "name": "Other Media", + "type": "folder", "children": [ { "name": "Library of Congress: Digitized Newspapers - 1836-1922", @@ -5067,16 +4918,16 @@ "name": "TV Closed Caption Search", "type": "url", "url": "https://archive.org/details/tv" - }], - "name": "Other Media", - "type": "folder" - }], - "name": "Archives", - "type": "folder" + }] + }] }, { + "name": "Language Translation", + "type": "folder", "children": [ { + "name": "Text", + "type": "folder", "children": [ { "name": "DeepL Translator", @@ -5098,6 +4949,11 @@ "type": "url", "url": "http://www.bing.com/translator/" }, + { + "name": "Word Reference", + "type": "url", + "url": "https://www.wordreference.com/" + }, { "name": "Dictionary.com Translator", "type": "url", @@ -5132,11 +4988,11 @@ "name": "Urban Dictionary", "type": "url", "url": "http://www.urbandictionary.com/" - }], - "name": "Text", - "type": "folder" + }] }, { + "name": "Pictures", + "type": "folder", "children": [ { "name": "Online OCR", @@ -5157,39 +5013,32 @@ "name": "Online OCR", "type": "url", "url": "http://www.onlineocr.net/" - }], - "name": "Pictures", - "type": "folder" + }] }, { + "name": "Videos", + "type": "folder", "children": [ { - "name": "Personality Insights", + "name": "Eleven Labs Dubbing", "type": "url", - "url": "https://personality-insights-livedemo.mybluemix.net/" - }, - { - "name": "Tone Analyzer", - "type": "url", - "url": "https://tone-analyzer-demo.mybluemix.net/" - }, + "url": "https://elevenlabs.io/dubbing" + }] + }, + { + "name": "Analysis", + "type": "folder", + "children": [ { "name": "WhatTheFont", "type": "url", "url": "https://www.myfonts.com/WhatTheFont/" - }, - { - "name": "Apply Magic Sauce", - "type": "url", - "url": "https://applymagicsauce.com/demo.html" - }], - "name": "Analysis", - "type": "folder" - }], - "name": "Language Translation", - "type": "folder" + }] + }] }, { + "name": "Metadata", + "type": "folder", "children": [ { "name": "ExifTool (T)", @@ -5204,21 +5053,25 @@ { "name": "FOCA (T)", "type": "url", - "url": "https://www.elevenpaths.com/labstools/foca/index.html" + "url": "https://github.com/ElevenPaths/FOCA" }, { "name": "CodeTwo Outlook Export (T)", "type": "url", "url": "http://www.codetwo.com/freeware/outlook-export/" - }], - "name": "Metadata", - "type": "folder" + }] }, { + "name": "Mobile Emulation", + "type": "folder", "children": [ { + "name": "Android", + "type": "folder", "children": [ { + "name": "Emulation Tools", + "type": "folder", "children": [ { "name": "Genymotion (T)", @@ -5239,13 +5092,20 @@ "name": "Nox App Player", "type": "url", "url": "https://www.bignox.com/" - }], - "name": "Emulation Tools", - "type": "folder" + }, + { + "name": "Apk Online", + "type": "url", + "url": "https://www.apkonline.net/" + }] }, { + "name": "Apps", + "type": "folder", "children": [ { + "name": "Social Networking", + "type": "folder", "children": [ { "name": "Facebook (T)", @@ -5266,11 +5126,11 @@ "name": "Pinterest (T)", "type": "url", "url": "https://play.google.com/store/apps/details?id=com.pinterest" - }], - "name": "Social Networking", - "type": "folder" + }] }, { + "name": "Instant Messaging", + "type": "folder", "children": [ { "name": "Signal Private Messenger (T)", @@ -5311,11 +5171,11 @@ "name": "LINE (T)", "type": "url", "url": "https://play.google.com/store/apps/details?id=jp.naver.line.android" - }], - "name": "Instant Messaging", - "type": "folder" + }] }, { + "name": "Pictures", + "type": "folder", "children": [ { "name": "Instagram (T)", @@ -5326,11 +5186,11 @@ "name": "Flickr (T)", "type": "url", "url": "https://play.google.com/store/apps/details?id=com.yahoo.mobile.client.android.flickr" - }], - "name": "Pictures", - "type": "folder" + }] }, { + "name": "Streaming Video", + "type": "folder", "children": [ { "name": "Periscope (T)", @@ -5346,37 +5206,33 @@ "name": "Vine (T)", "type": "url", "url": "https://play.google.com/store/apps/details?id=co.vine.android" - }], - "name": "Streaming Video", - "type": "folder" + }] }, { "name": "Truecaller (T)", "type": "url", "url": "https://play.google.com/store/apps/details?id=com.truecaller" - }], - "name": "Apps", - "type": "folder" - }], - "name": "Android", - "type": "folder" - }], - "name": "Mobile Emulation", - "type": "folder" + }] + }] + }] }, { + "name": "Terrorism", + "type": "folder", "children": [ { "name": "Global Terrorism Database", "type": "url", "url": "http://www.start.umd.edu/gtd/" - }], - "name": "Terrorism", - "type": "folder" + }] }, { + "name": "Dark Web", + "type": "folder", "children": [ { + "name": "General Info", + "type": "folder", "children": [ { "name": "Reddit Deep Web", @@ -5392,26 +5248,31 @@ "name": "Reddit Darknet", "type": "url", "url": "https://www.reddit.com/r/darknet" - }], - "name": "General Info", - "type": "folder" + }] }, { + "name": "Clients", + "type": "folder", "children": [ { "name": "Tor Download (T)", "type": "url", "url": "https://www.torproject.org/download/download-easy.html.en" }, + { + "name": "Freenet Project (T)", + "type": "url", + "url": "https://freenetproject.org/pages/download.html" + }, { "name": "I2P Anonymous Network (T)", "type": "url", "url": "https://geti2p.net/en/" - }], - "name": "Clients", - "type": "folder" + }] }, { + "name": "Discovery", + "type": "folder", "children": [ { "name": "OnionScan", @@ -5447,11 +5308,11 @@ "name": "Onion Investigator", "type": "url", "url": "https://oint.ctrlbox.com/" - }], - "name": "Discovery", - "type": "folder" + }] }, { + "name": "TOR Search", + "type": "folder", "children": [ { "name": "Onion Cab", @@ -5487,11 +5348,11 @@ "name": "Ahmia", "type": "url", "url": "https://ahmia.fi/" - }], - "name": "TOR Search", - "type": "folder" + }] }, { + "name": "TOR Directories", + "type": "folder", "children": [ { "name": "Hidden Wiki", @@ -5502,19 +5363,7 @@ "name": "Core.onion", "type": "url", "url": "http://eqt5g4fuenphqinx.onion/" - }, - { - "name": "OnionTree", - "type": "url", - "url": "https://onionltd.github.io/" - }], - "name": "TOR Directories", - "type": "folder" - }, - { - "name": "Tor2web", - "type": "url", - "url": "https://tor2web.org/" + }] }, { "name": "Web O Proxy", @@ -5525,14 +5374,21 @@ "name": "IACA Dark Web Investigation Support", "type": "url", "url": "https://iaca-darkweb-tools.com/" - }], - "name": "Dark Web", - "type": "folder" + }] }, { + "name": "Digital Currency", + "type": "folder", "children": [ { + "name": "Bitcoin", + "type": "folder", "children": [ + { + "name": "OXT", + "type": "url", + "url": "https://oxt.me" + }, { "name": "Blocktrail", "type": "url", @@ -5582,11 +5438,11 @@ "name": "Orbit (T)", "type": "url", "url": "https://github.com/s0md3v/Orbit" - }], - "name": "Bitcoin", - "type": "folder" + }] }, { + "name": "Ethereum", + "type": "folder", "children": [ { "name": "Ether.Camp", @@ -5602,11 +5458,11 @@ "name": "Etherscan", "type": "url", "url": "https://etherscan.io/" - }], - "name": "Ethereum", - "type": "folder" + }] }, { + "name": "Monero", + "type": "folder", "children": [ { "name": "XMRChain.net", @@ -5622,14 +5478,12 @@ "name": "Chain Radar", "type": "url", "url": "https://chainradar.com/xmr/blocks" - }], - "name": "Monero", - "type": "folder" - }], - "name": "Digital Currency", - "type": "folder" + }] + }] }, { + "name": "Classifieds", + "type": "folder", "children": [ { "name": "Craigslist", @@ -5676,11 +5530,6 @@ "type": "url", "url": "http://www.totalcraigsearch.com/" }, - { - "name": "Backpage", - "type": "url", - "url": "http://www.backpage.com/" - }, { "name": "Search Tempest", "type": "url", @@ -5695,30 +5544,36 @@ "name": "Claz.org", "type": "url", "url": "http://claz.org/" - }], - "name": "Classifieds", - "type": "folder" - }, - { - "children": [ - { - "children": [ - - ], - "name": "Base64", - "type": "folder" }, { + "name": "francais-a-londres.org - French Classifieds", + "type": "url", + "url": "http://francais-a-londres.org/" + }] + }, + { + "name": "Encoding / Decoding", + "type": "folder", + "children": [ + { + "name": "Base64", + "type": "folder", + "children": [ + ] + }, + { + "name": "Barcodes / QR", + "type": "folder", "children": [ { "name": "ClearImage Barcode Reader", "type": "url", "url": "http://online-barcode-reader.inliteresearch.com/" - }], - "name": "Barcodes / QR", - "type": "folder" + }] }, { + "name": "Javascript", + "type": "folder", "children": [ { "name": "JS Beautifier", @@ -5749,23 +5604,25 @@ "name": "JavaScript Deobfuscator (T)", "type": "url", "url": "https://addons.mozilla.org/en-US/firefox/addon/javascript-deobfuscator/" - }], - "name": "Javascript", - "type": "folder" + }] }, { + "name": "PHP", + "type": "folder", "children": [ { "name": "DDecode - PHP Decoder", "type": "url", "url": "http://ddecode.com/phpdecoder/" - }], - "name": "PHP", - "type": "folder" + }] }, { + "name": "XOR", + "type": "folder", "children": [ { + "name": "Unix", + "type": "folder", "children": [ { "name": "XORSearch & XORStrings (T)", @@ -5781,21 +5638,21 @@ "name": "unxor (T)", "type": "url", "url": "https://github.com/tomchop/unxor" - }], - "name": "Unix", - "type": "folder" + }] }, { + "name": "Windows", + "type": "folder", "children": [ { "name": "Kahu Converter Utilities (T)", "type": "url", "url": "http://www.kahusecurity.com/tools/" - }], - "name": "Windows", - "type": "folder" + }] }, { + "name": "Python", + "type": "folder", "children": [ { "name": "iheartxor.py (T)", @@ -5816,12 +5673,8 @@ "name": "Balbuzard (T)", "type": "url", "url": "https://bitbucket.org/decalage/balbuzard" - }], - "name": "Python", - "type": "folder" - }], - "name": "XOR", - "type": "folder" + }] + }] }, { "name": "CyberChef", @@ -5832,14 +5685,21 @@ "name": "Functions Online", "type": "url", "url": "https://www.functions-online.com/" - }], - "name": "Encoding / Decoding", - "type": "folder" + }] }, { + "name": "Tools", + "type": "folder", "children": [ { + "name": "OSINT Automation", + "type": "folder", "children": [ + { + "name": "Vector (T)", + "type": "url", + "url": "https://github.com/thesaderror/vector" + }, { "name": "DataSploit (T)", "type": "url", @@ -5875,6 +5735,11 @@ "type": "url", "url": "https://ifttt.com/" }, + { + "name": "Slash", + "type": "url", + "url": "https://github.com/redc86/slash" + }, { "name": "Stringify", "type": "url", @@ -5919,21 +5784,36 @@ "name": "PhoneInfoga (T)", "type": "url", "url": "https://github.com/sundowndev/PhoneInfoga" - }], - "name": "OSINT Automation", - "type": "folder" + }, + { + "name": "IntelligenceX", + "type": "url", + "url": "https://intelx.io/" + }, + { + "name": "Scrummage (T)", + "type": "url", + "url": "https://github.com/matamorphosis/Scrummage" + }, + { + "name": "Analyst Research Tools", + "type": "url", + "url": "https://analystresearchtools.com" + }] }, { + "name": "Pentesting Recon", + "type": "folder", "children": [ { "name": "Low Hanging Fruit (T)", "type": "url", "url": "https://github.com/blindfuzzy/LHF" - }], - "name": "Pentesting Recon", - "type": "folder" + }] }, { + "name": "Virtual Machines", + "type": "folder", "children": [ { "name": "VMware Workstation Player (T)", @@ -5979,32 +5859,73 @@ "name": "Whonix (T)", "type": "url", "url": "https://www.whonix.org/wiki/Main_Page" - }], - "name": "Virtual Machines", - "type": "folder" + }] + }, + { + "name": "Wordlist", + "type": "folder", + "children": [ + { + "name": "OWASP D4N155 (T)", + "type": "url", + "url": "https://github.com/OWASP/D4N155" + }, + { + "name": "W Generator", + "type": "url", + "url": "https://app.wgen.io/" + } + ] }, { "name": "Paterva / Maltego (T)", "type": "url", "url": "https://www.maltego.com/" }, - { - "name": "Epic Privacy Browser (T)", - "type": "url", - "url": "https://www.epicbrowser.com/" - }, { "name": "Overview", "type": "url", "url": "https://www.overviewdocs.com/" - }], - "name": "Tools", - "type": "folder" + }, + { + "name": "Online Nikto scanner", + "type": "url", + "url": "https://nikto.online/" + }] }, { + "name": "AI Tools", + "type": "folder", "children": [ { + "name": "ChatGPT (R)", + "type": "url", + "url": "https://chatgpt.com/" + }, + { + "name": "DuckDuckGo AI Chat", + "type": "url", + "url": "https://duckduckgo.com/aichat" + }, + { + "name": "WormGPT-6 (R)", + "type": "url", + "url": "https://flowgpt.com/p/wormgpt-6" + }] + }, + { + "name": "Malicious File Analysis", + "type": "folder", + "children": [ + { + "name": "Search", + "type": "folder", "children": [ + { + "name": "InQuest Labs DFI/MalDoc Search", + "type": "url", + "url": "https://labs.inquest.net/dfi" + }, { "name": "Decalage Malware Search", "type": "url", @@ -6034,43 +5955,45 @@ "name": "National Software Reference Library", "type": "url", "url": "http://nsrl.hashsets.com/national_software_reference_library1_search.php" - }], - "name": "Search", - "type": "folder" + }] }, { + "name": "Hosted Automated Analysis", + "type": "folder", "children": [ { + "name": "Office Files", + "type": "folder", "children": [ { - "name": "XecScan", + "name": "InQuest DFI Maldoc Analyzer", "type": "url", - "url": "http://scan.xecure-lab.com/" + "url": "https://labs.inquest.net/dfi" + }, + { + "name": "TYLabs QuickSand Framework", + "type": "url", + "url": "https://scan.tylabs.com/" }, { "name": "JoeSandbox Document Analyzer", "type": "url", "url": "http://www.document-analyzer.net/" - }], - "name": "Office Files", - "type": "folder" + }] }, { + "name": "PDFs", + "type": "folder", "children": [ { - "name": "Wepawet", + "name": "TYLabs QuickSand Framework", "type": "url", - "url": "https://wepawet.iseclab.org/" - }, - { - "name": "ViCheck", - "type": "url", - "url": "https://www.vicheck.ca/" - }], - "name": "PDFs", - "type": "folder" + "url": "https://scan.tylabs.com/" + }] }, { + "name": "Android", + "type": "folder", "children": [ { "name": "Akana Android Malware", @@ -6081,9 +6004,7 @@ "name": "Joe APK Analyzer", "type": "url", "url": "https://www.apk-analyzer.net/" - }], - "name": "Android", - "type": "folder" + }] }, { "name": "VirusTotal", @@ -6091,9 +6012,9 @@ "url": "https://www.virustotal.com/" }, { - "name": "Malwr", + "name": "OPSWAT Meta Defender", "type": "url", - "url": "https://malwr.com/" + "url": "https://metadefender.opswat.com/#!/" }, { "name": "Hybrid Analysis", @@ -6101,9 +6022,14 @@ "url": "https://www.hybrid-analysis.com/" }, { - "name": "MalwareViz", + "name": "Malware Config", "type": "url", - "url": "https://www.malwareviz.com/" + "url": "https://malwareconfig.com/" + }, + { + "name": "MetaDefender", + "type": "url", + "url": "https://metadefender.opswat.com/" }, { "name": "Ether", @@ -6111,9 +6037,9 @@ "url": "http://ether.gtisc.gatech.edu/web_unpack" }, { - "name": "Eureka", + "name": "Jotti's Malware Scanner", "type": "url", - "url": "http://eureka.cyber-ta.org/" + "url": "https://virusscan.jotti.org/en-US/scan-file" }, { "name": "Blueliv Sandbox", @@ -6125,11 +6051,6 @@ "type": "url", "url": "https://consumer.valkyrie.comodo.com/" }, - { - "name": "Deepviz Sandbox", - "type": "url", - "url": "https://sandbox.deepviz.com/" - }, { "name": "detux Linux Sandbox", "type": "url", @@ -6145,30 +6066,25 @@ "type": "url", "url": "http://sandbox.pikker.ee/" }, - { - "name": "ThreatExpert Sandbox", - "type": "url", - "url": "http://www.threatexpert.com/submit.aspx" - }, { "name": "Koodous", "type": "url", "url": "https://koodous.com" }, - { - "name": "Anlyz.io", - "type": "url", - "url": "https://sandbox.anlyz.io" - }, { "name": "Any Run", "type": "url", "url": "https://app.any.run/" - }], - "name": "Hosted Automated Analysis", - "type": "folder" + }, + { + "name": "Uncover It", + "type": "url", + "url": "https://www.uncoverit.org/" + }] }, { + "name": "Office Files", + "type": "folder", "children": [ { "name": "Office Mal Scanner (T)", @@ -6179,11 +6095,11 @@ "name": "OffVis (T)", "type": "url", "url": "http://go.microsoft.com/fwlink/?LinkID=158791" - }], - "name": "Office Files", - "type": "folder" + }] }, { + "name": "PDFs", + "type": "folder", "children": [ { "name": "PDF Tools (T)", @@ -6194,19 +6110,17 @@ "name": "Origami Framework (T)", "type": "url", "url": "https://code.google.com/archive/p/origami-pdf/" - }], - "name": "PDFs", - "type": "folder" + }] }, { + "name": "PCAPs", + "type": "folder", "children": [ { "name": "Malware-Traffic-Analysis.net", "type": "url", "url": "http://www.malware-traffic-analysis.net/index.html" - }], - "name": "PCAPs", - "type": "folder" + }] }, { "name": "Ghidra (T)", @@ -6217,13 +6131,20 @@ "name": "Malware Analysis Tools", "type": "url", "url": "http://malwareanalysis.tools/" - }], - "name": "Malicious File Analysis", - "type": "folder" + }, + { + "name": "virustotal", + "type": "url", + "url": "https://www.virustotal.com/gui/home/upload" + }] }, { + "name": "Exploits & Advisories", + "type": "folder", "children": [ { + "name": "Default Passwords", + "type": "folder", "children": [ { "name": "Default Passwords DB", @@ -6259,9 +6180,12 @@ "name": "Hashes.org", "type": "url", "url": "https://hashes.org/" - }], - "name": "Default Passwords", - "type": "folder" + }] + }, + { + "name": "Vulert: Updated Open Source Vulnerability Database", + "type": "url", + "url": "https://vulert.com/vuln-db" }, { "name": "MITRE ATT&CK", @@ -6289,10 +6213,15 @@ "url": "https://nvd.nist.gov/" }, { - "name": "OSVDB: Open Sourced Vulnerability Database", + "name": "OSV Vulnerability Library", "type": "url", - "url": "http://osvdb.org/" + "url": "https://osv.dev/list" }, + { + "name": "Mend Vulnerability Database", + "type": "url", + "url": "https://www.mend.io/vulnerability-database/" + }, { "name": "CVE Details", "type": "url", @@ -6308,28 +6237,35 @@ "type": "url", "url": "https://www.owasp.org/index.php/Main_Page" }, - { - "name": "0day.today", - "type": "url", - "url": "http://0day.today/" - }, { "name": "Secunia", "type": "url", "url": "https://secuniaresearch.flexerasoftware.com/community/research/" }, + { + "name": "Australian Cyber Security Centre", + "type": "url", + "url": "https://www.cyber.gov.au/" + }, { "name": "Canadian Centre for Cyber Security", "type": "url", "url": "https://cyber.gc.ca/" - }], - "name": "Exploits & Advisories", - "type": "folder" + }] }, { + "name": "Threat Intelligence", + "type": "folder", "children": [ { + "name": "Phishing", + "type": "folder", "children": [ + { + "name": "SecAI.ai", + "type": "url", + "url": "https://secai.ai/research" + }, { "name": "https://openphish.com/feed.txt", "type": "url", @@ -6344,11 +6280,11 @@ "name": "PhishStats", "type": "url", "url": "https://phishstats.info/" - }], - "name": "Phishing", - "type": "folder" + }] }, { + "name": "IOC Tools", + "type": "folder", "children": [ { "name": "Jager", @@ -6384,11 +6320,11 @@ "name": "ThreatIngestor (T)", "type": "url", "url": "https://github.com/InQuest/ThreatIngestor" - }], - "name": "IOC Tools", - "type": "folder" + }] }, { + "name": "TTPs", + "type": "folder", "children": [ { "name": "Malware Exploit TTP Database", @@ -6399,9 +6335,7 @@ "name": "Mitre TTPs", "type": "url", "url": "https://attack.mitre.org/wiki/All_Techniques" - }], - "name": "TTPs", - "type": "folder" + }] }, { "name": "IBM X-Force Exchange", @@ -6418,6 +6352,26 @@ "type": "url", "url": "https://www.malwarepatrol.net/open-source.shtml" }, + { + "name": "AlienVault OTX", + "type": "url", + "url": "https://otx.alienvault.com/" + }, + { + "name": "FireHOL IP Lists ", + "type": "url", + "url": "http://iplists.firehol.org/" + }, + { + "name": "Maltiverse", + "type": "url", + "url": "https://maltiverse.com/start" + }, + { + "name": "Malpedia", + "type": "url", + "url": "https://malpedia.caad.fkie.fraunhofer.de/library" + }, { "name": "Project Honey Pot", "type": "url", @@ -6443,6 +6397,11 @@ "type": "url", "url": "https://github.com/csirtgadgets/massive-octo-spice" }, + { + "name": "Scam Database", + "type": "url", + "url": "https://www.scamdb.net" + }, { "name": "Bot Scout", "type": "url", @@ -6472,13 +6431,20 @@ "name": "Mr.Looquer IOC Feed - 1st Dual Stack Threat Feed", "type": "url", "url": "https://iocfeed.mrlooquer.com" - }], - "name": "Threat Intelligence", - "type": "folder" + }, + { + "name": "REScure Cyber Threat Intelligence Project", + "type": "url", + "url": "https://rescure.me/feeds.html" + }] }, { + "name": "OpSec", + "type": "folder", "children": [ { + "name": "Persona Creation", + "type": "folder", "children": [ { "name": "Fake Name Generator", @@ -6489,6 +6455,11 @@ "name": "Fake Identity Generator", "type": "url", "url": "http://justdelete.me/fake-identity-generator/" + }, + { + "name": "This Person Does Not Exist", + "type": "url", + "url": "https://thispersondoesnotexist.com/" }, { "name": "Random User Generator", @@ -6504,43 +6475,45 @@ "name": "Faker.js", "type": "url", "url": "https://cdn.rawgit.com/Marak/faker.js/master/examples/browser/index.html" - }], - "name": "Persona Creation", - "type": "folder" + }] }, { + "name": "Anonymous Browsing", + "type": "folder", "children": [ { + "name": "TOR", + "type": "folder", "children": [ { "name": "Tor Download (T)", "type": "url", "url": "https://www.torproject.org/download/download-easy.html.en" }, + { + "name": "Freenet Project (T)", + "type": "url", + "url": "https://freenetproject.org/pages/download.html" + }, { "name": "I2P Anonymous Network (T)", "type": "url", "url": "https://geti2p.net/en/" - }], - "name": "TOR", - "type": "folder" + }] }, { + "name": "Anonymous VPNs", + "type": "folder", "children": [ - { - "name": "DeepDotWeb VPN Comparison Chart", - "type": "url", - "url": "https://www.deepdotweb.com/vpn-comparison-chart/" - }, { "name": "VPN Comparisons - That One Privacy Site", "type": "url", "url": "https://thatoneprivacysite.net/" - }], - "name": "Anonymous VPNs", - "type": "folder" + }] }, { + "name": "Spoof User-Agent", + "type": "folder", "children": [ { "name": "UserAgentString.com", @@ -6556,11 +6529,11 @@ "name": "User Agent String Decoder", "type": "url", "url": "http://tools.tracemyip.org/user-agent-string-decoder/" - }], - "name": "Spoof User-Agent", - "type": "folder" + }] }, { + "name": "VPN Tests", + "type": "folder", "children": [ { "name": "IP / DNS Leak Detection", @@ -6616,11 +6589,11 @@ "name": "Trace My IP", "type": "url", "url": "http://www.tracemyip.org/" - }], - "name": "VPN Tests", - "type": "folder" + }] }, { + "name": "Browser Tests", + "type": "folder", "children": [ { "name": "Browser Statistics", @@ -6651,11 +6624,11 @@ "name": "Browserscope", "type": "url", "url": "http://www.browserscope.org/" - }], - "name": "Browser Tests", - "type": "folder" + }] }, { + "name": "Proxy Tests", + "type": "folder", "children": [ { "name": "Proxychecker", @@ -6666,10 +6639,7 @@ "name": "IP2Proxy", "type": "url", "url": "https://www.ip2proxy.com/" - - }], - "name": "Proxy Tests", - "type": "folder" + }] }, { "name": "NoScript (T)", @@ -6700,22 +6670,22 @@ "name": "LocaBrowser.com", "type": "url", "url": "http://www.locabrowser.com" - }], - "name": "Anonymous Browsing", - "type": "folder" + }] }, { + "name": "Privacy / Clean Up", + "type": "folder", "children": [ + { + "name": "Privacy Guides", + "type": "url", + "url": "https://www.privacyguides.org/en/" + }, { "name": "Just Delete Me", "type": "url", "url": "http://backgroundchecks.org/justdeleteme/" }, - { - "name": "Accountkiller.com", - "type": "url", - "url": "https://www.accountkiller.com/en" - }, { "name": "The Internet Privacy Handbook", "type": "url", @@ -6760,32 +6730,42 @@ "name": "The Many Hats Club - Privacy Resources", "type": "url", "url": "https://themanyhats.club/centralised-place-for-privacy-resources/" - }], - "name": "Privacy / Clean Up", - "type": "folder" + }, + { + "name": "The Hitchhiker’s Guide to Online Anonymity", + "type": "url", + "url": "https://anonymousplanet.org/guide/" + }] }, { + "name": "Metadata / Style", + "type": "folder", "children": [ { "name": "Anonymouth - Document Anonymization (T)", "type": "url", "url": "https://github.com/psal/anonymouth" - }], - "name": "Metadata / Style", - "type": "folder" - }], - "name": "OpSec", - "type": "folder" + }] + }] }, { + "name": "Documentation / Evidence Capture", + "type": "folder", "children": [ { + "name": "Web Browsing", + "type": "folder", "children": [ { "name": "Hunchly (T)", "type": "url", "url": "http://www.hunch.ly/" }, + { + "name": "Forensic OSINT (T)", + "type": "url", + "url": "https://www.forensicosint.com/" + }, { "name": "Fiddler (T)", "type": "url", @@ -6820,11 +6800,16 @@ "name": "Full Page Screen Capture Chrome Extension (T)", "type": "url", "url": "https://github.com/mrcoles/full-page-screen-capture-chrome-extension" - }], - "name": "Web Browsing", - "type": "folder" + }, + { + "name": "EZR OSINT Sidebar (T)", + "type": "url", + "url": "https://chromewebstore.google.com/detail/ezr-osint-sidebar/joagbbgciboooipadijeaoidjjigdmof" + }] }, { + "name": "Screen Capture", + "type": "folder", "children": [ { "name": "FRAPS (T)", @@ -6840,11 +6825,11 @@ "name": "Greenshot (T)", "type": "url", "url": "https://getgreenshot.org/" - }], - "name": "Screen Capture", - "type": "folder" + }] }, { + "name": "Map Locations", + "type": "folder", "children": [ { "name": "BatchGeo", @@ -6861,37 +6846,27 @@ "type": "url", "url": "http://labs.teehanlax.com/project/hyperlapse" }, - { - "name": "Google Maps Streetview Player", - "type": "url", - "url": "http://brianfolts.com/driver/" - }, { "name": "ZeeMaps", "type": "url", "url": "https://www.zeemaps.com/" - }], - "name": "Map Locations", - "type": "folder" + }] }, { "name": "Timeline JS3", "type": "url", "url": "http://timeline.knightlab.com/" - }], - "name": "Documentation", - "type": "folder" + }] }, { + "name": "Training", + "type": "folder", "children": [ { + "name": "Games", + "type": "folder", "children": [ - { - "name": "A Google A Day", - "type": "url", - "url": "http://www.agoogleaday.com/" - }, - { + { "name": "GeoGuesser", "type": "url", "url": "https://geoguessr.com/" @@ -6900,14 +6875,12 @@ "name": "Verif!cation Quiz Bot", "type": "url", "url": "https://twitter.com/quiztime" - }], - "name": "Games", - "type": "folder" + }] }, { - "name": "AutomatingOSINT.com", + "name": "Forensic OSINT KB Guides", "type": "url", - "url": "http://register.automatingosint.com/" + "url": "https://www.forensicosint.com/osint-guide" }, { "name": "Open Source Intelligence Techniques", @@ -6919,24 +6892,21 @@ "type": "url", "url": "https://plessas.net/online-training" }, + { + "name": "The OSINTion", + "type": "url", + "url": "https://www.theosintion.com/courses" + }, { "name": "SANS SEC487 OSINT Class", "type": "url", "url": "https://www.sans.org/sec487" }, - { - "name": "NetBootCamp", - "type": "url", - "url": "https://netbootcamp.org/trainingprogram/" - }, { "name": "Smart Questions", "type": "url", "url": "http://www.catb.org/esr/faqs/smart-questions.html" - }], - "name": "Training", - "type": "folder" - }], - "name": "OSINT Framework", - "type": "folder" + }] + }] } + diff --git a/public/css/arf.css b/public/css/arf.css index 42e11d7..2b04000 100644 --- a/public/css/arf.css +++ b/public/css/arf.css @@ -4,6 +4,19 @@ body { font-family: "Helvetica Neue", Helvetica; } +noscript p{ + text-align: center; + background-color: rgb(255, 228, 196); + margin: 0 auto; + width: 80vw; + padding: 25px 0; + margin-top: 80px; + border-radius: 10px; + border: 1px solid rgb(255, 204, 153); + margin-bottom: 20px; + display: flex-wrap; +} + #body { margin: 0 auto; position: relative; @@ -16,6 +29,20 @@ body { text-align: center; } +.dark-Mode{ + background-color: #000; + color: #fff; + .node text { + fill: #fff; + } + .legend{ + color: #fff; + } + path.link{ + stroke: #444; + } +} + .legend { position: absolute; top: 0px; diff --git a/public/index.html b/public/index.html index 5ddc070..c467f3b 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,10 @@ OSINT Framework - +
+

Notes

OSINT framework focused on gathering information from free tools or resources. The intention is to help people find free OSINT resources. Some of the sites included might require registration or offer more data for $$$, but you should be able to get at least a portion of the available information for no cost.
diff --git a/public/js/arf.js b/public/js/arf.js index 357f158..ca3b2d5 100644 --- a/public/js/arf.js +++ b/public/js/arf.js @@ -148,4 +148,9 @@ function toggle(d) { d.children = d._children; d._children = null; } -} \ No newline at end of file +} +//Togle Dark Mode +function goDark() { + var element = document.body; + element.classList.toggle("dark-Mode"); +} \ No newline at end of file