[
  {
    "path": ".bowerrc",
    "content": "{\n  \"directory\" : \"public/js/vendor\"\n}\n"
  },
  {
    "path": ".gitignore",
    "content": "# vendor packages #\n######################\npublic/js/vendor\nnode_modules\n\n# OS generated files #\n######################\n.DS_Store\n.DS_Store?\n._*\n.Spotlight-V100\n.Trashes\nehthumbs.db\nThumbs.db\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2017 Justin Nordine (https://github.com/s0lray)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "# OSINT Framework\n\nhttp://osintframework.com\n\n## Notes\nOSINT 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.\n\nI originally created this framework with an information security point of view. Since then, the response from other fields and disciplines has been incredible. I would love to be able to include any other OSINT resources, especially from fields outside of infosec. Please let me know about anything that might be missing!\n\nPlease visit the framework at the link below and good hunting!\n\nhttps://osintframework.com\n\n### Legend\n(T) - Indicates a link to a tool that must be installed and run locally  \n(D) - Google Dork, for more information: <a href=\"https://en.wikipedia.org/wiki/Google_hacking\">Google Hacking</a>  \n(R) - Requires registration  \n(M) - Indicates a URL that contains the search term and the URL itself must be edited manually  \n\n### For Update Notifications\nFollow me on Twitter: @jnordine - https://twitter.com/jnordine  \nWatch or star the project on Github: https://github.com/lockfale/osint-framework\n\n### Suggestions, Comments, Feedback\nFeedback or new tool suggestions are extremely welcome!  Please feel free to submit a pull request or open an issue on github or reach out on Twitter.\n\n### Contribute with a GitHub Pull Request\nFor new resources, please ensure that the site is available for public and free use.\n<ol start=\"1\">\n  <li>Update the arf.json file in the format shown below. If this isn't the first entry for a folder, add a comma to the last closing brace of the previous entry.</li>\n</ol>\n\n```\n{\n  \"name\": \"Example Name\",\n  \"type\": \"url\",\n  \"url\": \"http://example.com\"\n}\n```\n\n<ol start=\"2\">\n  <li>Submit pull request!</li>\n</ol>\n\nThank you!\n\n## OSINT Framework Website\n\nhttps://osintframework.com\n\nHappy Hunting!"
  },
  {
    "path": "bower.json",
    "content": "{\n  \"name\": \"ARF\",\n  \"main\": \"index.html\",\n  \"homepage\": \"https://github.com/lockfale/ARF\",\n  \"authors\": [\n    \"Justin Nordine (s0lray)\"\n  ],\n  \"description\": \"Advanced Reconnaissance Framework\",\n  \"license\": \"\",\n  \"dependencies\": {\n    \"d3\": \"3.5.16\"\n  }\n}\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"arf\",\n  \"version\": \"1.0.0\",\n  \"description\": \"Advanced Reconnaissance Framework\",\n  \"main\": \"public/index.html\",\n  \"scripts\": {\n    \"postinstall\": \"copyfiles -f ./node_modules/d3/d3.min.js ./public/js/vendor/d3\",\n    \"start\": \"cd ./public; python -m SimpleHTTPServer 8000\"\n  },\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"git+https://github.com/lockfale/ARF.git\"\n  },\n  \"author\": \"Justin Nordine (s0lray)\",\n  \"license\": \"\",\n  \"bugs\": {\n    \"url\": \"https://github.com/lockfale/ARF/issues\"\n  },\n  \"homepage\": \"https://github.com/lockfale/ARF#readme\",\n  \"devDependencies\": {\n    \"copyfiles\": \"^1.0.0\",\n    \"d3\": \"^3.5.16\"\n  }\n}\n"
  },
  {
    "path": "public/arf.json",
    "content": "{\n  \"name\": \"OSINT Framework\",\n  \"type\": \"folder\",\n  \"children\": [\n  {\n    \"name\": \"Username\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Username Search Engines\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Sylva Identity Discovery (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://sylva.pfeister.dev/\"\n      },\n      {\n        \"name\": \"Sherlock (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/sherlock-project/sherlock\"\n      },\n      {\n        \"name\": \"WhatsMyName\",\n        \"type\": \"url\",\n        \"url\": \"https://whatsmyname.app/\"\n      },\n      {\n        \"name\": \"Namechk\",\n        \"type\": \"url\",\n        \"url\": \"https://namechk.com/\"\n      },\n      {\n        \"name\": \"UserSearch.org\",\n        \"type\": \"url\",\n        \"url\": \"https://usersearch.org/\"\n      },\n      {\n        \"name\": \"WhatsMyName (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/WebBreacher/WhatsMyName\"\n      },\n      {\n        \"name\": \"WhatsMyName\",\n        \"type\": \"url\",\n        \"url\": \"https://whatsmyname.app/\"\n      },\n      {\n        \"name\": \"Thats Them\",\n        \"type\": \"url\",\n        \"url\": \"https://thatsthem.com/\"\n      },\n      {\n        \"name\": \"NameCheckup\",\n        \"type\": \"url\",\n        \"url\": \"https://namecheckup.com/\"\n      },\n      {\n        \"name\": \"Instant Username Search\",\n        \"type\": \"url\",\n        \"url\": \"https://instantusername.com/\"\n      },\n      {\n        \"name\": \"Sherlock\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/sherlock-project/sherlock\"\n      },\n      {\n        \"name\": \"IDCrawl Username Search\",\n        \"type\": \"url\",\n        \"url\": \"https://www.idcrawl.com/username\"\n      },\n      {\n        \"name\": \"Names Directory\",\n        \"type\": \"url\",\n        \"url\": \"https://namesdir.com/\"\n      }]\n    },\n    {\n      \"name\": \"Specific Sites\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Amazon Usernames (M)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.google.com/search?q=site:amazon.com+%3Cusername%3E\"\n      },\n      {\n        \"name\": \"Github User (M)\",\n        \"type\": \"url\",\n        \"url\": \"https://api.github.com/users/%3Cusername%3E/events/public\"\n      },\n      {\n        \"name\": \"Tinder Usernames (M)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.gotinder.com/@%3Cusername%3E\"\n      },\n      {\n        \"name\": \"Keybase\",\n        \"type\": \"url\",\n        \"url\": \"https://keybase.io/\"\n      },\n      {\n        \"name\": \"MIT PGP Key Server\",\n        \"type\": \"url\",\n        \"url\": \"http://pgp.mit.edu/\"\n      }\n      {\n        \"name\": \"ProtonMail users (M)\",\n        \"type\": \"url\",\n        \"url\": \"https://api.protonmail.ch/pks/lookup?op=index&search=<username>@protonmail.com\"\n      },\n      {\n        \"name\": \"ProtonMail Domains (M)\",\n        \"type\": \"url\",\n        \"url\": \"https://api.protonmail.ch/pks/lookup?op=index&search=<email_address>\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"Email Address\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Email Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Sylva Identity Discovery (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://sylva.pfeister.dev/\"\n      },\n      {\n        \"name\": \"ThatsThem\",\n        \"type\": \"url\",\n        \"url\": \"https://thatsthem.com/reverse-email-lookup\"\n      },\n      {\n        \"name\": \"Hunter\",\n        \"type\": \"url\",\n        \"url\": \"https://hunter.io/\"\n      },\n      {\n        \"name\": \"Email to Address (R)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.melissadata.com/lookups/emails.asp\"\n      },\n      {\n        \"name\": \"VoilaNorbert\",\n        \"type\": \"url\",\n        \"url\": \"https://www.voilanorbert.com/\"\n      },\n      {\n        \"name\": \"GHunt (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/mxrch/GHunt\"\n      },\n      {\n        \"name\": \"OSINT Industries\",\n        \"type\": \"url\",\n        \"url\": \"https://osint.industries/\"\n      },\n      {\n        \"name\": \"theHarvester (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/laramies/theHarvester\"\n      },\n      {\n        \"name\": \"Infoga (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/m4ll0k/infoga\"\n      },\n      {\n        \"name\": \"Skymem\",\n        \"type\": \"url\",\n        \"url\": \"http://www.skymem.info/\"\n      },\n      {\n        \"name\": \"Epieos Email Tool\",\n        \"type\": \"url\",\n        \"url\": \"https://tools.epieos.com/email.php\"\n      },\n      {\n        \"name\": \"Holehe (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/megadose/holehe\"\n      }]\n    },\n    {\n      \"name\": \"Common Email Formats\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Email Format\",\n        \"type\": \"url\",\n        \"url\": \"https://www.email-format.com/\"\n      },\n      {\n        \"name\": \"Email Permutator\",\n        \"type\": \"url\",\n        \"url\": \"http://metricsparrow.com/toolkit/email-permutator/\"\n      },\n      {\n        \"name\": \"OneLook Reverse Dictionary and Thesaurus\",\n        \"type\": \"url\",\n        \"url\": \"http://www.onelook.com/reverse-dictionary.shtml\"\n      }]\n    },\n    {\n      \"name\": \"Email Verification\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Reacher Github (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/reacherhq/check-if-email-exists\"\n      },\n      {\n        \"name\": \"Reacher Demo\",\n        \"type\": \"url\",\n        \"url\": \"https://reacher.email\"\n      },\n      {\n        \"name\": \"MailScrap\",\n        \"type\": \"url\",\n        \"url\": \"https://mailscrap.com/\"\n      },\n      {\n        \"name\": \"Read Notify\",\n        \"type\": \"url\",\n        \"url\": \"http://www.readnotify.com/\"\n      },\n      {\n        \"name\": \"Email Reputation\",\n        \"type\": \"url\",\n        \"url\": \"https://emailrep.io/\"\n      },\n      {\n        \"name\": \"MailboxValidator\",\n        \"type\": \"url\",\n        \"url\": \"https://www.mailboxvalidator.com/demo\"\n      }]\n    },\n    {\n      \"name\": \"Breach Data\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Have I been pwned?\",\n        \"type\": \"url\",\n        \"url\": \"https://haveibeenpwned.com/\"\n      },\n      {\n        \"name\": \"Hudson Rock\",\n        \"type\": \"url\",\n        \"url\": \"https://www.hudsonrock.com/threat-intelligence-cybercrime-tools\"\n      },\n      {\n        \"name\": \"DeHashed (R)\",\n        \"type\": \"url\",\n        \"url\": \"https://dehashed.com/\"\n      },\n      {\n        \"name\": \"Vigilante.pw\",\n        \"type\": \"url\",\n        \"url\": \"https://www.vigilante.pw/\"\n      },\n      {\n        \"name\": \"Ashley Madison Emails\",\n        \"type\": \"url\",\n        \"url\": \"https://ashley.cynic.al/\"\n      }]\n    },\n    {\n      \"name\": \"Mail Blacklists\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"MxToolbox\",\n        \"type\": \"url\",\n        \"url\": \"http://mxtoolbox.com/\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"Domain Name\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Whois Records\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Domain Dossier\",\n        \"type\": \"url\",\n        \"url\": \"http://centralops.net/co/DomainDossier.aspx\"\n      },\n      {\n        \"name\": \"domainIQ\",\n        \"type\": \"url\",\n        \"url\": \"https://www.domainiq.com/\"\n      },\n      {\n        \"name\": \"DomainTools Whois\",\n        \"type\": \"url\",\n        \"url\": \"http://whois.domaintools.com/\"\n      },\n      {\n        \"name\": \"SWITCH Internet Domains Whois (.ch)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.nic.ch/whois/\"\n      },\n      {\n        \"name\": \"Domain Big Data\",\n        \"type\": \"url\",\n        \"url\": \"http://domainbigdata.com/\"\n      },\n      {\n        \"name\": \"Whoisology\",\n        \"type\": \"url\",\n        \"url\": \"https://whoisology.com/#advanced\"\n      },\n      {\n        \"name\": \"Whois ARIN\",\n        \"type\": \"url\",\n        \"url\": \"https://whois.arin.net/ui/advanced.jsp\"\n      },\n      {\n        \"name\": \"DNSstuff\",\n        \"type\": \"url\",\n        \"url\": \"https://tools.dnsstuff.com/\"\n      },\n      {\n        \"name\": \"Robtex (R)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.robtex.com/\"\n      },\n      {\n        \"name\": \"Domaincrawler.com\",\n        \"type\": \"url\",\n        \"url\": \"http://www.domaincrawler.com/\"\n      },\n      {\n        \"name\": \"MarkMonitor Whois Search\",\n        \"type\": \"url\",\n        \"url\": \"https://domains.markmonitor.com/whois/\"\n      },\n      {\n        \"name\": \"easyWhois\",\n        \"type\": \"url\",\n        \"url\": \"https://www.easywhois.com/\"\n      },\n      {\n        \"name\": \"Website Informer\",\n        \"type\": \"url\",\n        \"url\": \"http://website.informer.com/\"\n      },\n      {\n        \"name\": \"Who.is\",\n        \"type\": \"url\",\n        \"url\": \"https://who.is/\"\n      },\n      {\n        \"name\": \"Whois AMPed\",\n        \"type\": \"url\",\n        \"url\": \"https://whoisamped.com/\"\n      },\n      {\n        \"name\": \"ViewDNS.info\",\n        \"type\": \"url\",\n        \"url\": \"http://viewdns.info/\"\n      },\n      {\n        \"name\": \"Daily DNS Changes\",\n        \"type\": \"url\",\n        \"url\": \"http://www.dailychanges.com/\"\n      },\n      {\n        \"name\": \"IP2WHOIS\",\n        \"type\": \"url\",\n        \"url\": \"https://www.ip2whois.com\"\n      },\n      {\n        \"name\": \"Netlas.io\",\n        \"type\": \"url\",\n        \"url\": \"https://app.netlas.io/whois_domains/\"\n      }]\n    },\n    {\n      \"name\": \"Subdomains\",\n      \"type\": \"folder\",\n      \"children\": [\n        {\n        \"name\": \"SynapsInt\",\n        \"type\": \"url\",\n        \"url\": \"https://synapsint.com\"\n      },\n      {\n        \"name\": \"Aquatone (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/michenriksen/aquatone\"\n      },\n      {\n        \"name\": \"FindSubDomains\",\n        \"type\": \"url\",\n        \"url\": \"https://findsubdomains.com/\"\n      },\n      {\n        \"name\": \"Google Subdomains (D)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.google.com/?gws_rd=ssl#q=site:%3Cdomain.com%3E\"\n      },\n      {\n        \"name\": \"Recon-ng (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/lanmaster53/recon-ng\"\n      },\n      {\n        \"name\": \"XRay\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/evilsocket/xray\"\n      },\n      {\n        \"name\": \"DNS Recon (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/darkoperator/dnsrecon\"\n      },\n      {\n        \"name\": \"Gobuster (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/OJ/gobuster\"\n      },\n      {\n        \"name\": \"Fierce Domain Scanner (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/davidpepper/fierce-domain-scanner\"\n      },\n      {\n        \"name\": \"Bluto (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/darryllane/Bluto\"\n      },\n      {\n        \"name\": \"OWASP Maryam (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/saeeddhqan/Maryam\"\n      },\n      {\n        \"name\": \"theHarvester (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/laramies/theHarvester\"\n      },\n      {\n        \"name\": \"Pentest-tools.com Subdomains\",\n        \"type\": \"url\",\n        \"url\": \"https://pentest-tools.com/information-gathering/find-subdomains-of-domain\"\n      },\n      {\n        \"name\": \"SecLists DNS Subdomains (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/danielmiessler/SecLists/tree/master/Discovery/DNS\"\n      },\n      {\n        \"name\": \"dnspop (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/bitquark/dnspop\"\n      },\n      {\n        \"name\": \"gdns (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/hrbrmstr/gdns\"\n      },\n      {\n        \"name\": \"Sublist3r\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/aboul3la/Sublist3r\"\n      },\n      {\n        \"name\": \"AltDNS (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/infosec-au/altdns\"\n      },\n      {\n        \"name\": \"Netlas.io\",\n        \"type\": \"url\",\n        \"url\": \"https://app.netlas.io/domains/\"\n      }]\n    },\n    {\n      \"name\": \"Discovery\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Shodan\",\n        \"type\": \"url\",\n        \"url\": \"https://www.shodan.io/\"\n      },\n      {\n        \"name\": \"Netlas.io\",\n        \"type\": \"url\",\n        \"url\": \"https://app.netlas.io/\"\n      },\n      {\n        \"name\": \"ODIN (R)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.getodin.com/\"\n      },\n      {\n        \"name\": \"Kraken (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/Sw4mpf0x/Kraken\"\n      },\n      {\n      \"name\": \"SecurityTrails (R)\",\n      \"type\": \"url\",\n      \"url\": \"https://securitytrails.com/\"\n      },\n      {\n        \"name\": \"Online Nikto scanner\",\n        \"type\": \"url\",\n        \"url\": \"https://nikto.online/\"\n      },\n      {\n        \"name\": \"urlscan.io\",\n        \"type\": \"url\",\n        \"url\": \"https://urlscan.io/search/#*\"\n      },\n      {\n        \"name\": \"Daily DNS Changes\",\n        \"type\": \"url\",\n        \"url\": \"http://www.dailychanges.com/\"\n      },\n      {\n        \"name\": \"Redirect Detective\",\n        \"type\": \"url\",\n        \"url\": \"http://redirectdetective.com/\"\n      },\n      {\n        \"name\": \"Sitediff (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/digininja/sitediff\"\n      },\n      {\n        \"name\": \"BuiltWith\",\n        \"type\": \"url\",\n        \"url\": \"https://builtwith.com/\"\n      },\n      {\n        \"name\": \"Wappalyzer\",\n        \"type\": \"url\",\n        \"url\": \"https://www.wappalyzer.com/\"\n      },\n      {\n        \"name\": \"AnalyzeID\",\n        \"type\": \"url\",\n        \"url\": \"http://analyzeid.com/\"\n      },\n      {\n        \"name\": \"Criminal IP Search\",\n        \"type\": \"url\",\n        \"url\": \"https://www.criminalip.io/\"\n      },\n      {\n        \"name\": \"urlDNA\",\n        \"type\": \"url\",\n        \"url\": \"https://urldna.io\"\n      }]\n    },\n    {\n      \"name\": \"Certificate Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Shodan\",\n        \"type\": \"url\",\n        \"url\": \"https://www.shodan.io/\"\n      },\n      {\n        \"name\": \"Google's Certificate Transparency\",\n        \"type\": \"url\",\n        \"url\": \"https://www.certificate-transparency.org/known-logs\"\n      },\n      {\n        \"name\": \"Spyse\",\n        \"type\": \"url\",\n        \"url\": \"https://spyse.com/search/certificate\"\n      },\n      {\n        \"name\": \"Censys\",\n        \"type\": \"url\",\n        \"url\": \"https://censys.io/\"\n      },\n      {\n        \"name\": \"crt.sh - Certificate Search\",\n        \"type\": \"url\",\n        \"url\": \"https://crt.sh/?\"\n      },\n      {\n        \"name\": \"certgraph (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/lanrat/certgraph\"\n      },\n      {\n        \"name\": \"ODIN (R)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.getodin.com/\"\n      },\n      {\n        \"name\": \"Netlas.io\",\n        \"type\": \"url\",\n        \"url\": \"https://app.netlas.io/certs/\"\n      }]\n    },\n    {\n      \"name\": \"PassiveDNS\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Security Trails (R)\",\n        \"type\": \"url\",\n        \"url\": \"https://securitytrails.com/\"\n      },\n      {\n        \"name\": \"Mnemonic\",\n        \"type\": \"url\",\n        \"url\": \"http://passivedns.mnemonic.no/\"\n      },\n      {\n        \"name\": \"DNS History\",\n        \"type\": \"url\",\n        \"url\": \"http://dnshistory.org/\"\n      },\n      {\n        \"name\": \"PTRarchive.com\",\n        \"type\": \"url\",\n        \"url\": \"http://ptrarchive.com/\"\n      },\n      {\n        \"name\": \"DNS Dumpster\",\n        \"type\": \"url\",\n        \"url\": \"https://dnsdumpster.com/\"\n      },\n      {\n        \"name\": \"Deteque (R)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.deteque.com/\"\n      }]\n    },\n    {\n      \"name\": \"Reputation\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"AbuseIPDB (Webpage and API)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.abuseipdb.com/\"\n      },\n      {\n        \"name\": \"UrlQuery.net\",\n        \"type\": \"url\",\n        \"url\": \"http://urlquery.net/\"\n      },\n      {\n        \"name\": \"PassiveTotal\",\n        \"type\": \"url\",\n        \"url\": \"https://www.passivetotal.org/\"\n      },\n      {\n        \"name\": \"URL Void\",\n        \"type\": \"url\",\n        \"url\": \"http://www.urlvoid.com/\"\n      },\n      {\n        \"name\": \"Threat Crowd\",\n        \"type\": \"url\",\n        \"url\": \"https://www.threatcrowd.org/\"\n      },\n      {\n        \"name\": \"FortiGuard Reputation Service\",\n        \"type\": \"url\",\n        \"url\": \"http://fortiguard.com/iprep\"\n      },\n      {\n        \"name\": \"McAfee TrustedSource\",\n        \"type\": \"url\",\n        \"url\": \"http://www.trustedsource.org/\"\n      },\n      {\n        \"name\": \"Trend Micro Site Safety Center\",\n        \"type\": \"url\",\n        \"url\": \"https://global.sitesafety.trendmicro.com/\"\n      },\n      {\n        \"name\": \"WatchGuard ReputationAuthority\",\n        \"type\": \"url\",\n        \"url\": \"http://www.reputationauthority.org/\"\n      },\n      {\n        \"name\": \"Sucuri SiteCheck\",\n        \"type\": \"url\",\n        \"url\": \"https://sitecheck.sucuri.net/\"\n      },\n      {\n        \"name\": \"ThreatMiner.org\",\n        \"type\": \"url\",\n        \"url\": \"https://www.threatminer.org/\"\n      },\n      {\n        \"name\": \"BlueCoat WebPulse\",\n        \"type\": \"url\",\n        \"url\": \"https://sitereview.bluecoat.com/sitereview.jsp\"\n      },\n      {\n        \"name\": \"Zscaler Zulu URL Risk Analyzer\",\n        \"type\": \"url\",\n        \"url\": \"http://zulu.zscaler.com/\"\n      },\n      {\n        \"name\": \"Joe Sandbox Url Analyzer\",\n        \"type\": \"url\",\n        \"url\": \"https://www.url-analyzer.net/\"\n      },\n      {\n        \"name\": \"Deepviz Domain Search\",\n        \"type\": \"url\",\n        \"url\": \"https://search.deepviz.com/\"\n      },\n      {\n        \"name\": \"Cisco SenderBase\",\n        \"type\": \"url\",\n        \"url\": \"http://www.senderbase.org/\"\n      },\n      {\n        \"name\": \"AVG Threat Labs\",\n        \"type\": \"url\",\n        \"url\": \"http://www.avgthreatlabs.com/ww-en/website-safety-reports/\"\n      },\n      {\n        \"name\": \"Webroot BrightCloud URL/IP Lookup\",\n        \"type\": \"url\",\n        \"url\": \"http://www.brightcloud.com/tools/url-ip-lookup.php\"\n      },\n      {\n        \"name\": \"vURL Online\",\n        \"type\": \"url\",\n        \"url\": \"https://vurldissect.co.uk/\"\n      },\n      {\n        \"name\": \"AlienVault Open Threat Exchange\",\n        \"type\": \"url\",\n        \"url\": \"https://otx.alienvault.com/browse/pulses/\"\n      },\n      {\n        \"name\": \"Malware Domain List\",\n        \"type\": \"url\",\n        \"url\": \"http://www.malwaredomainlist.com/mdl.php\"\n      },\n      {\n        \"name\": \"Web Inspector Online Scan\",\n        \"type\": \"url\",\n        \"url\": \"http://app.webinspector.com/\"\n      },\n      {\n        \"name\": \"Google Safe Browsing API\",\n        \"type\": \"url\",\n        \"url\": \"https://developers.google.com/safe-browsing/?csw=1\"\n      },\n      {\n        \"name\": \"hpHosts Online\",\n        \"type\": \"url\",\n        \"url\": \"http://hosts-file.net/\"\n      }]\n    },\n    {\n      \"name\": \"Domain Blacklists\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Ransomware Tracker Abuse.ch\",\n        \"type\": \"url\",\n        \"url\": \"http://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt\"\n      },\n      {\n        \"name\": \"Threatexpert.com Malicious URLs\",\n        \"type\": \"url\",\n        \"url\": \"http://www.networksec.org/grabbho/block.txt\"\n      },\n      {\n        \"name\": \"Zeus C2 Tracker\",\n        \"type\": \"url\",\n        \"url\": \"https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist\"\n      },\n      {\n        \"name\": \"Malware Domains Blacklist\",\n        \"type\": \"url\",\n        \"url\": \"http://mirror1.malwaredomains.com/files/domains.txt\"\n      },\n      {\n        \"name\": \"Blackweb\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/maravento/blackweb\"\n      },\n      {\n        \"name\": \"Critical Stack Intel (R)\",\n        \"type\": \"url\",\n        \"url\": \"https://intel.criticalstack.com/\"\n      },\n      {\n        \"name\": \"DNS Sinkhole\",\n        \"type\": \"url\",\n        \"url\": \"http://malc0de.com/bl/\"\n      },\n      {\n        \"name\": \"DNS-BH Malware Domain Blocklist\",\n        \"type\": \"url\",\n        \"url\": \"http://www.malwaredomains.com/wordpress/?page_id=66\"\n      },\n      {\n        \"name\": \"Malware Domain List\",\n        \"type\": \"url\",\n        \"url\": \"http://www.malwaredomainlist.com/hostslist/hosts.txt\"\n      },\n      {\n        \"name\": \"Malware Patrol (R)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.malware.com.br/open-source.shtml\"\n      },\n      {\n        \"name\": \"MalwareURL (R)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.malwareurl.com/index.php\"\n      },\n      {\n        \"name\": \"scumware.org\",\n        \"type\": \"url\",\n        \"url\": \"https://www.scumware.org/\"\n      },\n      {\n        \"name\": \"ZeuS Tracker\",\n        \"type\": \"url\",\n        \"url\": \"https://zeustracker.abuse.ch/blocklist.php\"\n      },\n      {\n        \"name\": \"Shadowserver Foundation\",\n        \"type\": \"url\",\n        \"url\": \"http://www.shadowserver.org/wiki/pmwiki.php?n=Services/Reports\"\n      },\n      {\n        \"name\": \"Email Domain Validation\",\n        \"type\": \"url\",\n        \"url\": \"https://www.mailboxvalidator.com/domain\"\n      }]\n    },\n    {\n      \"name\": \"Typosquatting\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"DNS Twist (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/elceef/dnstwist\"\n      },\n      {\n        \"name\": \"URLCrazy (T)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.morningstarsecurity.com/research/urlcrazy\"\n      },\n      {\n        \"name\": \"dnstwister\",\n        \"type\": \"url\",\n        \"url\": \"https://dnstwister.report/\"\n      },\n      {\n        \"name\": \"Catphish (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/ring0lab/catphish\"\n      }]\n    },\n    {\n      \"name\": \"Analytics\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"BuiltWith\",\n        \"type\": \"url\",\n        \"url\": \"http://builtwith.com/\"\n      },\n      {\n        \"name\": \"SiteSleuth\",\n        \"type\": \"url\",\n        \"url\": \"https://www.sitesleuth.io/\"\n      },\n      {\n        \"name\": \"Wappalyzer (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://wappalyzer.com/\"\n      },\n      {\n        \"name\": \"SEMrush\",\n        \"type\": \"url\",\n        \"url\": \"https://www.semrush.com/\"\n      },\n      {\n        \"name\": \"TopGainers\",\n        \"type\": \"url\",\n        \"url\": \"https://topgainers.net/\"\n      },\n      {\n        \"name\": \"Moonsearch\",\n        \"type\": \"url\",\n        \"url\": \"http://moonsearch.com/\"\n      },\n      {\n        \"name\": \"StackShare\",\n        \"type\": \"url\",\n        \"url\": \"https://stackshare.io/\"\n      },\n      {\n        \"name\": \"Ewhois\",\n        \"type\": \"url\",\n        \"url\": \"https://ewhois.com/\"\n      },\n      {\n        \"name\": \"Netcraft\",\n        \"type\": \"url\",\n        \"url\": \"http://toolbar.netcraft.com/site_report?url=undefined#last_reboot\"\n      },\n      {\n        \"name\": \"StatsCrop\",\n        \"type\": \"url\",\n        \"url\": \"http://www.statscrop.com/\"\n      },\n      {\n        \"name\": \"Open Site Explorer\",\n        \"type\": \"url\",\n        \"url\": \"https://moz.com/researchtools/ose/\"\n      },\n      {\n        \"name\": \"SpyOnWeb\",\n        \"type\": \"url\",\n        \"url\": \"http://www.spyonweb.com/\"\n      },\n      {\n        \"name\": \"SecurityHeaders.io\",\n        \"type\": \"url\",\n        \"url\": \"https://securityheaders.io/\"\n      },\n      {\n        \"name\": \"Keyword Density\",\n        \"type\": \"url\",\n        \"url\": \"http://tools.seobook.com/general/keyword-density/\"\n      },\n      {\n        \"name\": \"Alexa Site Statistics\",\n        \"type\": \"url\",\n        \"url\": \"http://www.alexa.com/siteinfo\"\n      },\n      {\n        \"name\": \"Cisco Umbrella Popularity List\",\n        \"type\": \"url\",\n        \"url\": \"http://s3-us-west-1.amazonaws.com/umbrella-static/index.html\"\n      },\n      {\n        \"name\": \"Alexa Top 500 Global Sites\",\n        \"type\": \"url\",\n        \"url\": \"http://www.alexa.com/topsites\"\n      },\n      {\n        \"name\": \"W3bin.com\",\n        \"type\": \"url\",\n        \"url\": \"https://w3bin.com/\"\n      },\n      {\n        \"name\": \"Sitedossier\",\n        \"type\": \"url\",\n        \"url\": \"http://www.sitedossier.com/\"\n      },\n      {\n        \"name\": \"Visual Site Mapper\",\n        \"type\": \"url\",\n        \"url\": \"http://www.visualsitemapper.com/\"\n      },\n      {\n        \"name\": \"ClearWebStats.com\",\n        \"type\": \"url\",\n        \"url\": \"https://www.clearwebstats.com/\"\n      },\n      {\n        \"name\": \"PubDB\",\n        \"type\": \"url\",\n        \"url\": \"http://pub-db.com/\"\n      },\n      {\n        \"name\": \"WWW Domain Tools\",\n        \"type\": \"url\",\n        \"url\": \"https://w3dt.net/\"\n      },\n      {\n        \"name\": \"SimilarWeb\",\n        \"type\": \"url\",\n        \"url\": \"https://www.similarweb.com/\"\n      },\n      {\n        \"name\": \"Website Outlook\",\n        \"type\": \"url\",\n        \"url\": \"http://websiteoutlook.com/\"\n      },\n      {\n        \"name\": \"Siteliner\",\n        \"type\": \"url\",\n        \"url\": \"http://siteliner.com/\"\n      },\n      {\n        \"name\": \"WebPagetest\",\n        \"type\": \"url\",\n        \"url\": \"https://www.webpagetest.org/\"\n      },\n      {\n        \"name\": \"WhatWeb\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/urbanadventurer/WhatWeb\"\n      }]\n    },\n    {\n      \"name\": \"URL Expanders\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Link Expander\",\n        \"type\": \"url\",\n        \"url\": \"http://www.linkexpander.com/\"\n      },\n      {\n        \"name\": \"GetLinkInfo\",\n        \"type\": \"url\",\n        \"url\": \"http://www.getlinkinfo.com/\"\n      },\n      {\n        \"name\": \"CheckShortURL\",\n        \"type\": \"url\",\n        \"url\": \"http://checkshorturl.com/\"\n      },\n      {\n        \"name\": \"Lengthen Me\",\n        \"type\": \"url\",\n        \"url\": \"https://lengthen.me/\"\n      },\n      {\n        \"name\": \"URL Expander\",\n        \"type\": \"url\",\n        \"url\": \"http://urlex.org/\"\n      },\n      {\n        \"name\": \"URL Unshortener\",\n        \"type\": \"url\",\n        \"url\": \"http://www.urlunshortener.com/\"\n      },\n      {\n        \"name\": \"Where Does This Link Go?\",\n        \"type\": \"url\",\n        \"url\": \"http://wheredoesthislinkgo.com/\"\n      },\n      {\n        \"name\": \"KnowURL\",\n        \"type\": \"url\",\n        \"url\": \"http://www.knowurl.com/\"\n      }]\n    },\n    {\n      \"name\": \"Change Detection\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"VisualPing\",\n        \"type\": \"url\",\n        \"url\": \"http://visualping.io/\"\n      },\n      {\n        \"name\": \"Change Detection\",\n        \"type\": \"url\",\n        \"url\": \"http://www.changedetection.com/\"\n      },\n      {\n        \"name\": \"Check site availability Online\",\n        \"type\": \"url\",\n        \"url\": \"https://upcheck.online/\"\n      },\n      {\n        \"name\": \"Follow That Page\",\n        \"type\": \"url\",\n        \"url\": \"https://www.followthatpage.com/\"\n      },\n      {\n        \"name\": \"Urlwatch\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/thp/urlwatch\"\n      },\n      {\n        \"name\": \"WatchThatPage\",\n        \"type\": \"url\",\n        \"url\": \"http://watchthatpage.com/\"\n      },\n      {\n        \"name\": \"ChangeDetect\",\n        \"type\": \"url\",\n        \"url\": \"http://www.changedetect.com/\"\n      }]\n    },\n    {\n      \"name\": \"Social Analysis\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Google Trends\",\n        \"type\": \"url\",\n        \"url\": \"https://www.google.com/trends/\"\n      },\n      {\n        \"name\": \"Reddit (M)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.reddit.com/domain/%3CURLhere%3E\"\n      }]\n    },\n    {\n      \"name\": \"DNSSEC\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"DNSSEC Analyzer\",\n        \"type\": \"url\",\n        \"url\": \"http://dnssec-debugger.verisignlabs.com/\"\n      },\n      {\n        \"name\": \"DNSViz\",\n        \"type\": \"url\",\n        \"url\": \"http://dnsviz.net/\"\n      }]\n    },\n    {\n      \"name\": \"Cloud Resources\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Public Buckets\",\n        \"type\": \"url\",\n        \"url\": \"https://buckets.grayhatwarfare.com/\"\n      },\n\t    {\n        \"name\": \"Online Port scanner\",\n        \"type\": \"url\",\n        \"url\": \"https://portscanner.online/\"\n      },\n      {\n        \"name\": \"CloudScraper (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/jordanpotti/cloudscraper\"\n      },\n      {\n        \"name\": \"Check site availability Online\",\n        \"type\": \"url\",\n        \"url\": \"https://upcheck.online/\"\n      }]\n    },\n    {\n      \"name\": \"Vulnerabilities\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Scanners\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Sn1per (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://github.com/1N3/Sn1per\"\n        },\n        {\n          \"name\": \"Online Nikto scanner\",\n          \"type\": \"url\",\n          \"url\": \"https://nikto.online/\"\n        }]\n      },\n      {\n        \"name\": \"Disclosure Sites\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"XSSposed.org\",\n          \"type\": \"url\",\n          \"url\": \"https://www.xssposed.org/\"\n        },\n        {\n          \"name\": \"Zone-H.org\",\n          \"type\": \"url\",\n          \"url\": \"http://zone-h.org/archive\"\n        }]\n      },\n      {\n        \"name\": \"RobotsDisallowed\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/danielmiessler/RobotsDisallowed\"\n      }]\n    },\n    {\n      \"name\": \"Tools\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Belati (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/aancw/Belati\"\n      },\n      {\n        \"name\": \"BlackWidow (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://softbytelabs.com/wp/blackwidow/\"\n      },\n      {\n        \"name\": \"Burp Suite (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://portswigger.net/burp/\"\n      },\n      {\n        \"name\": \"EyeWitness (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/ChrisTruncer/EyeWitness\"\n      },\n      {\n        \"name\": \"IntelliTamper (T)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.softpedia.com/get/Internet/Other-Internet-Related/IntelliTamper.shtml\"\n      },\n      {\n        \"name\": \"Hunting-New-Registered-Domains (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/gfek/Hunting-New-Registered-Domains\"\n      },\n      {\n        \"name\": \"International Domain Name Conversion Tool\",\n        \"type\": \"url\",\n        \"url\": \"http://mct.verisign-grs.com/\"\n      },\n      {\n        \"name\": \"Online Nikto scanner\",\n        \"type\": \"url\",\n        \"url\": \"https://nikto.online/\"\n      }]\n    },  \n    {\n      \"name\": \"Report Malicious Sites\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Microsoft\",\n        \"type\": \"url\",\n        \"url\": \"https://www.microsoft.com/en-us/wdsi/support/report-unsafe-site-guest\"\n      },\n      {\n        \"name\": \"Google\",\n        \"type\": \"url\",\n        \"url\": \"https://safebrowsing.google.com/safebrowsing/report_phish/?hl=en\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"IP & MAC Address\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Geolocation\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"MaxMind Demo\",\n        \"type\": \"url\",\n        \"url\": \"https://www.maxmind.com/en/home\"\n      },\n      {\n        \"name\": \"IPv4/IPv6 lists by country code\",\n        \"type\": \"url\",\n        \"url\": \"http://ipverse.net/\"\n      },\n      {\n        \"name\": \"IP2Location.com\",\n        \"type\": \"url\",\n        \"url\": \"https://www.ip2location.com/demo\"\n      },\n      {\n        \"name\": \"IP Fingerprints\",\n        \"type\": \"url\",\n        \"url\": \"http://www.ipfingerprints.com/\"\n      },\n      {\n        \"name\": \"DB-IP\",\n        \"type\": \"url\",\n        \"url\": \"https://db-ip.com/\"\n      },\n      {\n        \"name\": \"IP Location Finder\",\n        \"type\": \"url\",\n        \"url\": \"https://www.iplocation.net/\"\n      },\n      {\n        \"name\": \"Info Sniper\",\n        \"type\": \"url\",\n        \"url\": \"http://www.infosniper.net/\"\n      },\n      {\n        \"name\": \"utrace\",\n        \"type\": \"url\",\n        \"url\": \"http://en.utrace.de/\"\n      },\n      {\n        \"name\": \"InfobyIP.com\",\n        \"type\": \"url\",\n        \"url\": \"https://www.infobyip.com/\"\n      },\n      {\n        \"name\": \"ipTRACKERonline\",\n        \"type\": \"url\",\n        \"url\": \"https://www.iptrackeronline.com/\"\n      },\n      {\n        \"name\": \"My IP Address\",\n        \"type\": \"url\",\n        \"url\": \"https://www.ipaddress.my/\"\n      }]\n    },\n    {\n      \"name\": \"Host / Port Discovery\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"urlscan.io\",\n        \"type\": \"url\",\n        \"url\": \"https://urlscan.io/search/#*\"\n      },\n      {\n        \"name\": \"Spyse\",\n        \"type\": \"url\",\n        \"url\": \"https://spyse.com/search/ip\"\n      },\n      {\n        \"name\": \"Shodan\",\n        \"type\": \"url\",\n        \"url\": \"https://www.shodan.io/\"\n      },\n      {\n        \"name\": \"Netlas.io\",\n        \"type\": \"url\",\n        \"url\": \"https://netlas.io/\"\n      },\n      {\n        \"name\": \"Portmap\",\n        \"type\": \"url\",\n        \"url\": \"https://portmap.com/\"\n      },\n      {\n        \"name\": \"Scans.io\",\n        \"type\": \"url\",\n        \"url\": \"https://scans.io/\"\n      },\n      {\n        \"name\": \"ZoomEye\",\n        \"type\": \"url\",\n        \"url\": \"https://www.zoomeye.org/\"\n      },\n      {\n        \"name\": \"Nmap (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://nmap.org/download.html\"\n      },\n\t    {\n        \"name\": \"Online Port scanner\",\n        \"type\": \"url\",\n        \"url\": \"https://portscanner.online/\"\n      },\n      {\n        \"name\": \"Internet Census Search\",\n        \"type\": \"url\",\n        \"url\": \"http://www.exfiltrated.com/querystart.php\"\n      },\n      {\n        \"name\": \"Criminal IP Search\",\n        \"type\": \"url\",\n        \"url\": \"https://www.criminalip.io/\"\n      },\n      {\n        \"name\": \"Scanless (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/vesche/scanless\"\n      },\n      {\n        \"name\": \"BinaryEdge (R)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.binaryedge.io/\"\n      },\n      {\n        \"name\": \"Masscan (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/robertdavidgraham/masscan\"\n      },\n      {\n        \"name\": \"ODIN (R)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.getodin.com/\"\n      }]\n    },\n    {\n      \"name\": \"IPv4\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"ASlookup.com\",\n        \"type\": \"url\",\n        \"url\": \"https://aslookup.com/\"\n      },\n\t    {\n        \"name\": \"Port scanner Online\",\n        \"type\": \"url\",\n        \"url\": \"https://portscanner.online/\"\n      },\n      {\n        \"name\": \"Onyphe\",\n        \"type\": \"url\",\n        \"url\": \"https://www.onyphe.io/\"\n      },\n      {\n        \"name\": \"ODIN (R)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.getodin.com/\"\n      },\n      {\n        \"name\": \"IPv4 CIDR Report\",\n        \"type\": \"url\",\n        \"url\": \"http://www.cidr-report.org/as2.0/\"\n      },\n      {\n        \"name\": \"Reverse.report\",\n        \"type\": \"url\",\n        \"url\": \"https://reverse.report/\"\n      },\n      {\n        \"name\": \"Team Cymru IP to ASN\",\n        \"type\": \"url\",\n        \"url\": \"https://asn.cymru.com/\"\n      },\n      {\n        \"name\": \"IP to ASN DB\",\n        \"type\": \"url\",\n        \"url\": \"https://iptoasn.com/\"\n      },\n      {\n        \"name\": \"Hacker Target - Reverse DNS\",\n        \"type\": \"url\",\n        \"url\": \"https://hackertarget.com/reverse-dns-lookup/\"\n      }]\n    },\n    {\n      \"name\": \"IPv6\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"IPv6 CIDR Report\",\n        \"type\": \"url\",\n        \"url\": \"http://www.cidr-report.org/v6/as2.0/\"\n      }]\n    },\n    {\n      \"name\": \"BGP\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Hurricane Electric BGP Toolkit\",\n        \"type\": \"url\",\n        \"url\": \"http://bgp.he.net/\"\n      },\n      {\n        \"name\": \"BGP Malicious Content Ranking\",\n        \"type\": \"url\",\n        \"url\": \"http://bgpranking.circl.lu/\"\n      },\n      {\n        \"name\": \"BGPStream\",\n        \"type\": \"url\",\n        \"url\": \"https://bgpstream.com/\"\n      },\n      {\n        \"name\": \"PeeringDB\",\n        \"type\": \"url\",\n        \"url\": \"https://www.peeringdb.com/advanced_search\"\n      },\n      {\n        \"name\": \"BGP Tools\",\n        \"type\": \"url\",\n        \"url\": \"http://www.bgp4.as/tools\"\n      }]\n    },\n    {\n      \"name\": \"Reputation\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"IP Void\",\n        \"type\": \"url\",\n        \"url\": \"http://www.ipvoid.com/\"\n      },\n      {\n        \"name\": \"ExoneraTor\",\n        \"type\": \"url\",\n        \"url\": \"https://exonerator.torproject.org/\"\n      },\n      {\n        \"name\": \"Grey Noise\",\n        \"type\": \"url\",\n        \"url\": \"https://viz.greynoise.io/\"\n      },\n      {\n        \"name\": \"LiveIPMap IP Check\",\n        \"type\": \"url\",\n        \"url\": \"https://www.liveipmap.com/\"\n      }]\n    },\n    {\n      \"name\": \"Blacklists\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Blocklist.de\",\n        \"type\": \"url\",\n        \"url\": \"http://www.blocklist.de/en/index.html\"\n      },\n      {\n        \"name\": \"DShield API\",\n        \"type\": \"url\",\n        \"url\": \"https://isc.sans.edu/api/\"\n      },\n      {\n        \"name\": \"FireHOL IP Lists \",\n        \"type\": \"url\",\n        \"url\": \"http://iplists.firehol.org/\"\n      },\n      {\n        \"name\": \"Project Honey Pot\",\n        \"type\": \"url\",\n        \"url\": \"http://www.projecthoneypot.org/list_of_ips.php\"\n      },\n      {\n        \"name\": \"AbuseIPDB\",\n        \"type\": \"url\",\n        \"url\": \"https://www.abuseipdb.com/\"\n      }]\n    },\n    {\n      \"name\": \"Neighbor Domains\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"IP Fingerprints - Reverse IP Lookup\",\n        \"type\": \"url\",\n        \"url\": \"http://www.ipfingerprints.com/reverseip.php\"\n      },\n      {\n        \"name\": \"Bing IP Search (D)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.bing.com/search?q=ip%3A8.8.8.8\"\n      },\n      {\n        \"name\": \"TCP/IP Utils - Domain Neighbors\",\n        \"type\": \"url\",\n        \"url\": \"http://www.tcpiputils.com/domain-neighbors\"\n      },\n      {\n        \"name\": \"MyIPNeighbors\",\n        \"type\": \"url\",\n        \"url\": \"http://www.my-ip-neighbors.com/\"\n      }]\n    },\n    {\n      \"name\": \"Protected by Cloud Services\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"CloudFlare Watch\",\n        \"type\": \"url\",\n        \"url\": \"http://www.crimeflare.com/\"\n      },\n      {\n        \"name\": \"CloudFail (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/m0rtem/CloudFail\"\n      }]\n    },\n    {\n      \"name\": \"Wireless Network Info\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"WiGLE: Wireless Network Mapping\",\n        \"type\": \"url\",\n        \"url\": \"https://wigle.net/\"\n      },\n      {\n        \"name\": \"OpenCellid: Database of Cell Towers\",\n        \"type\": \"url\",\n        \"url\": \"https://opencellid.org/\"\n      }]\n    },\n    {\n      \"name\": \"Network Analysis Tools\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Wireshark\",\n        \"type\": \"url\",\n        \"url\": \"https://www.wireshark.org/download.html\"\n      },\n      {\n        \"name\": \"NetworkMiner\",\n        \"type\": \"url\",\n        \"url\": \"https://www.netresec.com/?page=Networkminer\"\n      },\n      {\n        \"name\": \"Packet Total\",\n        \"type\": \"url\",\n        \"url\": \"http://www.packettotal.com/\"\n      },\n      {\n        \"name\": \"NetworkTotal\",\n        \"type\": \"url\",\n        \"url\": \"https://www.networktotal.com/\"\n      }]\n    },\n    {\n      \"name\": \"IP Loggers\",\n      \"type\": \"folder\",\n      \"children\": [\n        {\n          \"name\": \"Ki.tc\",\n          \"type\": \"url\",\n          \"url\": \"https://ki.tc\"\n        },\n        {\n          \"name\": \"Grabify\",\n          \"type\": \"url\",\n          \"url\": \"https://grabify.link\"\n        },\n        {\n          \"name\": \"IP Logger\",\n          \"type\": \"url\",\n          \"url\": \"https://iplogger.com/\"\n        }]\n    }]\n  },\n  {\n    \"name\": \"Images / Videos / Docs\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Images\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Search\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Google Images\",\n          \"type\": \"url\",\n          \"url\": \"https://images.google.com/?gws_rd=ssl\"\n        },\n        {\n          \"name\": \"Bing Images\",\n          \"type\": \"url\",\n          \"url\": \"http://www.bing.com/images\"\n        },\n        {\n          \"name\": \"Yahoo Image Search\",\n          \"type\": \"url\",\n          \"url\": \"http://images.yahoo.com/\"\n        },\n        {\n          \"name\": \"FaceCheck Facial Recognition Search\",\n          \"type\": \"url\",\n          \"url\": \"https://facecheck.id/\"\n        },\n        {\n          \"name\": \"TinEye Reverse Image Search\",\n          \"type\": \"url\",\n          \"url\": \"http://tineye.com/\"\n        },\n        {\n          \"name\": \"PimEyes Face Search Engine\",\n          \"type\": \"url\",\n          \"url\": \"https://pimeyes.com/en\"\n        },\n        {\n          \"name\": \"Yandex Images\",\n          \"type\": \"url\",\n          \"url\": \"https://www.yandex.com/images/\"\n        },\n        {\n          \"name\": \"Baidu Images\",\n          \"type\": \"url\",\n          \"url\": \"http://shitu.baidu.com/\"\n        },\n        {\n          \"name\": \"Twitter Image Search (M)\",\n          \"type\": \"url\",\n          \"url\": \"https://twitter.com/search?q=%3Csearchterm%3E&src=typd&vertical=default&f=images\"\n        },\n        {\n          \"name\": \"Imgur Search\",\n          \"type\": \"url\",\n          \"url\": \"https://imgur.com/search\"\n        },\n        {\n          \"name\": \"Photobucket\",\n          \"type\": \"url\",\n          \"url\": \"http://photobucket.com/\"\n        },\n        {\n          \"name\": \"Karma Decay\",\n          \"type\": \"url\",\n          \"url\": \"http://karmadecay.com/\"\n        },\n        {\n          \"name\": \"Image Raider\",\n          \"type\": \"url\",\n          \"url\": \"https://www.imageraider.com/\"\n        },\n        {\n          \"name\": \"7Photos.net\",\n          \"type\": \"url\",\n          \"url\": \"http://7photos.net/\"\n        },\n        {\n          \"name\": \"Panoramio\",\n          \"type\": \"url\",\n          \"url\": \"http://www.panoramio.com/\"\n        },\n        {\n          \"name\": \"Current Location\",\n          \"type\": \"url\",\n          \"url\": \"http://current-location.com/\"\n        },\n        {\n          \"name\": \"Lakako Photo Search\",\n          \"type\": \"url\",\n          \"url\": \"http://www.lakako.com/\"\n        },\n        {\n          \"name\": \"CC Search\",\n          \"type\": \"url\",\n          \"url\": \"https://ccsearch.creativecommons.org/\"\n        },\n        {\n          \"name\": \"CamFind App\",\n          \"type\": \"url\",\n          \"url\": \"http://camfindapp.com/\"\n        },\n        {\n          \"name\": \"RevEye Reverse Image Search (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://chrome.google.com/webstore/detail/reveye-reverse-image-sear/keaaclcjhehbbapnphnmpiklalfhelgf?hl=en\"\n        },\n        {\n          \"name\": \"SmugMug Search\",\n          \"type\": \"url\",\n          \"url\": \"http://www.smugmug.com/search\"\n        },\n        {\n          \"name\": \"ImageNet\",\n          \"type\": \"url\",\n          \"url\": \"http://image-net.org/\"\n        },\n        {\n          \"name\": \"Places2\",\n          \"type\": \"url\",\n          \"url\": \"http://places2.csail.mit.edu/explore.html\"\n        },\n        {\n          \"name\": \"Image Identification Project\",\n          \"type\": \"url\",\n          \"url\": \"https://www.imageidentify.com/\"\n        },\n        {\n          \"name\": \"SauceNAO\",\n          \"type\": \"url\",\n          \"url\": \"https://saucenao.com/\"\n        },\n        {\n          \"name\": \"Picarta\",\n          \"type\": \"url\",\n          \"url\": \"https://picarta.ai/\"\n        },\n        {\n          \"name\": \"FaceSeek Face Search Engine\",\n          \"type\": \"url\",\n          \"url\": \"https://faceseek.online\"\n        }]\n      },\n      {\n        \"name\": \"Instagram\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Webstigram\",\n          \"type\": \"url\",\n          \"url\": \"http://websta.me/search\"\n        },\n        {\n          \"name\": \"Instagram\",\n          \"type\": \"url\",\n          \"url\": \"https://www.instagram.com/\"\n        },\n        {\n          \"name\": \"Mini Instagram\",\n          \"type\": \"url\",\n          \"url\": \"http://mininsta.net/\"\n        },\n        {\n          \"name\": \"Imgrab\",\n          \"type\": \"url\",\n          \"url\": \"https://imgrab.com/\"\n        },\n        {\n          \"name\": \"Tofo.me\",\n          \"type\": \"url\",\n          \"url\": \"https://tofo.me/\"\n        }]\n      },\n      {\n        \"name\": \"Flickr\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Flickr\",\n          \"type\": \"url\",\n          \"url\": \"https://www.flickr.com/\"\n        },\n        {\n          \"name\": \"Flickr Map\",\n          \"type\": \"url\",\n          \"url\": \"https://www.flickr.com/map/\"\n        },\n        {\n          \"name\": \"My Pics Map\",\n          \"type\": \"url\",\n          \"url\": \"http://www.mypicsmap.com/\"\n        },\n        {\n          \"name\": \"idGettr\",\n          \"type\": \"url\",\n          \"url\": \"http://idgettr.com/\"\n        },\n        {\n          \"name\": \"Flickr Hive Mind\",\n          \"type\": \"url\",\n          \"url\": \"http://flickrhivemind.net/\"\n        }]\n      },\n      {\n        \"name\": \"Metadata\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"ExifTool (T)\",\n          \"type\": \"url\",\n          \"url\": \"http://www.sno.phy.queensu.ca/~phil/exiftool/\"\n        },\n\t{\n          \"name\": \"ExifEditor\",\n          \"type\": \"url\",\n          \"url\": \"https://exifeditor.io\"\n        },\n        {\n          \"name\": \"Jeffrey's Exif Viewer\",\n          \"type\": \"url\",\n          \"url\": \"http://exif.regex.info/\"\n        },\n        {\n          \"name\": \"ExifViewer\",\n          \"type\": \"url\",\n          \"url\": \"http://www.exifviewer.org/\"\n        },\n        {\n          \"name\": \"Search by Exif\",\n          \"type\": \"url\",\n          \"url\": \"http://www.exif-search.com/\"\n        },\n        {\n          \"name\": \"ImgOps\",\n          \"type\": \"url\",\n          \"url\": \"http://imgops.com/\"\n        },\n        {\n          \"name\": \"Metapicz\",\n          \"type\": \"url\",\n          \"url\": \"http://metapicz.com/#landing\"\n        },\n        {\n          \"name\": \"JPEGsnoop (T)\",\n          \"type\": \"url\",\n          \"url\": \"http://www.impulseadventure.com/photo/jpeg-snoop.html\"\n        },\n        {\n          \"name\": \"GeoSetter\",\n          \"type\": \"url\",\n          \"url\": \"http://www.geosetter.de/en/\"\n        },\n        {\n          \"name\":\"xeuledoc - Fetch metadata about any public Google document\",\n          \"type\":\"url\",\n          \"url\":\"https://github.com/Malfrats/xeuledoc\"\n        }]\n      },\n      {\n        \"name\": \"Forensics\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"FotoForensics\",\n          \"type\": \"url\",\n          \"url\": \"http://fotoforensics.com/\"\n        },\n        {\n          \"name\": \"Ghiro (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://github.com/ghirensics/ghiro\"\n        },\n        {\n          \"name\": \"Camera Trace\",\n          \"type\": \"url\",\n          \"url\": \"http://www.cameratrace.com/trace\"\n        }]\n      },\n      {\n        \"name\": \"OCR\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Online OCR\",\n          \"type\": \"url\",\n          \"url\": \"http://www.free-ocr.com/\"\n        },\n        {\n          \"name\": \"i2OCR\",\n          \"type\": \"url\",\n          \"url\": \"http://www.i2ocr.com/\"\n        },\n        {\n          \"name\": \"New OCR\",\n          \"type\": \"url\",\n          \"url\": \"https://www.newocr.com/\"\n        },\n        {\n          \"name\": \"Online OCR\",\n          \"type\": \"url\",\n          \"url\": \"http://www.onlineocr.net/\"\n        }]\n      },\n      {\n        \"name\": \"Tools\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Creepy (T)\",\n          \"type\": \"url\",\n          \"url\": \"http://www.geocreepy.com/\"\n        }]\n      }]\n    },\n    {\n      \"name\": \"Videos\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Search\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Google Videos\",\n          \"type\": \"url\",\n          \"url\": \"https://www.google.com/videohp?gws_rd=ssl\"\n        },\n        {\n          \"name\": \"Bing Videos\",\n          \"type\": \"url\",\n          \"url\": \"http://www.bing.com/videos\"\n        },\n        {\n          \"name\": \"Vimeo Search\",\n          \"type\": \"url\",\n          \"url\": \"https://vimeo.com/search?\"\n        },\n        {\n          \"name\": \"Internet Archive Videos\",\n          \"type\": \"url\",\n          \"url\": \"https://archive.org/details/opensource_movies\"\n        },\n        {\n          \"name\": \"Vines (D)\",\n          \"type\": \"url\",\n          \"url\": \"https://www.google.com/search?q=site:vine.co+%3Csearchterm%3E\"\n        },\n        {\n          \"name\": \"Dogpile Web Search\",\n          \"type\": \"url\",\n          \"url\": \"http://www.dogpile.com/\"\n        },\n        {\n          \"name\": \"Geo Search Tool\",\n          \"type\": \"url\",\n          \"url\": \"http://www.geosearchtool.com/\"\n        },\n        {\n          \"name\": \"blinkx Video Search\",\n          \"type\": \"url\",\n          \"url\": \"http://www.blinkx.com/\"\n        },\n        {\n          \"name\": \"Facebook Live Map\",\n          \"type\": \"url\",\n          \"url\": \"https://www.facebook.com/livemap#\"\n        },\n        {\n          \"name\": \"LiveLeak\",\n          \"type\": \"url\",\n          \"url\": \"https://www.liveleak.com/\"\n        },\n        {\n          \"name\": \"Metatube\",\n          \"type\": \"url\",\n          \"url\": \"http://www.metatube.com/\"\n        },\n        {\n          \"name\": \"Yahoo Video Search\",\n          \"type\": \"url\",\n          \"url\": \"http://video.search.yahoo.com/\"\n        }]\n      },\n      {\n        \"name\": \"Analyze / Record\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"DetURL\",\n          \"type\": \"url\",\n          \"url\": \"http://deturl.com/\"\n        },\n        {\n          \"name\": \"Print YouTube StoryBoard Instructions\",\n          \"type\": \"url\",\n          \"url\": \"http://www.labnol.org/internet/print-youtube-video/28217/\"\n        },\n        {\n          \"name\": \"Print Storyboard from Youtube\",\n          \"type\": \"url\",\n          \"url\": \"javascript:(function(){a=ytplayer.config.args.storyboard_spec;if(!a){alert(\\\"Sorry we cannot process this YouTube video. Could you please try another one\\\");exit();}b=a.split(\\\"|\\\");base=b[0].split(\\\"$\\\")[0]+\\\"2/M\\\";c=b[3].split(\\\"%23\\\");sigh=c[c.length-1];var imgs=\\\"\\\";t=ytplayer.config.args.length_seconds;n=Math.ceil(c[2]/(c[3]*c[4]));for(i=0;i<n;i++){imgs+=\\\"<PICTURE='\\\"+base+i+\\\".jpg%3Fsigh=\\\"+sigh+\\\"'><br/>\\\";}var title=ytplayer.config.args.title;msg=\\\"<body style='background-color:#444;color:#eee;margin:20px%20auto;width:90%;text-align:center'%3E%3Ch2%3ETITLE%3C/h2%3E%3Cdiv%3EIMAGES%3C/div%3E%3Cbr/%3E%3Cem%3E%3Ca%20href='http://labnol.org/?p=28217'%20style='text-decoration:none;color:#fff;font-style:bold'%3EPrinted%20using%20the%20YouTube%20bookmarklet.%3C/a%3E%3C/em%3E%3C/body%3E%22;msg=msg.replace(%22TITLE%22,title).replace(%22IMAGES%22,imgs).replace(/PICTURE/g,%22img%20src%22);var%20labnol=window.open();labnol.document.open();labnol.document.write(msg);labnol.document.close();})();\"\n        },\n        {\n          \"name\": \"Frame by Frame for YouTube (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://chrome.google.com/webstore/detail/frame-by-frame-for-youtub/elkadbdicdciddfkdpmaolomehalghio?hl=en-GB\"\n        },\n        {\n          \"name\": \"YouTube Metadata\",\n          \"type\": \"url\",\n          \"url\": \"http://www.amnestyusa.org/citizenevidence/\"\n        },\n        {\n          \"name\": \"TubeChop\",\n          \"type\": \"url\",\n          \"url\": \"http://www.tubechop.com/\"\n        },\n        {\n          \"name\": \"YouTube Data Tools\",\n          \"type\": \"url\",\n          \"url\": \"https://tools.digitalmethods.net/netvizz/youtube/\"\n        },\n        {\n          \"name\": \"Hooktube\",\n          \"type\": \"url\",\n          \"url\": \"https://hooktube.com/\"\n        },\n        {\n          \"name\": \"yasiv-youtube\",\n          \"type\": \"url\",\n          \"url\": \"https://yasiv.com/youtube\"\n        }]\n      }]\n    },\n    {\n      \"name\": \"Webcams\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"SeeAllTheThings\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/baywolf88/seeallthethings\"\n      },\n      {\n        \"name\": \"Insecam\",\n        \"type\": \"url\",\n        \"url\": \"http://insecam.org/\"\n      },\n      {\n        \"name\": \"EarthCam\",\n        \"type\": \"url\",\n        \"url\": \"http://www.earthcam.com/\"\n      }]\n    },\n    {\n      \"name\": \"Documents\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Search\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Common GoogleDorks\",\n          \"type\": \"folder\",\n          \"children\": [\n          {\n            \"name\": \"GoogleDocs (D)\",\n            \"type\": \"url\",\n            \"url\": \"https://www.google.com/?q=site:docs.google.com+%3Csearchterm%3E\"\n          },\n          {\n            \"name\": \"GoogleDrive (D)\",\n            \"type\": \"url\",\n            \"url\": \"https://www.google.com/?q=site:drive.google.com+%3Csearchterm%3E\"\n          },\n          {\n            \"name\": \"Dropbox (D)\",\n            \"type\": \"url\",\n            \"url\": \"https://www.google.com/?q=site:dl.dropbox.com+%3Csearchterm%3E\"\n          },\n          {\n            \"name\": \"Amazon AWS (D)\",\n            \"type\": \"url\",\n            \"url\": \"https://www.google.com/search?q=site:s3.amazonaws.com+%3Csearchterm%3E\"\n          },\n          {\n            \"name\": \"OneDrive (D)\",\n            \"type\": \"url\",\n            \"url\": \"https://www.google.com/search?safe=off&q=site:onedrive.live.com+%3Csearchterm%3E\"\n          },\n          {\n            \"name\": \"Cryptome (D)\",\n            \"type\": \"url\",\n            \"url\": \"https://www.google.com/search?q=site:cryptome.org+%3Csearchterm%3E\"\n          }]\n        },\n        {\n          \"name\": \"Scribd\",\n          \"type\": \"url\",\n          \"url\": \"https://www.scribd.com/\"\n        },\n        {\n          \"name\": \"DocJax\",\n          \"type\": \"url\",\n          \"url\": \"http://www.docjax.com/\"\n        },\n        {\n          \"name\": \"WikiLeaks Search\",\n          \"type\": \"url\",\n          \"url\": \"https://search.wikileaks.org/advanced\"\n        },\n        {\n          \"name\": \"RECAP Court Doc Repo\",\n          \"type\": \"url\",\n          \"url\": \"http://archive.recapthelaw.org/\"\n        },\n        {\n          \"name\": \"filessoo.com\",\n          \"type\": \"url\",\n          \"url\": \"http://filessoo.com/\"\n        },\n        {\n          \"name\": \"Leaked Cables\",\n          \"type\": \"url\",\n          \"url\": \"https://search.wikileaks.org/plusd/\"\n        }]\n      },\n      {\n        \"name\": \"Paste Sites\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Pastebin Alerts\",\n          \"type\": \"url\",\n          \"url\": \"http://andrewmohawk.com/pasteLert/\"\n        },\n        {\n          \"name\": \"Just Paste It\",\n          \"type\": \"url\",\n          \"url\": \"https://justpaste.it/\"\n        },\n        {\n          \"name\": \"Pastebin OSINT Harvester (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://github.com/needmorecowbell/sniff-paste\"\n        }]\n      }]\n    },\n    {\n      \"name\": \"Fonts\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"What The Font\",\n        \"type\": \"url\",\n        \"url\": \"https://www.myfonts.com/WhatTheFont/\"\n      },\n      {\n        \"name\": \"Font Squirrel\",\n        \"type\": \"url\",\n        \"url\": \"https://www.fontsquirrel.com/matcherator\"\n      },\n      {\n        \"name\": \"IdentiFont\",\n        \"type\": \"url\",\n        \"url\": \"http://www.identifont.com/index.html\"\n      },\n      {\n        \"name\": \"Font Spring\",\n        \"type\": \"url\",\n        \"url\": \"https://www.fontspring.com/matcherator\"\n      },\n      {\n        \"name\": \"What Font Is\",\n        \"type\": \"url\",\n        \"url\": \"https://www.whatfontis.com/\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"Social Networks\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Facebook\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Search\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"FB Email Search\",\n          \"type\": \"url\",\n          \"url\": \"https://www.facebook.com/public?query=email@gmail.com&nomc=0\"\n        },\n        {\n          \"name\": \"Recover FB Account\",\n          \"type\": \"url\",\n          \"url\": \"https://www.facebook.com/login/identify?ctx=recover\"\n        },\n        {\n          \"name\": \"Facebook Photos by ID (M)\",\n          \"type\": \"url\",\n          \"url\": \"https://www.facebook.com/photo.php?fbid=PHOTO-ID-HERE\"\n        },\n        {\n          \"name\": \"FB Lookup ID\",\n          \"type\": \"url\",\n          \"url\": \"https://lookup-id.com/\"\n        },\n        {\n          \"name\": \"FB Identify (Requires Logout)\",\n          \"type\": \"url\",\n          \"url\": \"https://www.facebook.com/login/identify\"\n        }]\n      }]\n    },\n    {\n      \"name\": \"Instagram\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Inflact Instagram Viewer (Anonymous)\",\n        \"type\": \"url\",\n        \"url\": \"https://inflact.com/profiles/instagram-viewer/\"\n      },\n      {\n        \"name\": \"Osintgram (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/Datalux/Osintgram\"\n      }]\n    },\n    {\n      \"name\": \"Twitter\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Search\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Twitter Advanced Search\",\n          \"type\": \"url\",\n          \"url\": \"https://twitter.com/search-advanced\"\n        },\n        {\n          \"name\": \"Twitter Location Search\",\n          \"type\": \"url\",\n          \"url\": \"https://twitter.com/search?q=geocode%3A36.1143855%2C-115.1727518%2C1km&src=typd\"\n        },\n        {\n          \"name\": \"Twitter Date Search\",\n          \"type\": \"url\",\n          \"url\": \"https://twitter.com/search?q=SearchTerm%20since:2016-03-01%20until:2016-03-02\"\n        },\n        {\n          \"name\": \"BackTweets\",\n          \"type\": \"url\",\n          \"url\": \"http://backtweets.com/\"\n        },\n        {\n          \"name\": \"Followerwonk (R)\",\n          \"type\": \"url\",\n          \"url\": \"https://followerwonk.com/\"\n        },\n        {\n          \"name\": \"Twopcharts\",\n          \"type\": \"url\",\n          \"url\": \"http://twopcharts.com/\"\n        },\n        {\n          \"name\": \"TweeterID\",\n          \"type\": \"url\",\n          \"url\": \"https://tweeterid.com/\"\n        }]\n      },\n      {\n        \"name\": \"Analytics\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Profile\",\n          \"type\": \"folder\",\n          \"children\": [\n          {\n            \"name\": \"Tweepsect\",\n            \"type\": \"url\",\n            \"url\": \"http://tweepsect.com/\"\n          },\n          {\n            \"name\": \"Twitonomy\",\n            \"type\": \"url\",\n            \"url\": \"http://www.twitonomy.com/\"\n          },\n          {\n            \"name\": \"Foller.me Analytics\",\n            \"type\": \"url\",\n            \"url\": \"https://foller.me/\"\n          },\n          {\n            \"name\": \"X0rz Tweets_analyzer (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://github.com/x0rz/tweets_analyzer\"\n          }]\n        },\n        {\n          \"name\": \"Hashtag\",\n          \"type\": \"folder\",\n          \"children\": [\n          {\n            \"name\": \"RiteTag\",\n            \"type\": \"url\",\n            \"url\": \"https://ritetag.com/\"\n          },\n          {\n            \"name\": \"TAGSExplorer\",\n            \"type\": \"url\",\n            \"url\": \"https://tags.hawksey.info/tagsexplorer/\"\n          }]\n        },\n        {\n          \"name\": \"Tweet Metadata\",\n          \"type\": \"url\",\n          \"url\": \"http://online.wsj.com/public/resources/documents/TweetMetadata.pdf\"\n        },\n        {\n          \"name\": \"Birdwatcher (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://github.com/michenriksen/birdwatcher\"\n        },\n        {\n          \"name\": \"Tinfoleak Web\",\n          \"type\": \"url\",\n          \"url\": \"http://tinfoleak.com/\"\n        },\n        {\n          \"name\": \"Tinfoleak.py (T)\",\n          \"type\": \"url\",\n          \"url\": \"http://www.vicenteaguileradiaz.com/tools/\"\n        },\n        {\n          \"name\": \"DMI-TCAT (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://github.com/digitalmethodsinitiative/dmi-tcat\"\n        },\n        {\n          \"name\": \"Twint (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://github.com/twintproject/twint\"\n        }]\n      },\n      {\n        \"name\": \"Location / Mapping\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"GeoSocial Footprint\",\n          \"type\": \"url\",\n          \"url\": \"http://geosocialfootprint.com/\"\n        },\n        {\n          \"name\": \"HEAVY.AI OmniSci Tweetmap\",\n          \"type\": \"url\",\n          \"url\": \"https://www.heavy.ai/demos/tweetmap\"\n        },\n        {\n          \"name\": \"One Million Tweet Map\",\n          \"type\": \"url\",\n          \"url\": \"http://onemilliontweetmap.com/\"\n        },\n        {\n          \"name\": \"Creepy (T)\",\n          \"type\": \"url\",\n          \"url\": \"http://www.geocreepy.com/\"\n        },\n        {\n          \"name\": \"Fedica\",\n          \"type\": \"url\",\n          \"url\": \"https://fedica.com/\"\n        }]\n      },\n      {\n        \"name\": \"Archive / Deleted Tweets\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"All My Tweets\",\n          \"type\": \"url\",\n          \"url\": \"https://www.allmytweets.net/connect/\"\n        },\n        {\n          \"name\": \"Spoonbill\",\n          \"type\": \"url\",\n          \"url\": \"https://spoonbill.io\"\n        },\n        {\n          \"name\": \"TweetVacuum (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://github.com/T3hUb3rK1tten/TweetVacuum\"\n        }]\n      }]\n    },\n    {\n      \"name\": \"Reddit\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Reddit Metis\",\n        \"type\": \"url\",\n        \"url\": \"https://redditmetis.com/#\"\n      },\n      {\n        \"name\": \"Reddit Archive\",\n        \"type\": \"url\",\n        \"url\": \"http://www.redditarchive.com/\"\n      },\n      {\n        \"name\": \"subreddits\",\n        \"type\": \"url\",\n        \"url\": \"http://subreddits.org/\"\n      },\n      {\n        \"name\": \"Reddit Comment History\",\n        \"type\": \"url\",\n        \"url\": \"https://roadtolarissa.com/javascript/reddit-comment-visualizer/\"\n      }]\n    },\n    {\n      \"name\": \"LinkedIn\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"LinkedInt - LinkedIn Recon Tool (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/vysec/LinkedInt\"\n      },\n      {\n        \"name\": \"ScrapedIn (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/dchrastil/ScrapedIn\"\n      },\n      {\n        \"name\": \"InSpy (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/leapsecurity/InSpy\"\n      },\n      {\n        \"name\": \"raven (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/0x09AL/raven\"\n      }]\n    },\n    {\n      \"name\": \"Tiktok\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"TikTok Viewer\",\n        \"type\": \"url\",\n        \"url\": \"https://urlebird.com/\"\n      }]\n    },\n    {\n      \"name\": \"Bluesky\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Treeverse (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/paulgb/Treeverse\"\n      }]\n    },\n    {\n      \"name\": \"Steam, Discord & Gaming Networks\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"SteamOSINT (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/Frontline-Femmes/Steam-OSINT\"\n      }]\n    },\n    {\n      \"name\": \"Other Social Networks\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Ask FM\",\n        \"type\": \"url\",\n        \"url\": \"https://ask.fm/%3Cusername%3E\"\n      },\n      {\n        \"name\": \"Myspace\",\n        \"type\": \"url\",\n        \"url\": \"https://myspace.com/\"\n      },\n      {\n        \"name\": \"Tumblr\",\n        \"type\": \"url\",\n        \"url\": \"http://www.tumblr.com/tagged/search\"\n      },\n      {\n        \"name\": \"TheHoodUp (NSFW)\",\n        \"type\": \"url\",\n        \"url\": \"http://thehoodup.com/board/\"\n      },\n      {\n        \"name\": \"Share Secret Feedback (M)\",\n        \"type\": \"url\",\n        \"url\": \"https://secreto.site/en/%3Cuser_id%3E\"\n      },\n      {\n        \"name\": \"BlackPlanet.com - Member Find\",\n        \"type\": \"url\",\n        \"url\": \"http://www.blackplanet.com/user_search/index.html\"\n      },\n      {\n        \"name\": \"MiGente (Latino)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.migente.com/user_search/index.html\"\n      },\n      {\n        \"name\": \"Asian Avenue\",\n        \"type\": \"url\",\n        \"url\": \"http://www.asianave.com/user_search/index.html\"\n      },\n      {\n        \"name\": \"Orkut (Brazil)\",\n        \"type\": \"url\",\n        \"url\": \"https://orkut.google.com/\"\n      },\n      {\n        \"name\": \"Odnoklassniki\",\n        \"type\": \"url\",\n        \"url\": \"http://ok.ru/\"\n      },\n      {\n        \"name\": \"VK\",\n        \"type\": \"url\",\n        \"url\": \"https://vk.com/\"\n      },\n      {\n        \"name\": \"Tiktok (M)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.tiktok.com/@username\"\n      },\n      {\n        \"name\": \"Delicious\",\n        \"type\": \"url\",\n        \"url\": \"https://del.icio.us/\"\n      }]\n    },\n    {\n      \"name\": \"Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Social Searcher\",\n        \"type\": \"url\",\n        \"url\": \"http://www.social-searcher.com/\"\n      },\n      {\n        \"name\": \"Google Social Search\",\n        \"type\": \"url\",\n        \"url\": \"http://www.social-searcher.com/google-social-search/\"\n      },\n      {\n        \"name\": \"SocialBlade.com\",\n        \"type\": \"url\",\n        \"url\": \"http://socialblade.com/\"\n      },\n      {\n        \"name\": \"Talkwalker Social Media Search (R)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.talkwalker.com/social-media-analytics-search\"\n      },\n      {\n        \"name\": \"PinGroupie\",\n        \"type\": \"url\",\n        \"url\": \"http://pingroupie.com/\"\n      },\n      {\n        \"name\": \"Google CSE for Telegram links\",\n        \"type\": \"url\",\n        \"url\": \"https://cse.google.com/cse?cx=006368593537057042503:efxu7xprihg\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"Instant Messaging\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Skype\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Skype Web Client\",\n        \"type\": \"url\",\n        \"url\": \"https://web.skype.com/\"\n      },\n      {\n        \"name\": \"MostwantedHF\",\n        \"type\": \"url\",\n        \"url\": \"http://mostwantedhf.info/index.php\"\n      },\n      {\n        \"name\": \"Skype Resolver 2019\",\n        \"type\": \"url\",\n        \"url\": \"http://www.skypeipresolver.net/\"\n      }]\n    },\n    {\n      \"name\": \"Snapchat\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Snapchat Leak Checker\",\n        \"type\": \"url\",\n        \"url\": \"https://lastpass.com/snapchat/\"\n      }]\n    },\n    {\n      \"name\": \"Kik\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Kik Username (M)\",\n        \"type\": \"url\",\n        \"url\": \"http://kik.me/%3Cusername%3E\"\n      }]\n    },\n    {\n      \"name\": \"Yikyak\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"YikMap\",\n        \"type\": \"url\",\n        \"url\": \"http://yikmap.com/\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"People Search Engines\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"General People Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Family Tree Now\",\n        \"type\": \"url\",\n        \"url\": \"http://www.familytreenow.com/\"\n      },\n        {\n        \"name\": \"InfoFlow Public People Search In Chilean\",\n        \"type\": \"url\",\n        \"url\": \"https://infoflow.cloud/\"\n      },\n      {\n        \"name\": \"ThatsThem\",\n        \"type\": \"url\",\n        \"url\": \"https://thatsthem.com/name-address-search\"\n      },\n      {\n        \"name\": \"ZoomInfo Directory\",\n        \"type\": \"url\",\n        \"url\": \"http://www.zoominfo.com/people_directory/professional_profile/A-0-1\"\n      },\n      {\n        \"name\": \"Zaba Search\",\n        \"type\": \"url\",\n        \"url\": \"http://www.zabasearch.com/\"\n      },\n      {\n        \"name\": \"USSearch.com\",\n        \"type\": \"url\",\n        \"url\": \"http://www.ussearch.com/\"\n      },\n      {\n        \"name\": \"Melissa Data - People Finder (R)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.melissadata.com/lookups/peoplefinder.asp\"\n      },\n      {\n        \"name\": \"Advanced Background Checks\",\n        \"type\": \"url\",\n        \"url\": \"https://www.advancedbackgroundchecks.com/\"\n      },\n      {\n        \"name\": \"SalesMaple Contact Search\",\n        \"type\": \"url\",\n        \"url\": \"https://www.salesmaple.com/contacts/#!/\"\n      },\n      {\n        \"name\": \"PeekYou\",\n        \"type\": \"url\",\n        \"url\": \"http://www.peekyou.com/\"\n      },\n      {\n        \"name\": \"Reverse Genie People\",\n        \"type\": \"url\",\n        \"url\": \"http://www.reversegenie.com/people.php\"\n      },\n      {\n        \"name\": \"Wink People Search\",\n        \"type\": \"url\",\n        \"url\": \"http://itools.com/tool/wink-people-search\"\n      },\n      {\n        \"name\": \"Radaris\",\n        \"type\": \"url\",\n        \"url\": \"http://radaris.com/\"\n      },\n      {\n        \"name\": \"Intelius\",\n        \"type\": \"url\",\n        \"url\": \"http://www.intelius.com/\"\n      },\n      {\n        \"name\": \"InfoSpace\",\n        \"type\": \"url\",\n        \"url\": \"http://infospace.com/\"\n      },\n      {\n        \"name\": \"Webmii\",\n        \"type\": \"url\",\n        \"url\": \"http://webmii.com/\"\n      },\n      {\n        \"name\": \"Snitch.name\",\n        \"type\": \"url\",\n        \"url\": \"http://snitch.name/\"\n      },\n      {\n        \"name\": \"Lullar\",\n        \"type\": \"url\",\n        \"url\": \"http://com.lullar.com/\"\n      },\n      {\n        \"name\": \"Yasni\",\n        \"type\": \"url\",\n        \"url\": \"http://www.yasni.com/\"\n      },\n      {\n        \"name\": \"findmypast.com\",\n        \"type\": \"url\",\n        \"url\": \"http://search.findmypast.com/search-world-records\"\n      },\n      {\n        \"name\": \"HowManyOfMe\",\n        \"type\": \"url\",\n        \"url\": \"http://howmanyofme.com/search/\"\n      },\n      {\n        \"name\": \"FamilySearch.org\",\n        \"type\": \"url\",\n        \"url\": \"https://familysearch.org/search/\"\n      },\n      {\n        \"name\": \"Ancestry.com\",\n        \"type\": \"url\",\n        \"url\": \"http://search.ancestry.com/\"\n      },\n      {\n        \"name\": \"Nuwber\",\n        \"type\": \"url\",\n        \"url\": \"https://nuwber.com/\"\n      },\n      {\n        \"name\": \"Genealogy.com\",\n        \"type\": \"url\",\n        \"url\": \"http://www.genealogy.com/\"\n      },\n      {\n        \"name\": \"My Life\",\n        \"type\": \"url\",\n        \"url\": \"https://www.mylife.com/\"\n      },\n      {\n        \"name\": \"AnyWho\",\n        \"type\": \"url\",\n        \"url\": \"http://www.anywho.com/whitepages\"\n      },\n      {\n        \"name\": \"Addresses.com\",\n        \"type\": \"url\",\n        \"url\": \"http://www.addresses.com/\"\n      },\n      {\n        \"name\": \"Sorted By Name\",\n        \"type\": \"url\",\n        \"url\": \"http://sortedbyname.com/\"\n      },\n      {\n        \"name\": \"Cubib\",\n        \"type\": \"url\",\n        \"url\": \"https://cubib.com/\"\n      },\n      {\n        \"name\": \"True People Search\",\n        \"type\": \"url\",\n        \"url\": \"https://www.truepeoplesearch.com/\"\n      },\n      {\n        \"name\": \"Fast People Search\",\n        \"type\": \"url\",\n        \"url\": \"https://www.fastpeoplesearch.com/\"\n      },\n      {\n        \"name\": \"IDCrawl\",\n        \"type\": \"url\",\n        \"url\": \"https://www.idcrawl.com/\"\n      }]\n    },\n    {\n      \"name\": \"Registries\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"The Knot\",\n        \"type\": \"url\",\n        \"url\": \"https://www.theknot.com/registry/couplesearch\"\n      },\n      {\n        \"name\": \"Registry Finder\",\n        \"type\": \"url\",\n        \"url\": \"https://www.registryfinder.com/\"\n      },\n      {\n        \"name\": \"My Registry\",\n        \"type\": \"url\",\n        \"url\": \"https://www.myregistry.com/\"\n      },\n      {\n        \"name\": \"Amazon Registry Search\",\n        \"type\": \"url\",\n        \"url\": \"https://www.amazon.com/gp/registry/search\"\n      },\n      {\n        \"name\": \"Bed, Bath, & Beyond Gift Registry\",\n        \"type\": \"url\",\n        \"url\": \"https://www.bedbathandbeyond.com/store/giftregistry/registry_search_guest.jsp\"\n      },\n      {\n        \"name\": \"The Bump\",\n        \"type\": \"url\",\n        \"url\": \"https://registry.thebump.com/babyregistrysearch\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"Dating\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Match.com\",\n      \"type\": \"url\",\n      \"url\": \"http://www.match.com/\"\n    },\n    {\n      \"name\": \"AYI.com\",\n      \"type\": \"url\",\n      \"url\": \"https://www.ayi.com/index.php\"\n    },\n    {\n      \"name\": \"Plenty Of Fish.com\",\n      \"type\": \"url\",\n      \"url\": \"http://www.pof.com/\"\n    },\n    {\n      \"name\": \"eHarmony\",\n      \"type\": \"url\",\n      \"url\": \"http://www.eharmony.com/\"\n    },\n    {\n      \"name\": \"Farmers Only\",\n      \"type\": \"url\",\n      \"url\": \"http://www.farmersonly.com/\"\n    },\n    {\n      \"name\": \"Zoosk\",\n      \"type\": \"url\",\n      \"url\": \"https://www.zoosk.com/\"\n    },\n    {\n      \"name\": \"OkCupid\",\n      \"type\": \"url\",\n      \"url\": \"https://www.okcupid.com/\"\n    },\n    {\n      \"name\": \"Tinder (R)\",\n      \"type\": \"url\",\n      \"url\": \"https://tinder.com/\"\n    },\n    {\n      \"name\": \"Bumble (R)\",\n      \"type\": \"url\",\n      \"url\": \"https://bumble.com/\"\n    },\n    {\n      \"name\": \"Tantan (R)\",\n      \"type\": \"url\",\n      \"url\": \"https://tantanapp.com/\"\n    },\n    {\n      \"name\": \"Wamba.com\",\n      \"type\": \"url\",\n      \"url\": \"http://wamba.com/\"\n    },\n    {\n      \"name\": \"AdultFriendFinder\",\n      \"type\": \"url\",\n      \"url\": \"http://adultfriendfinder.com/\"\n    },\n    {\n      \"name\": \"Ashley Madison\",\n      \"type\": \"url\",\n      \"url\": \"https://www.ashleymadison.com/\"\n    },\n    {\n      \"name\": \"BeautifulPeople.com\",\n      \"type\": \"url\",\n      \"url\": \"https://www.beautifulpeople.com/en-US\"\n    },\n    {\n      \"name\": \"Badoo\",\n      \"type\": \"url\",\n      \"url\": \"https://badoo.us/\"\n    },\n    {\n      \"name\": \"Spark.com\",\n      \"type\": \"url\",\n      \"url\": \"https://www.spark.com/\"\n    },\n    {\n      \"name\": \"Meetup\",\n      \"type\": \"url\",\n      \"url\": \"http://www.meetup.com/\"\n    },\n    {\n      \"name\": \"BlackPeopleMeet\",\n      \"type\": \"url\",\n      \"url\": \"http://www.blackpeoplemeet.com/\"\n    },\n    {\n      \"name\": \"Bumble\",\n      \"type\": \"url\",\n      \"url\": \"https://bumble.com/\"\n    },\n    {\n      \"name\": \"Hinge\",\n      \"type\": \"url\",\n      \"url\": \"https://hinge.co/en-gb\"\n    }]\n  },\n  {\n    \"name\": \"Telephone Numbers\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Voicemail\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Slydial\",\n        \"type\": \"url\",\n        \"url\": \"https://www.slydial.com/\"\n      }]\n    },\n    {\n      \"name\": \"International\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Numbering Plans\",\n        \"type\": \"url\",\n        \"url\": \"https://www.numberingplans.com/?page=analysis&sub=phonenr\"\n      },\n      {\n        \"name\": \"Numberway\",\n        \"type\": \"url\",\n        \"url\": \"https://www.numberway.com/\"\n      }]\n    },\n    {\n      \"name\": \"WhoCalld\",\n      \"type\": \"url\",\n      \"url\": \"https://whocalld.com/\"\n    },\n    {\n      \"name\": \"411\",\n      \"type\": \"url\",\n      \"url\": \"http://www.411.com/reverse_phone\"\n    },\n    {\n      \"name\": \"CallerID Test\",\n      \"type\": \"url\",\n      \"url\": \"http://www.calleridtest.com/\"\n    },\n    {\n      \"name\": \"ThatsThem - Reverse Phone Lookup\",\n      \"type\": \"url\",\n      \"url\": \"https://thatsthem.com/reverse-phone-lookup\"\n    },\n    {\n      \"name\": \"Twilio Lookup\",\n      \"type\": \"url\",\n      \"url\": \"https://www.twilio.com/lookup\"\n    },\n    {\n      \"name\": \"Fone Finder\",\n      \"type\": \"url\",\n      \"url\": \"http://www.fonefinder.net/\"\n    },\n    {\n      \"name\": \"True Caller\",\n      \"type\": \"url\",\n      \"url\": \"http://www.truecaller.com/\"\n    },\n    {\n      \"name\": \"Reverse Genie\",\n      \"type\": \"url\",\n      \"url\": \"http://www.reversegenie.com/phone.php\"\n    },\n    {\n      \"name\": \"SpyDialer\",\n      \"type\": \"url\",\n      \"url\": \"http://www.spydialer.com/default.aspx\"\n    },\n    {\n      \"name\": \"Phone Validator\",\n      \"type\": \"url\",\n      \"url\": \"http://www.phonevalidator.com/\"\n    },\n    {\n      \"name\": \"Free Carrier Lookup\",\n      \"type\": \"url\",\n      \"url\": \"http://freecarrierlookup.com/\"\n    },\n    {\n      \"name\": \"Mr. Number (M)\",\n      \"type\": \"url\",\n      \"url\": \"http://mrnumber.com/1-888-742-0000\"\n    },\n    {\n      \"name\": \"CallerIDService.com (R)\",\n      \"type\": \"url\",\n      \"url\": \"http://www.calleridservice.com/\"\n    },\n    {\n      \"name\": \"Next Caller (R)\",\n      \"type\": \"url\",\n      \"url\": \"https://nextcaller.com/\"\n    },\n    {\n      \"name\": \"Data24-7 (R)\",\n      \"type\": \"url\",\n      \"url\": \"https://www.data24-7.com/signup.php\"\n    },\n    {\n      \"name\": \"HLR Lookup Portal (R)\",\n      \"type\": \"url\",\n      \"url\": \"https://www.hlr-lookups.com/\"\n    },\n    {\n      \"name\": \"OpenCNAM\",\n      \"type\": \"url\",\n      \"url\": \"https://www.opencnam.com/\"\n    },\n    {\n      \"name\": \"OpenCNAM API\",\n      \"type\": \"url\",\n      \"url\": \"http://api.opencnam.com/v2/phone/+19073372323\"\n    },\n    {\n      \"name\": \"USPhoneBook\",\n      \"type\": \"url\",\n      \"url\": \"https://www.usphonebook.com\"\n    },\n    {\n      \"name\": \"Numspy (T)\",\n      \"type\": \"python3 Module\",\n      \"url\": \"https://bhattsameer.github.io/numspy\"\n    },\n    {\n      \"name\": \"Numspy-Api\",\n      \"type\": \"url\",\n      \"url\": \"https://numspy.pythonanywhere.com/\"\n    },\n    {\n      \"name\": \"Family Tree Now (M)\",\n      \"type\": \"url\",\n      \"url\": \"https://www.familytreenow.com/search/genealogy/results?phoneno=(555)555-5555\"\n    }]\n  },\n  {\n    \"name\": \"Public Records\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Property Records\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Melissa Data - Property Viewer (R)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.melissadata.com/lookups/propertyviewer.asp\"\n      },\n      {\n        \"name\": \"Regrid (US Only)\",\n        \"type\": \"url\",\n      \t\"url\": \"https://app.regrid.com/us/\"\n      },\n      {\n        \"name\": \"Zillow\",\n        \"type\": \"url\",\n        \"url\": \"http://www.zillow.com/\"\n      },\n      {\n        \"name\": \"Emporis\",\n        \"type\": \"url\",\n        \"url\": \"https://www.emporis.com/\"\n      },\n      {\n        \"name\": \"Homefacts\",\n        \"type\": \"url\",\n        \"url\": \"https://www.homefacts.com/\"\n      },\n      {\n        \"name\": \"Neighbor Report\",\n        \"type\": \"url\",\n        \"url\": \"https://neighbor.report/\"\n      },\n      {\n        \"name\": \"Redfin\",\n        \"type\": \"url\",\n        \"url\": \"https://www.redfin.com/\"\n      }]\n    },\n    {\n      \"name\": \"Court / Criminal Records\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Nationwide County Court Records\",\n        \"type\": \"url\",\n        \"url\": \"http://www.blackbookonline.info/USA-County-Court-Records.aspx\"\n      },\n      {\n        \"name\": \"World Legal Information Institute\",\n        \"type\": \"url\",\n        \"url\": \"http://worldlii.org/\"\n      },\n      {\n        \"name\": \"Canadian Legal Information Institute\",\n        \"type\": \"url\",\n        \"url\": \"http://www.canlii.org/en/\"\n      },\n      {\n        \"name\": \"Most Wanted Criminal Pages\",\n        \"type\": \"url\",\n        \"url\": \"http://ancestorhunt.com/most-wanted-criminals-and-fugitives.htm\"\n      },\n      {\n        \"name\": \"Black Book Online - Criminal Search\",\n        \"type\": \"url\",\n        \"url\": \"http://www.blackbookonline.info/criminalsearch.aspx\"\n      },\n      {\n        \"name\": \"CrimeReports.com\",\n        \"type\": \"url\",\n        \"url\": \"https://www.crimereports.com/\"\n      },\n      {\n        \"name\": \"Familywatchdog - Sex Offender Search\",\n        \"type\": \"url\",\n        \"url\": \"http://www.familywatchdog.us/\"\n      },\n      {\n        \"name\": \"Felon Spy\",\n        \"type\": \"url\",\n        \"url\": \"http://www.felonspy.com/search.html\"\n      },\n      {\n        \"name\": \"The Inmate Locator\",\n        \"type\": \"url\",\n        \"url\": \"http://www.theinmatelocator.com/\"\n      },\n      {\n        \"name\": \"Criminal Searches\",\n        \"type\": \"url\",\n        \"url\": \"http://www.criminalsearches.com/\"\n      },\n      {\n        \"name\": \"National Sex Offender Search\",\n        \"type\": \"url\",\n        \"url\": \"https://www.nsopw.gov/en/Search\"\n      },\n      {\n        \"name\": \"Mugshots.com\",\n        \"type\": \"url\",\n        \"url\": \"http://mugshots.com/\"\n      },\n      {\n        \"name\": \"judyrecords\",\n        \"type\": \"url\",\n        \"url\": \"https://www.judyrecords.com/\"\n      },\n      {\n        \"name\": \"Caselaw Access Project\",\n        \"type\": \"url\",\n        \"url\": \"https://case.law/\"\n      },\n      {\n        \"name\": \"CourtListener\",\n        \"type\": \"url\",\n        \"url\": \"https://www.courtlistener.com/\"\n      },\n      {\n        \"name\": \"Docket Alarm\",\n        \"type\": \"url\",\n        \"url\": \"https://www.docketalarm.com/\"\n      },\n      {\n        \"name\": \"Google Scholar Case Law\",\n        \"type\": \"url\",\n        \"url\": \"https://scholar.google.com/\"\n      },\n      {\n        \"name\": \"PACER\",\n        \"type\": \"url\",\n        \"url\": \"https://pacer.uscourts.gov/\"\n      },\n      {\n        \"name\": \"Free Law RECAP Archive\",\n        \"type\": \"url\",\n        \"url\": \"https://www.courtlistener.com/recap/\"\n      },\n      {\n        \"name\": \"UniCourt\",\n        \"type\": \"url\",\n        \"url\": \"https://unicourt.com/\"\n      },\n      {\n        \"name\": \"Federal Inmate Locator\",\n        \"type\": \"url\",\n        \"url\": \"https://www.bop.gov/inmateloc/\"\n      }]\n    },\n    {\n      \"name\": \"Government Records\",\n      \"type\": \"folder\",\n      \"children\": [\n        {\n          \"name\": \"NC Salary DB\",\n          \"type\": \"url\",\n          \"url\": \"http://www.newsobserver.com/news/databases/state-pay/\"\n        },\n        {\n          \"name\": \"Gov Data Canada\",\n          \"type\": \"url\",\n          \"url\": \"https://govdataca.com/\"\n        },\n        {\n          \"name\": \"CA Salary DB\",\n          \"type\": \"url\",\n          \"url\": \"http://www.sacbee.com/site-services/databases/state-pay/article2642161.html\"\n        }]\n    },\n    {\n      \"name\": \"Financial / Tax Resources\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"BIN Base\",\n        \"type\": \"url\",\n        \"url\": \"http://www.binbase.com/search.html\"\n      },\n      {\n        \"name\": \"VAT Research\",\n        \"type\": \"url\",\n        \"url\": \"https://vat-search.eu/\"\n      },\n      {\n        \"name\": \"NETR Online\",\n        \"type\": \"url\",\n        \"url\": \"http://publicrecords.netronline.com/\"\n      }]\n    },\n    {\n      \"name\": \"Birth Records\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Sorted by Birth Date\",\n        \"type\": \"url\",\n        \"url\": \"http://sortedbybirthdate.com/\"\n      }]\n    },\n    {\n      \"name\": \"Death Records\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Death Check\",\n        \"type\": \"url\",\n        \"url\": \"http://www.melissadata.com/lookups/deathcheck.asp\"\n      },\n      {\n        \"name\": \"Find A Grave\",\n        \"type\": \"url\",\n        \"url\": \"http://www.findagrave.com/index.html\"\n      },\n      {\n        \"name\": \"GraveInfo\",\n        \"type\": \"url\",\n        \"url\": \"http://www.graveinfo.com/\"\n      }]\n    },\n    {\n      \"name\": \"US County Data\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"NACo County Explorer\",\n        \"type\": \"url\",\n        \"url\": \"http://explorer.naco.org/index.html\"\n      }]\n    },\n    {\n      \"name\": \"US Voter Records\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Voter Records\",\n        \"type\": \"url\",\n        \"url\": \"https://voterrecords.com/\"\n      },\n      {\n        \"name\": \"Voter Registration Data\",\n        \"type\": \"url\",\n        \"url\": \"http://www.blackbookonline.info/USA-Voter-Records.aspx\"\n      }]\n    },\n    {\n      \"name\": \"Patent Records\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"US Patent Office Search\",\n        \"type\": \"url\",\n        \"url\": \"https://www.uspto.gov/patents/search\"\n      },\n      {\n        \"name\": \"Google Patent Search\",\n        \"type\": \"url\",\n        \"url\": \"https://www.google.com/advanced_patent_search\"\n      }]\n    },\n    {\n      \"name\": \"US Political Records\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"FollowTheMoney.org\",\n        \"type\": \"url\",\n        \"url\": \"http://www.followthemoney.org/\"\n      },\n      {\n        \"name\": \"OpenSecrets.org\",\n        \"type\": \"url\",\n        \"url\": \"http://www.opensecrets.org/\"\n      },\n      {\n        \"name\": \"Political MoneyLine\",\n        \"type\": \"url\",\n        \"url\": \"http://www.politicalmoneyline.com/\"\n      },\n      {\n        \"name\": \"MelissaData - Campaign Contributions\",\n        \"type\": \"url\",\n        \"url\": \"http://www.melissadata.com/lookups/fec.asp\"\n      },\n      {\n        \"name\": \"Influence Explorer\",\n        \"type\": \"url\",\n        \"url\": \"http://data.influenceexplorer.com/#\"\n      },\n      {\n        \"name\": \"US Federal Election Commission\",\n        \"type\": \"url\",\n        \"url\": \"http://www.fec.gov/finance/disclosure/norindsea.shtml\"\n      },\n      {\n        \"name\": \"Every Politician\",\n        \"type\": \"url\",\n        \"url\": \"http://everypolitician.org/\"\n      }]\n    },\n    {\n      \"name\": \"Public Records?\",\n      \"type\": \"url\",\n      \"url\": \"http://publicrecords.searchsystems.net/\"\n    },\n    {\n      \"name\": \"The World Bank Open Data Catalog\",\n      \"type\": \"url\",\n      \"url\": \"http://datacatalog.worldbank.org/\"\n    },\n    {\n      \"name\": \"BRB Public Records\",\n      \"type\": \"url\",\n      \"url\": \"http://www.brbpub.com/\"\n    },\n    {\n      \"name\": \"GOVDATA - Das Datenportal für Deutschland (German)\",\n      \"type\": \"url\",\n      \"url\": \"https://www.govdata.de/\"\n    },\n    {\n      \"name\": \"Open-Data-Portal München (German)\",\n      \"type\": \"url\",\n      \"url\": \"https://www.opengov-muenchen.de/\"\n    },\n    {\n      \"name\": \"Searchable FCC ID Database\",\n      \"type\": \"url\",\n      \"url\": \"https://fccid.io/\"\n    }]\n  },\n  {\n    \"name\": \"Business Records\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Annual Reports\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"AnnualReports.com\",\n        \"type\": \"url\",\n        \"url\": \"http://www.annualreports.com/\"\n      },\n      {\n        \"name\": \"Public Register Online\",\n        \"type\": \"url\",\n        \"url\": \"http://www.annualreportservice.com/\"\n      },\n      {\n        \"name\": \"Public Register's Annual Report Service\",\n        \"type\": \"url\",\n        \"url\": \"http://www.prars.com/search/alpha/A\"\n      },\n      {\n        \"name\": \"International Registries\",\n        \"type\": \"url\",\n        \"url\": \"https://www.gov.uk/government/publications/overseas-registries/overseas-registries\"\n      }]\n    },\n    {\n      \"name\": \"General Info & News\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Businessweek Search\",\n        \"type\": \"url\",\n        \"url\": \"http://investing.businessweek.com/research/common/symbollookup/symbollookup.asp\"\n      },\n      {\n        \"name\": \"Corporation Wiki\",\n        \"type\": \"url\",\n        \"url\": \"http://www.corporationwiki.com/\"\n      },\n      {\n        \"name\": \"Commercial Register - Worldwide\",\n        \"type\": \"url\",\n        \"url\": \"http://www.commercial-register.sg.ch/home/worldwide.html\"\n      },\n      {\n        \"name\": \"SEC.gov - EDGAR\",\n        \"type\": \"url\",\n        \"url\": \"http://www.sec.gov/edgar.shtml\"\n      },\n      {\n        \"name\": \"International White Pages\",\n        \"type\": \"url\",\n        \"url\": \"http://www.wayp.com/\"\n      },\n      {\n        \"name\": \"UK Companies\",\n        \"type\": \"url\",\n        \"url\": \"https://www.gov.uk/get-information-about-a-company\"\n      },\n      {\n        \"name\": \"Global EDGE Resource Directory\",\n        \"type\": \"url\",\n        \"url\": \"http://globaledge.msu.edu/global-resources\"\n      },\n      {\n        \"name\": \"Ripoff Report\",\n        \"type\": \"url\",\n        \"url\": \"http://www.ripoffreport.com/\"\n      },\n      {\n        \"name\": \"Google Finance\",\n        \"type\": \"url\",\n        \"url\": \"https://www.google.com/finance\"\n      }]\n    },\n    {\n      \"name\": \"Company Profiles\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"OpenCorporates\",\n        \"type\": \"url\",\n        \"url\": \"https://opencorporates.com/\"\n      },\n      {\n        \"name\": \"Corporation Wiki\",\n        \"type\": \"url\",\n        \"url\": \"https://www.corporationwiki.com/\"\n      },\n      {\n        \"name\": \"Data.com Connect\",\n        \"type\": \"url\",\n        \"url\": \"https://connect.data.com/\"\n      },\n      {\n        \"name\": \"ZoomInfo.com\",\n        \"type\": \"url\",\n        \"url\": \"http://www.zoominfo.com/company-directory/us\"\n      },\n      {\n        \"name\": \"Kompass International\",\n        \"type\": \"url\",\n        \"url\": \"http://www.kompass.com/selectcountry/\"\n      },\n      {\n        \"name\": \"Infobel\",\n        \"type\": \"url\",\n        \"url\": \"http://www.infobel.com/en/world/\"\n      },\n      {\n        \"name\": \"AIHIT\",\n        \"type\": \"url\",\n        \"url\": \"https://www.aihitdata.com/\"\n      },\n      {\n        \"name\": \"Plonked\",\n        \"type\": \"url\",\n        \"url\": \"https://www.plonked.com/\"\n      },\n      {\n        \"name\": \"Buzzfile\",\n        \"type\": \"url\",\n        \"url\": \"http://www.buzzfile.com/Home/Basic\"\n      },\n      {\n        \"name\": \"LittleSis\",\n        \"type\": \"url\",\n        \"url\": \"http://littlesis.org/\"\n      },\n      {\n        \"name\": \"Companies House\",\n        \"type\": \"url\",\n        \"url\": \"https://beta.companieshouse.gov.uk/\"\n      },\n      {\n        \"name\": \"Hoovers\",\n        \"type\": \"url\",\n        \"url\": \"http://www.hoovers.com/\"\n      },\n      {\n        \"name\": \"Corporate Information\",\n        \"type\": \"url\",\n        \"url\": \"http://corporateinformation.com/\"\n      },\n      {\n        \"name\": \"Company Data Rex (EU)\",\n        \"type\": \"url\",\n        \"url\": \"http://cdrex.com/\"\n      },\n      {\n        \"name\": \"Europages\",\n        \"type\": \"url\",\n        \"url\": \"http://www.europages.co.uk/\"\n      },\n      {\n        \"name\": \"Glassdoor Company Reviews\",\n        \"type\": \"url\",\n        \"url\": \"https://www.glassdoor.com/Reviews/index.htm\"\n      },\n      {\n        \"name\": \"Owler (R)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.owler.com/\"\n      },\n      {\n        \"name\": \"Vault\",\n        \"type\": \"url\",\n        \"url\": \"http://www.vault.com/\"\n      },\n      {\n        \"name\": \"Companies In The UK\",\n        \"type\": \"url\",\n        \"url\": \"https://www.companiesintheuk.co.uk/\"\n      },\n      {\n        \"name\": \"UK Companies list\",\n        \"type\": \"url\",\n        \"url\": \"https://www.companieslist.co.uk/\"\n      },\n      {\n        \"name\": \"UK Data\",\n        \"type\": \"url\",\n        \"url\": \"http://ukdata.com/\"\n      },\n      {\n        \"name\": \"Orbis Directory\",\n        \"type\": \"url\",\n        \"url\": \"https://orbisdirectory.bvdinfo.com/version-2016121/OrbisDirectory/Companies\"\n      },\n      {\n        \"name\": \"Manta Small Business Directory\",\n        \"type\": \"url\",\n        \"url\": \"https://www.manta.com/business-directory\"\n      },\n      {\n        \"name\": \"Crunchbase\",\n        \"type\": \"url\",\n        \"url\": \"https://www.crunchbase.com/#/home/index\"\n      }]\n    },\n    {\n      \"name\": \"Employee Profiles & Resumes\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"RecruitEm\",\n        \"type\": \"url\",\n        \"url\": \"http://recruitin.net/\"\n      },\n      {\n        \"name\": \"LinkedIn\",\n        \"type\": \"url\",\n        \"url\": \"https://www.linkedin.com/\"\n      },\n      {\n        \"name\": \"Jobster\",\n        \"type\": \"url\",\n        \"url\": \"http://www.jobster.com/\"\n      },\n      {\n        \"name\": \"XING (R)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.xing.com/\"\n      },\n      {\n        \"name\": \"Indeed\",\n        \"type\": \"url\",\n        \"url\": \"http://www.indeed.com/\"\n      },\n      {\n        \"name\": \"CVGadget\",\n        \"type\": \"url\",\n        \"url\": \"http://www.cvgadget.com/\"\n      }]\n    },\n    {\n      \"name\": \"Additional Resources\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"RBA - Business Information Resources\",\n        \"type\": \"url\",\n        \"url\": \"http://www.rba.co.uk/sources/\"\n      },\n      {\n        \"name\": \"VAT Number Validation\",\n        \"type\": \"url\",\n        \"url\": \"http://ec.europa.eu/taxation_customs/vies/?locale=en\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"Transportation\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Vehicle Records\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"VIN Decoderz\",\n        \"type\": \"url\",\n        \"url\": \"http://www.vindecoderz.com/\"\n      },\n      {\n        \"name\": \"That's Them VIN Search\",\n        \"type\": \"url\",\n        \"url\": \"https://thatsthem.com/vin-search\"\n      },\n      {\n        \"name\": \"VinCheck\",\n        \"type\": \"url\",\n        \"url\": \"https://www.nicb.org/theft_and_fraud_awareness/vincheck\"\n      },\n      {\n        \"name\": \"TRAVIC - Public Transportation Tracking\",\n        \"type\": \"url\",\n        \"url\": \"http://tracker.geops.ch/\"\n      },\n      {\n        \"name\": \"MyAccident - traffic accident map\",\n        \"type\": \"url\",\n        \"url\": \"https://myaccident.org/\"\n      },\n      {\n        \"name\": \"NHTSA Vehicle API\",\n        \"type\": \"url\",\n        \"url\": \"https://vpic.nhtsa.dot.gov/api/\"\n      }]\n    },\n    {\n      \"name\": \"Air Traffic Records\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"FlightAware - Live Flight Tracker\",\n        \"type\": \"url\",\n        \"url\": \"http://flightaware.com/live/\"\n      },\n      {\n        \"name\": \"Flightradar24.com\",\n        \"type\": \"url\",\n        \"url\": \"https://www.flightradar24.com/\"\n      },\n      {\n        \"name\": \"World Aeronautical Database\",\n        \"type\": \"url\",\n        \"url\": \"http://worldaerodata.com/\"\n      },\n      {\n        \"name\": \"ADS-B Exchange\",\n        \"type\": \"url\",\n        \"url\": \"https://www.adsbexchange.com/\"\n      },\n      {\n        \"name\": \"ADS-B.NL\",\n        \"type\": \"url\",\n        \"url\": \"https://www.ads-b.nl/index.php?pageno=9999\"\n      }]\n    },\n    {\n      \"name\": \"Marine Records\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Marine Traffic\",\n        \"type\": \"url\",\n        \"url\": \"http://www.marinetraffic.com/\"\n      },\n      {\n        \"name\": \"Vessel Tracker\",\n        \"type\": \"url\",\n        \"url\": \"http://www.vesseltracker.com/app\"\n      },\n      {\n        \"name\": \"Ship AIS\",\n        \"type\": \"url\",\n        \"url\": \"http://www.shipais.com/\"\n      },\n      {\n        \"name\": \"Shodan Ship Tracker\",\n        \"type\": \"url\",\n        \"url\": \"https://shiptracker.shodan.io/\"\n      },\n      {\n        \"name\": \"OpenSeaMap - The free nautical chart\",\n        \"type\": \"url\",\n        \"url\": \"http://www.openseamap.org\"\n      },\n      {\n        \"name\": \"Vessel Finder\",\n        \"type\": \"url\",\n        \"url\": \"https://www.vesselfinder.com/\"\n      }]\n    },\n    {\n      \"name\": \"Railway Records\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Deutsche Bahn Open-Data-Portal (German)\",\n        \"type\": \"url\",\n        \"url\": \"http://data.deutschebahn.com/\"\n      },\n      {\n        \"name\": \"OpenRailwayMap\",\n        \"type\": \"url\",\n        \"url\": \"https://www.openrailwaymap.org/\"\n      }]\n    },\n    {\n      \"name\": \"Transportation & Train Tracking\",\n      \"type\": \"url\",\n      \"url\": \"https://mobility.portal.geops.io/\"\n    },\n    {\n      \"name\": \"Satellite Tracking\",\n      \"type\": \"url\",\n      \"url\": \"http://www.n2yo.com/\"\n    },\n    {\n      \"name\": \"Track-Trace\",\n      \"type\": \"url\",\n      \"url\": \"http://www.track-trace.com/\"\n    }]\n  },\n  {\n    \"name\": \"Geolocation Tools / Maps\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Geolocation Tools\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Astrometry\",\n        \"type\": \"url\",\n        \"url\": \"https://nova.astrometry.net/\"\n      },\n      {\n        \"name\": \"SunCalc\",\n        \"type\": \"url\",\n        \"url\": \"http://suncalc.net/\"\n      },\n      {\n        \"name\": \"SunCalc\",\n        \"type\": \"url\",\n        \"url\": \"http://suncalc.org/\"\n      }]\n    },\n    {\n      \"name\": \"Coordinates\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"GPSVisualizer\",\n        \"type\": \"url\",\n        \"url\": \"http://www.gpsvisualizer.com/geocode\"\n      },\n      {\n        \"name\": \"Military Grid Reference System Coordinates\",\n        \"type\": \"url\",\n        \"url\": \"https://dominoc925-pages.appspot.com/mapplets/cs_mgrs.html\"\n      },\n      {\n        \"name\": \"Batch Geocoding\",\n        \"type\": \"url\",\n        \"url\": \"https://www.doogal.co.uk/BatchGeocoding.php\"\n      },\n      {\n        \"name\": \"Batch Reverse Geocoding\",\n        \"type\": \"url\",\n        \"url\": \"https://www.doogal.co.uk/BatchReverseGeocoding.php\"\n      }]\n    },\n    {\n      \"name\": \"Map Reporting Tools\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"BatchGeo\",\n        \"type\": \"url\",\n        \"url\": \"https://batchgeo.com/\"\n      },\n      {\n        \"name\": \"Hyperlapse (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/TeehanLax/Hyperlapse.js\"\n      },\n      {\n        \"name\": \"Teehan+Lax Labs - Hyperlapse\",\n        \"type\": \"url\",\n        \"url\": \"http://labs.teehanlax.com/project/hyperlapse\"\n      },\n      {\n        \"name\": \"Google Maps Streetview Player\",\n        \"type\": \"url\",\n        \"url\": \"http://brianfolts.com/driver/\"\n      },\n      {\n        \"name\": \"ScribbleMaps\",\n        \"type\": \"url\",\n        \"url\": \"http://scribblemaps.com/\"\n      }]\n    },\n    {\n      \"name\": \"Mobile Coverage\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"OpenSignal\",\n        \"type\": \"url\",\n        \"url\": \"https://opensignal.com/\"\n      },\n      {\n        \"name\": \"AntennaSearch\",\n        \"type\": \"url\",\n        \"url\": \"http://www.antennasearch.com/\"\n      }]\n    },\n    {\n      \"name\": \"Google Maps\",\n      \"type\": \"url\",\n      \"url\": \"https://www.google.com/maps/\"\n    },\n    {\n      \"name\": \"Bing Maps\",\n      \"type\": \"url\",\n      \"url\": \"http://www.bing.com/maps/\"\n    },\n    {\n      \"name\": \"HERE Maps\",\n      \"type\": \"url\",\n      \"url\": \"https://maps.here.com/\"\n    },\n    {\n      \"name\": \"Dual Maps\",\n      \"type\": \"url\",\n      \"url\": \"http://data.mashedworld.com/dualmaps/map.htm\"\n    },\n    {\n      \"name\": \"Instant Google Street View\",\n      \"type\": \"url\",\n      \"url\": \"http://www.instantstreetview.com/\"\n    },\n    {\n      \"name\": \"Wikimapia\",\n      \"type\": \"url\",\n      \"url\": \"http://wikimapia.org/#lang=en&lat=40.078071&lon=-100.458984&z=5&m=b\"\n    },\n    {\n      \"name\": \"OpenStreetMap\",\n      \"type\": \"url\",\n      \"url\": \"http://www.openstreetmap.org/#map=5/40.614/-100.679\"\n    },\n    {\n      \"name\": \"Flash Earth\",\n      \"type\": \"url\",\n      \"url\": \"http://www.flashearth.com/\"\n    },\n    {\n      \"name\": \"Historic Aerials\",\n      \"type\": \"url\",\n      \"url\": \"http://www.historicaerials.com/?javascript=&\"\n    },\n    {\n      \"name\": \"Google Maps Update Alerts\",\n      \"type\": \"url\",\n      \"url\": \"https://followyourworld.appspot.com/\"\n    },\n    {\n      \"name\": \"Google Earth Overlays\",\n      \"type\": \"url\",\n      \"url\": \"http://www.mgmaps.com/kml/#view\"\n    },\n    {\n      \"name\": \"Yandex.Maps\",\n      \"type\": \"url\",\n      \"url\": \"https://yandex.com/maps/\"\n    },\n    {\n      \"name\": \"Google Earth\",\n      \"type\": \"url\",\n      \"url\": \"https://www.google.com/earth/\"\n    },\n    {\n      \"name\": \"Baidu Maps\",\n      \"type\": \"url\",\n      \"url\": \"http://map.baidu.com/\"\n    },\n    {\n      \"name\": \"Corona\",\n      \"type\": \"url\",\n      \"url\": \"http://corona.cast.uark.edu/\"\n    },\n    {\n      \"name\": \"Daum (Korean)\",\n      \"type\": \"url\",\n      \"url\": \"http://map.daum.net/\"\n    },\n    {\n      \"name\": \"Naver (Korean)\",\n      \"type\": \"url\",\n      \"url\": \"http://map.naver.com/\"\n    },\n    {\n      \"name\": \"OpenStreetMap\",\n      \"type\": \"url\",\n      \"url\": \"http://www.openstreetmap.org/#map=5/51.500/-0.100\"\n    },\n    {\n      \"name\": \"EarthExplorer\",\n      \"type\": \"url\",\n      \"url\": \"https://earthexplorer.usgs.gov/\"\n    },\n    {\n      \"name\": \"OpenStreetCam\",\n      \"type\": \"url\",\n      \"url\": \"http://openstreetcam.org/\"\n    },\n    {\n      \"name\": \"Travel by Drone\",\n      \"type\": \"url\",\n      \"url\": \"http://travelbydrone.com/\"\n    },\n    {\n      \"name\": \"Hivemapper\",\n      \"type\": \"url\",\n      \"url\": \"https://hivemapper.com/\"\n    },\n    {\n      \"name\": \"LandsatLook Viewer\",\n      \"type\": \"url\",\n      \"url\": \"https://landsatlook.usgs.gov/\"\n    },\n    {\n      \"name\": \"Sentinel2Look Viewer\",\n      \"type\": \"url\",\n      \"url\": \"https://landsatlook.usgs.gov/sentinel2/\"\n    },\n    {\n      \"name\": \"NEXRAD Data Inventory Search\",\n      \"type\": \"url\",\n      \"url\": \"https://www.ncdc.noaa.gov/nexradinv/\"\n    },\n    {\n      \"name\": \"MapQuest\",\n      \"type\": \"url\",\n      \"url\": \"https://www.mapquest.com/\"\n    },\n    {\n      \"name\": \"OpenRailwayMap\",\n      \"type\": \"url\",\n      \"url\": \"http://www.openrailwaymap.org/\"\n    },\n    {\n      \"name\": \"OpenInfrastructureMap\",\n      \"type\": \"url\",\n      \"url\": \"openinframap.org/\"\n    },\n    {\n      \"name\": \"OpenStreetMap Routing Service\",\n      \"type\": \"url\",\n      \"url\": \"http://www.yournavigation.org/\"\n    },\n    {\n      \"name\": \"Hiking & Biking Map\",\n      \"type\": \"url\",\n      \"url\": \"http://hikebikemap.org/\"\n    },\n    {\n      \"name\": \"US Nav Guide Zip Code Data\",\n      \"type\": \"url\",\n      \"url\": \"http://www.usnaviguide.com/\"\n    },\n    {\n      \"name\": \"Wayback Imagery\",\n      \"type\": \"url\",\n      \"url\": \"https://livingatlas.arcgis.com/wayback/\"\n    },\n    {\n      \"name\": \"SkyFi.com - Satellite Open Data (R)\",\n      \"type\": \"url\",\n      \"url\": \"https://app.skyfi.com/explore/open\"\n    }]\n  },\n  {\n    \"name\": \"Search Engines\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"General Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Google\",\n        \"type\": \"url\",\n        \"url\": \"https://www.google.com/?gws_rd=ssl\"\n      },\n      {\n        \"name\": \"Bing\",\n        \"type\": \"url\",\n        \"url\": \"http://www.bing.com/\"\n      },\n      {\n        \"name\": \"DuckDuckGo\",\n        \"type\": \"url\",\n        \"url\": \"https://duckduckgo.com/\"\n      },\n      {\n        \"name\": \"Yahoo Advanced Web Search\",\n        \"type\": \"url\",\n        \"url\": \"https://search.yahoo.com/web/advanced\"\n      },\n      {\n        \"name\": \"StartPage\",\n        \"type\": \"url\",\n        \"url\": \"https://www.startpage.com/\"\n      },\n      {\n        \"name\": \"Yandex\",\n        \"type\": \"url\",\n        \"url\": \"https://www.yandex.com/\"\n      },\n      {\n        \"name\": \"Baidu\",\n        \"type\": \"url\",\n        \"url\": \"http://www.baidu.com/\"\n      },\n      {\n        \"name\": \"Google Advanced Search\",\n        \"type\": \"url\",\n        \"url\": \"https://www.google.com/advanced_search\"\n      },\n      {\n        \"name\": \"iBoogie\",\n        \"type\": \"url\",\n        \"url\": \"http://www.iboogie.com/\"\n      },\n      {\n        \"name\": \"iZito\",\n        \"type\": \"url\",\n        \"url\": \"http://www.izito.com/\"\n      },\n      {\n        \"name\": \"Bing vs. Google\",\n        \"type\": \"url\",\n        \"url\": \"http://bvsg.org/\"\n      },\n      {\n        \"name\": \"Ixquick Search Engine\",\n        \"type\": \"url\",\n        \"url\": \"https://www.ixquick.com/\"\n      },\n      {\n        \"name\": \"Advangle\",\n        \"type\": \"url\",\n        \"url\": \"http://advangle.com/\"\n      },\n      {\n        \"name\": \"Instya\",\n        \"type\": \"url\",\n        \"url\": \"http://www.instya.com/#/web/\"\n      },\n      {\n        \"name\": \"Hulbee\",\n        \"type\": \"url\",\n        \"url\": \"https://hulbee.com/\"\n      },\n      {\n        \"name\": \"Mojeek\",\n        \"type\": \"url\",\n        \"url\": \"https://mojeek.com/\"\n      },\n        \"name\": \"Swisscows\",\n        \"type\": \"url\",\n        \"url\": \"https://swisscows.com/\"\n      },\n      {\n        \"name\": \"Brave\",\n        \"type\": \"url\",\n        \"url\": \"https://search.brave.com/\"\n      },\n      {\n        \"name\": \"Stract\",\n        \"type\": \"url\",\n        \"url\": \"https://stract.com/\"\n      }]\n    },\n    {\n      \"name\": \"Meta Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Shuriken\",\n        \"type\": \"url\",\n        \"url\": \"http://shuriken.pm\"\n      },\n      {\n        \"name\": \"iSEEK\",\n        \"type\": \"url\",\n        \"url\": \"http://iseek.com/iseek/home.page\"\n      },\n      {\n        \"name\": \"Biznar\",\n        \"type\": \"url\",\n        \"url\": \"http://biznar.com/biznar/desktop/en/search.html\"\n      },\n      {\n        \"name\": \"eTools.ch\",\n        \"type\": \"url\",\n        \"url\": \"https://www.etools.ch/\"\n      },\n      {\n        \"name\": \"searx.me\",\n        \"type\": \"url\",\n        \"url\": \"https://searx.me/\"\n      },\n      {\n        \"name\": \"WhosTalkin\",\n        \"type\": \"url\",\n        \"url\": \"http://www.whostalkin.com/\"\n      },\n      {\n        \"name\": \"AnswerThePublic.com\",\n        \"type\": \"url\",\n        \"url\": \"http://answerthepublic.com/\"\n      }]\n    },\n    {\n      \"name\": \"Code Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"PublicWWW\",\n        \"type\": \"url\",\n        \"url\": \"https://publicwww.com/\"\n      },\n      {\n        \"name\": \"Searchcode\",\n        \"type\": \"url\",\n        \"url\": \"https://searchcode.com/\"\n      },\n      {\n        \"name\": \"NerdyData\",\n        \"type\": \"url\",\n        \"url\": \"https://nerdydata.com/search\"\n      },\n      {\n        \"name\": \"Gitrob (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/michenriksen/gitrob\"\n      },\n      {\n        \"name\": \"Github-Dorks (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/techgaun/github-dorks\"\n      },\n      {\n        \"name\": \"GitLeaks\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/zricethezav/gitleaks\"\n      }]\n    },\n    {\n      \"name\": \"FTP Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"GlobalFile\",\n        \"type\": \"url\",\n        \"url\": \"https://globalfilesearch.com/\"\n      },\n      {\n        \"name\": \"FTP Google Dork (D)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.google.com/search?q=inurl%3Aftp+-inurl%3Ahttp+-inurl%3Ahttps+ftpsearchterm\"\n      },\n      {\n        \"name\": \"Napalm FTP\",\n        \"type\": \"url\",\n        \"url\": \"http://www.searchftps.net/\"\n      }]\n    },\n    {\n      \"name\": \"Academic / Publication Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"PubPeer\",\n        \"type\": \"url\",\n        \"url\": \"https://pubpeer.com/\"\n      },\n      {\n        \"name\": \"Bielefeld Academic Search Engine\",\n        \"type\": \"url\",\n        \"url\": \"https://www.base-search.net/Search/Advanced\"\n      },\n      {\n        \"name\": \"Google Scholar\",\n        \"type\": \"url\",\n        \"url\": \"https://scholar.google.com/\"\n      },\n      {\n        \"name\": \"PubMed - National Center for Biotechnology Information\",\n        \"type\": \"url\",\n        \"url\": \"http://www.ncbi.nlm.nih.gov/pubmed/\"\n      },\n      {\n        \"name\": \"Social Science Research Network\",\n        \"type\": \"url\",\n        \"url\": \"http://ssrn.com/en/\"\n      },\n      {\n        \"name\": \"Open Library\",\n        \"type\": \"url\",\n        \"url\": \"https://openlibrary.org/\"\n      },\n      {\n        \"name\": \"World Digital Library\",\n        \"type\": \"url\",\n        \"url\": \"https://www.wdl.org/en/\"\n      },\n      {\n        \"name\": \"JURN\",\n        \"type\": \"url\",\n        \"url\": \"http://jurn.org/#gsc.tab=0\"\n      },\n      {\n        \"name\": \"HathiTrust Digital Library\",\n        \"type\": \"url\",\n        \"url\": \"https://www.hathitrust.org/\"\n      },\n      {\n        \"name\": \"UK National Archives\",\n        \"type\": \"url\",\n        \"url\": \"http://discovery.nationalarchives.gov.uk/\"\n      },\n      {\n        \"name\": \"OpenGrey EU Papers\",\n        \"type\": \"url\",\n        \"url\": \"http://opengrey.eu/\"\n      },\n      {\n        \"name\": \"US Gov Publishing Office - FDsys\",\n        \"type\": \"url\",\n        \"url\": \"https://www.gpo.gov/fdsys/\"\n      },\n      {\n        \"name\": \"OpenDOAR\",\n        \"type\": \"url\",\n        \"url\": \"http://www.opendoar.org/search.php\"\n      },\n      {\n        \"name\": \"Microsoft Academic\",\n        \"type\": \"url\",\n        \"url\": \"https://academic.microsoft.com/\"\n      },\n      {\n        \"name\": \"Science Direct\",\n        \"type\": \"url\",\n        \"url\": \"http://www.sciencedirect.com/\"\n      },\n      {\n        \"name\": \"PQDT Open\",\n        \"type\": \"url\",\n        \"url\": \"http://pqdtopen.proquest.com/search.html\"\n      },\n      {\n        \"name\": \"Think Tank Search\",\n        \"type\": \"url\",\n        \"url\": \"http://guides.library.harvard.edu/hks/think_tank_search\"\n      },\n      {\n        \"name\": \"Library Databases\",\n        \"type\": \"url\",\n        \"url\": \"http://guides.uflib.ufl.edu/az.php\"\n      },\n      {\n        \"name\": \"Copyscape Plagiarism Checker\",\n        \"type\": \"url\",\n        \"url\": \"http://copyscape.com/\"\n      },\n      {\n        \"name\": \"Lazy Scholar (T)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.lazyscholar.org/\"\n      },\n      {\n        \"name\": \"Open Access Scholarly Journals\",\n        \"type\": \"url\",\n        \"url\": \"http://www.pagepress.org/\"\n      },\n      {\n        \"name\": \"The Open Syllabus Project\",\n        \"type\": \"url\",\n        \"url\": \"http://explorer.opensyllabusproject.org/\"\n      },\n      {\n        \"name\": \"Science Publications\",\n        \"type\": \"url\",\n        \"url\": \"http://www.thescipub.com/\"\n      },\n      {\n        \"name\": \"arXiv.org\",\n        \"type\": \"url\",\n        \"url\": \"https://arxiv.org/\"\n      }]\n    },\n    {\n      \"name\": \"News Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Paperboy Online Newspapers\",\n        \"type\": \"url\",\n        \"url\": \"http://www.thepaperboy.com/\"\n      },\n      {\n        \"name\": \"Google News Search\",\n        \"type\": \"url\",\n        \"url\": \"https://news.google.com/news/advanced_news_search?\"\n      },\n      {\n        \"name\": \"Flipboard\",\n        \"type\": \"url\",\n        \"url\": \"https://flipboard.com/\"\n      },\n      {\n        \"name\": \"YouGotTheNews\",\n        \"type\": \"url\",\n        \"url\": \"http://www.yougotthenews.com/\"\n      },\n      {\n        \"name\": \"NewspaperARCHIVE.com\",\n        \"type\": \"url\",\n        \"url\": \"http://newspaperarchive.com/\"\n      },\n      {\n        \"name\": \"PressReader.com\",\n        \"type\": \"url\",\n        \"url\": \"http://www.pressreader.com/\"\n      },\n      {\n        \"name\": \"Newspaper Map\",\n        \"type\": \"url\",\n        \"url\": \"http://newspapermap.com/\"\n      },\n      {\n        \"name\": \"NewsBrief\",\n        \"type\": \"url\",\n        \"url\": \"http://emm.newsbrief.eu/NewsBrief/clusteredition/en/latest.html\"\n      },\n      {\n        \"name\": \"AllYouCanRead.com\",\n        \"type\": \"url\",\n        \"url\": \"http://www.allyoucanread.com/\"\n      },\n      {\n        \"name\": \"World News\",\n        \"type\": \"url\",\n        \"url\": \"https://wn.com/#/search\"\n      },\n      {\n        \"name\": \"NewsNow.co.uk\",\n        \"type\": \"url\",\n        \"url\": \"http://www.newsnow.co.uk/h/\"\n      },\n      {\n        \"name\": \"Hubii\",\n        \"type\": \"url\",\n        \"url\": \"http://hubii.com/\"\n      },\n      {\n        \"name\": \"Inshorts\",\n        \"type\": \"url\",\n        \"url\": \"https://www.inshorts.com/en/read\"\n      },\n      {\n        \"name\": \"NewsBot\",\n        \"type\": \"url\",\n        \"url\": \"https://getnewsbot.com/\"\n      }]\n    },\n    {\n      \"name\": \"Other Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Colossus International Engine List\",\n        \"type\": \"url\",\n        \"url\": \"http://www.searchenginecolossus.com/\"\n      },\n      {\n        \"name\": \"AOL Search Database\",\n        \"type\": \"url\",\n        \"url\": \"http://search-id.com/\"\n      },\n      {\n        \"name\": \"Zenodo\",\n        \"type\": \"url\",\n        \"url\": \"https://zenodo.org/\"\n      },\n      {\n        \"name\": \"EntityCube\",\n        \"type\": \"url\",\n        \"url\": \"http://entitycube.research.microsoft.com/\"\n      },\n      {\n        \"name\": \"FindTheData A Research Engine\",\n        \"type\": \"url\",\n        \"url\": \"http://www.findthedata.com/\"\n      }]\n    },\n    {\n      \"name\": \"Search Tools\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Million Short\",\n        \"type\": \"url\",\n        \"url\": \"https://millionshort.com/\"\n      },\n      {\n        \"name\": \"SearchDiggity (T)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.bishopfox.com/download/405/\"\n      },\n      {\n        \"name\": \"Scanner-inurlbr (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/googleinurl/SCANNER-INURLBR\"\n      },\n      {\n        \"name\": \"Google Alerts\",\n        \"type\": \"url\",\n        \"url\": \"https://www.google.com/alerts#\"\n      },\n      {\n        \"name\": \"Google Custom Search Engine\",\n        \"type\": \"url\",\n        \"url\": \"https://cse.google.com/cse/\"\n      },\n      {\n        \"name\": \"pagodo - Passive Google Dork (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/opsdisk/pagodo\"\n      },\n      {\n        \"name\": \"Talkwalker Alerts\",\n        \"type\": \"url\",\n        \"url\": \"http://www.talkwalker.com/alerts\"\n      },\n      {\n        \"name\": \"Google Trends\",\n        \"type\": \"url\",\n        \"url\": \"https://trends.google.com/trends/\"\n      }]\n    },\n    {\n      \"name\": \"Search Engine Guides\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Google Hacking Database\",\n        \"type\": \"url\",\n        \"url\": \"https://www.exploit-db.com/google-hacking-database/\"\n      },\n      {\n        \"name\": \"Google Search Operators Guide\",\n        \"type\": \"url\",\n        \"url\": \"http://googleguide.com/advanced_operators_reference.html\"\n      },\n      {\n        \"name\": \"Google Guide Cheat Sheet\",\n        \"type\": \"url\",\n        \"url\": \"http://googleguide.com/help/calculator.html\"\n      }]\n    },\n    {\n      \"name\": \"Fact Checking\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Hoaxy\",\n        \"type\": \"url\",\n        \"url\": \"https://hoaxy.iuni.iu.edu/\"\n      },\n      {\n        \"name\": \"Africa Check\",\n        \"type\": \"url\",\n        \"url\": \"https://africacheck.org/\"\n      },\n      {\n        \"name\": \"PolitiFact\",\n        \"type\": \"url\",\n        \"url\": \"http://www.politifact.com/\"\n      },\n      {\n        \"name\": \"SciCheck\",\n        \"type\": \"url\",\n        \"url\": \"http://www.factcheck.org/scicheck/\"\n      },\n      {\n        \"name\": \"Duke Reporters' Lab\",\n        \"type\": \"url\",\n        \"url\": \"http://reporterslab.org/fact-checking/\"\n      },\n      {\n        \"name\": \"Stop Fake Tools\",\n        \"type\": \"url\",\n        \"url\": \"http://www.stopfake.org/en/category/tools/\"\n      },\n      {\n        \"name\": \"Snopes\",\n        \"type\": \"url\",\n        \"url\": \"http://www.snopes.com/\"\n      },\n      {\n        \"name\": \"Verification Handbook\",\n        \"type\": \"url\",\n        \"url\": \"http://verificationhandbook.com/\"\n      },\n      {\n        \"name\": \"Verification Junkie\",\n        \"type\": \"url\",\n        \"url\": \"http://verificationjunkie.com/\"\n      },\n      {\n        \"name\": \"MediaBugs\",\n        \"type\": \"url\",\n        \"url\": \"http://mediabugs.org/\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"Forums / Blogs / IRC\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Forum Search Engines\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"BoardReader\",\n        \"type\": \"url\",\n        \"url\": \"http://boardreader.com/\"\n      },\n      {\n        \"name\": \"Omgili\",\n        \"type\": \"url\",\n        \"url\": \"http://omgili.com/\"\n      },\n      {\n        \"name\": \"Craigslist Forums\",\n        \"type\": \"url\",\n        \"url\": \"https://forums.craigslist.org/\"\n      },\n      {\n        \"name\": \"Delphi Forum Search\",\n        \"type\": \"url\",\n        \"url\": \"http://www.delphiforums.com/\"\n      },\n      {\n        \"name\": \"Google Groups Search\",\n        \"type\": \"url\",\n        \"url\": \"https://groups.google.com/forum/#!overview\"\n      }]\n    },\n    {\n      \"name\": \"Blog Search Engines\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Live Journal Seek\",\n        \"type\": \"url\",\n        \"url\": \"http://ljseek.com/\"\n      },\n      {\n        \"name\": \"Topix\",\n        \"type\": \"url\",\n        \"url\": \"http://www.topix.com/search/article?q=\"\n      },\n      {\n        \"name\": \"Blog Search Engine\",\n        \"type\": \"url\",\n        \"url\": \"http://www.blogsearchengine.org/\"\n      }]\n    },\n    {\n      \"name\": \"IRC Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Mibbit\",\n        \"type\": \"url\",\n        \"url\": \"http://search.mibbit.com/\"\n      },\n      {\n        \"name\": \"ircsnapshot (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/bwall/ircsnapshot\"\n      },\n      {\n        \"name\": \"netsplit.de\",\n        \"type\": \"url\",\n        \"url\": \"http://irc.netsplit.de/channels/search.php\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"Archives\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Web\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Internet Archive: Wayback Machine\",\n        \"type\": \"url\",\n        \"url\": \"https://archive.org/web/\"\n      },\n      {\n        \"name\": \"Archive.is\",\n        \"type\": \"url\",\n        \"url\": \"https://archive.is/\"\n      },\n      {\n        \"name\": \"WebCite\",\n        \"type\": \"url\",\n        \"url\": \"http://webcitation.org/query\"\n      },\n      {\n        \"name\": \"Cached View\",\n        \"type\": \"url\",\n        \"url\": \"http://cachedview.com/\"\n      },\n      {\n        \"name\": \"Cached Pages\",\n        \"type\": \"url\",\n        \"url\": \"http://www.cachedpages.com/\"\n      },\n      {\n        \"name\": \"Textfiles.com\",\n        \"type\": \"url\",\n        \"url\": \"http://textfiles.com/\"\n      },\n      {\n        \"name\": \"UK Web Archive\",\n        \"type\": \"url\",\n        \"url\": \"http://www.webarchive.org.uk/ukwa/\"\n      },\n      {\n        \"name\": \"Screenshots.com\",\n        \"type\": \"url\",\n        \"url\": \"http://www.screenshots.com/\"\n      },\n      {\n        \"name\": \"Wayback Machine - Beta Search\",\n        \"type\": \"url\",\n        \"url\": \"https://web-beta.archive.org/#/\"\n      },\n      {\n        \"name\": \"Common Crawl\",\n        \"type\": \"url\",\n        \"url\": \"http://commoncrawl.org/\"\n      },\n      {\n        \"name\": \"Wayback Machine Chrome Extension\",\n        \"type\": \"url\",\n        \"url\": \"https://chrome.google.com/webstore/detail/wayback-machine/fpnmgdkabkmnadcjpehmlllkndpkmiak\"\n      },\n      {\n        \"name\": \"PDF My URL\",\n        \"type\": \"url\",\n        \"url\": \"http://pdfmyurl.com/\"\n      },\n      {\n        \"name\": \"Common Crawl\",\n        \"type\": \"url\",\n        \"url\": \"http://commoncrawl.org/\"\n      },      \n      {\n        \"name\": \"Anna's Archive\",\n        \"type\": \"url\",\n        \"url\": \"https://annas-archive.org/\"\n      },\n      {\n        \"name\": \"Browsershots\",\n        \"type\": \"url\",\n        \"url\": \"http://browsershots.org/\"\n      },\n      {\n        \"name\": \"Waybackpack (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/jsvine/waybackpack\"\n      },\n      {\n        \"name\": \"Web Archive-RU\",\n        \"type\": \"url\",\n        \"url\": \"https://web-arhive.ru/\"\n      }]\n    },\n    {\n      \"name\": \"Data Leaks\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Databases.Today\",\n        \"type\": \"url\",\n        \"url\": \"https://databases.today/\"\n      },\n      {\n        \"name\": \"Cryptome\",\n        \"type\": \"url\",\n        \"url\": \"http://cryptome.org/\"\n      },\n      {\n        \"name\": \"WikiLeaks\",\n        \"type\": \"url\",\n        \"url\": \"https://wikileaks.org/\"\n      }]\n    },\n    {\n      \"name\": \"Public Datasets\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Labled Faces in the Wild DB\",\n        \"type\": \"url\",\n        \"url\": \"http://vis-www.cs.umass.edu/lfw/\"\n      },\n      {\n        \"name\": \"VisualGenome\",\n        \"type\": \"url\",\n        \"url\": \"http://visualgenome.org/\"\n      },\n      {\n        \"name\": \"UCI Spambase Data Set\",\n        \"type\": \"url\",\n        \"url\": \"https://archive.ics.uci.edu/ml/datasets/Spambase\"\n      },\n      {\n        \"name\": \"Stanford Large Network Dataset Collection\",\n        \"type\": \"url\",\n        \"url\": \"http://snap.stanford.edu/data/#amazon\"\n      }]\n    },\n    {\n      \"name\": \"Other Media\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Library of Congress: Digitized Newspapers - 1836-1922\",\n        \"type\": \"url\",\n        \"url\": \"http://chroniclingamerica.loc.gov/\"\n      },\n      {\n        \"name\": \"Library of Congress: Newspaper Directory - 1690-Present\",\n        \"type\": \"url\",\n        \"url\": \"http://chroniclingamerica.loc.gov/search/titles/\"\n      },\n      {\n        \"name\": \"TV Closed Caption Search\",\n        \"type\": \"url\",\n        \"url\": \"https://archive.org/details/tv\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"Language Translation\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Text\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"DeepL Translator\",\n        \"type\": \"url\",\n        \"url\": \"https://www.deepl.com/\"\n      },\n      {\n        \"name\": \"Google Translate\",\n        \"type\": \"url\",\n        \"url\": \"https://translate.google.com/\"\n      },\n      {\n        \"name\": \"Google Input Tools\",\n        \"type\": \"url\",\n        \"url\": \"https://www.google.com/inputtools/try/\"\n      },\n      {\n        \"name\": \"Bing Translate\",\n        \"type\": \"url\",\n        \"url\": \"http://www.bing.com/translator/\"\n      },\n      {\n        \"name\": \"Word Reference\",\n        \"type\": \"url\",\n        \"url\": \"https://www.wordreference.com/\"\n      },\n      {\n        \"name\": \"Dictionary.com Translator\",\n        \"type\": \"url\",\n        \"url\": \"http://translate.reference.com/\"\n      },\n      {\n        \"name\": \"Free Translation\",\n        \"type\": \"url\",\n        \"url\": \"https://www.freetranslation.com/\"\n      },\n      {\n        \"name\": \"Free Online Translation\",\n        \"type\": \"url\",\n        \"url\": \"http://www.worldlingo.com/en/products_services/worldlingo_translator.html\"\n      },\n      {\n        \"name\": \"Wiktionary\",\n        \"type\": \"url\",\n        \"url\": \"https://www.wiktionary.org/\"\n      },\n      {\n        \"name\": \"Slangit - The Slang Dictionary\",\n        \"type\": \"url\",\n        \"url\": \"https://slangit.com/\"\n      },\n      {\n        \"name\": \"Slang Dictionary & Translator\",\n        \"type\": \"url\",\n        \"url\": \"http://www.noslang.com/\"\n      },\n      {\n        \"name\": \"Urban Dictionary\",\n        \"type\": \"url\",\n        \"url\": \"http://www.urbandictionary.com/\"\n      }]\n    },\n    {\n      \"name\": \"Pictures\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Online OCR\",\n        \"type\": \"url\",\n        \"url\": \"http://www.free-ocr.com/\"\n      },\n      {\n        \"name\": \"i2OCR\",\n        \"type\": \"url\",\n        \"url\": \"http://www.i2ocr.com/\"\n      },\n      {\n        \"name\": \"New OCR\",\n        \"type\": \"url\",\n        \"url\": \"https://www.newocr.com/\"\n      },\n      {\n        \"name\": \"Online OCR\",\n        \"type\": \"url\",\n        \"url\": \"http://www.onlineocr.net/\"\n      }]\n    },\n    {\n      \"name\": \"Videos\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Eleven Labs Dubbing\",\n        \"type\": \"url\",\n        \"url\": \"https://elevenlabs.io/dubbing\"\n      }]\n    },\n    {\n      \"name\": \"Analysis\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"WhatTheFont\",\n        \"type\": \"url\",\n        \"url\": \"https://www.myfonts.com/WhatTheFont/\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"Metadata\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"ExifTool (T)\",\n      \"type\": \"url\",\n      \"url\": \"http://www.sno.phy.queensu.ca/~phil/exiftool/\"\n    },\n    {\n      \"name\": \"Metagoofil (T)\",\n      \"type\": \"url\",\n      \"url\": \"http://www.edge-security.com/metagoofil.php\"\n    },\n    {\n      \"name\": \"FOCA (T)\",\n      \"type\": \"url\",\n      \"url\": \"https://github.com/ElevenPaths/FOCA\"\n    },\n    {\n      \"name\": \"CodeTwo Outlook Export (T)\",\n      \"type\": \"url\",\n      \"url\": \"http://www.codetwo.com/freeware/outlook-export/\"\n    }]\n  },\n  {\n    \"name\": \"Mobile Emulation\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Android\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Emulation Tools\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Genymotion (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://www.genymotion.com/\"\n        },\n        {\n          \"name\": \"BlueStacks 2 (T)\",\n          \"type\": \"url\",\n          \"url\": \"http://www.bluestacks.com/\"\n        },\n        {\n          \"name\": \"Andy Android Emulator (T)\",\n          \"type\": \"url\",\n          \"url\": \"http://www.andyroid.net/\"\n        },\n        {\n          \"name\": \"Nox App Player\",\n          \"type\": \"url\",\n          \"url\": \"https://www.bignox.com/\"\n        },\n        {\n          \"name\": \"Apk Online\",\n          \"type\": \"url\",\n          \"url\": \"https://www.apkonline.net/\"\n        }]\n      },\n      {\n        \"name\": \"Apps\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Social Networking\",\n          \"type\": \"folder\",\n          \"children\": [\n          {\n            \"name\": \"Facebook (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=com.facebook.katana\"\n          },\n          {\n            \"name\": \"LinkedIn (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=com.linkedin.android\"\n          },\n          {\n            \"name\": \"Twitter (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=com.twitter.android\"\n          },\n          {\n            \"name\": \"Pinterest (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=com.pinterest\"\n          }]\n        },\n        {\n          \"name\": \"Instant Messaging\",\n          \"type\": \"folder\",\n          \"children\": [\n          {\n            \"name\": \"Signal Private Messenger (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms\"\n          },\n          {\n            \"name\": \"Riot.im - Communicate, your way (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=im.vector.app\"\n          },\n          {\n            \"name\": \"Telegram (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=org.telegram.messenger\"\n          },\n          {\n            \"name\": \"Snapchat (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=com.snapchat.android\"\n          },\n          {\n            \"name\": \"WhatsApp Messenger (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=com.whatsapp\"\n          },\n          {\n            \"name\": \"Kik (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=kik.android\"\n          },\n          {\n            \"name\": \"Yik Yak (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=com.yik.yak\"\n          },\n          {\n            \"name\": \"LINE (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=jp.naver.line.android\"\n          }]\n        },\n        {\n          \"name\": \"Pictures\",\n          \"type\": \"folder\",\n          \"children\": [\n          {\n            \"name\": \"Instagram (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=com.instagram.android\"\n          },\n          {\n            \"name\": \"Flickr (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=com.yahoo.mobile.client.android.flickr\"\n          }]\n        },\n        {\n          \"name\": \"Streaming Video\",\n          \"type\": \"folder\",\n          \"children\": [\n          {\n            \"name\": \"Periscope (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=tv.periscope.android\"\n          },\n          {\n            \"name\": \"Meerkat (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=co.getair.meerkat\"\n          },\n          {\n            \"name\": \"Vine (T)\",\n            \"type\": \"url\",\n            \"url\": \"https://play.google.com/store/apps/details?id=co.vine.android\"\n          }]\n        },\n        {\n          \"name\": \"Truecaller (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://play.google.com/store/apps/details?id=com.truecaller\"\n        }]\n      }]\n    }]\n  },\n  {\n    \"name\": \"Terrorism\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Global Terrorism Database\",\n      \"type\": \"url\",\n      \"url\": \"http://www.start.umd.edu/gtd/\"\n    }]\n  },\n  {\n    \"name\": \"Dark Web\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"General Info\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Reddit Deep Web\",\n        \"type\": \"url\",\n        \"url\": \"https://www.reddit.com/r/deepweb\"\n      },\n      {\n        \"name\": \"Reddit Onions\",\n        \"type\": \"url\",\n        \"url\": \"https://www.reddit.com/r/onions\"\n      },\n      {\n        \"name\": \"Reddit Darknet\",\n        \"type\": \"url\",\n        \"url\": \"https://www.reddit.com/r/darknet\"\n      }]\n    },\n    {\n      \"name\": \"Clients\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Tor Download (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.torproject.org/download/download-easy.html.en\"\n      },\n      {\n        \"name\": \"Freenet Project (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://freenetproject.org/pages/download.html\"\n      },\n      {\n        \"name\": \"I2P Anonymous Network (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://geti2p.net/en/\"\n      }]\n    },\n    {\n      \"name\": \"Discovery\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"OnionScan\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/s-rah/onionscan\"\n      },\n      {\n        \"name\": \"TorBot\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/DedSecInside/TorBot\"\n      },\n      {\n        \"name\": \"Tor Scan\",\n        \"type\": \"url\",\n        \"url\": \"http://www.torscan.io/\"\n      },\n      {\n        \"name\": \"Onioff\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/k4m4/onioff\"\n      },\n      {\n        \"name\": \"Hunchly Hidden Services Report\",\n        \"type\": \"url\",\n        \"url\": \"https://darkweb.hunch.ly/\"\n      },\n      {\n        \"name\": \"docker-onion-nmap (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/milesrichardson/docker-onion-nmap\"\n      },\n      {\n        \"name\": \"Onion Investigator\",\n        \"type\": \"url\",\n        \"url\": \"https://oint.ctrlbox.com/\"\n      }]\n    },\n    {\n      \"name\": \"TOR Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Onion Cab\",\n        \"type\": \"url\",\n        \"url\": \"https://onion.cab/\"\n      },\n      {\n        \"name\": \"OnionLink\",\n        \"type\": \"url\",\n        \"url\": \"http://www.onion.link/\"\n      },\n      {\n        \"name\": \"Candle\",\n        \"type\": \"url\",\n        \"url\": \"http://gjobqjj7wyczbqie.onion/\"\n      },\n      {\n        \"name\": \"Not Evil\",\n        \"type\": \"url\",\n        \"url\": \"http://hss3uro2hsxfogfq.onion/\"\n      },\n      {\n        \"name\": \"Tor66\",\n        \"type\": \"url\",\n        \"url\": \"http://tor66sezptuu2nta.onion/\"\n      },\n      {\n        \"name\": \"dark.fail\",\n        \"type\": \"url\",\n        \"url\": \"http://darkfailllnkf4vf.onion/\"\n      },\n      {\n        \"name\": \"Ahmia\",\n        \"type\": \"url\",\n        \"url\": \"https://ahmia.fi/\"\n      }]\n    },\n    {\n      \"name\": \"TOR Directories\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Hidden Wiki\",\n        \"type\": \"url\",\n        \"url\": \"http://thehiddenwiki.org/\"\n      },\n      {\n        \"name\": \"Core.onion\",\n        \"type\": \"url\",\n        \"url\": \"http://eqt5g4fuenphqinx.onion/\"\n      }]\n    },\n    {\n      \"name\": \"Web O Proxy\",\n      \"type\": \"url\",\n      \"url\": \"https://weboproxy.com/\"\n    },\n    {\n      \"name\": \"IACA Dark Web Investigation Support\",\n      \"type\": \"url\",\n      \"url\": \"https://iaca-darkweb-tools.com/\"\n    }]\n  },\n  {\n    \"name\": \"Digital Currency\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Bitcoin\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"OXT\",\n        \"type\": \"url\",\n        \"url\": \"https://oxt.me\"\n      },\n      {\n        \"name\": \"Blocktrail\",\n        \"type\": \"url\",\n        \"url\": \"https://www.blocktrail.com/BTC\"\n      },\n      {\n        \"name\": \"Blockchain.info\",\n        \"type\": \"url\",\n        \"url\": \"https://blockchain.info/\"\n      },\n      {\n        \"name\": \"Block Explorer\",\n        \"type\": \"url\",\n        \"url\": \"https://blockexplorer.com/\"\n      },\n      {\n        \"name\": \"Blockr.io\",\n        \"type\": \"url\",\n        \"url\": \"http://blockr.io/\"\n      },\n      {\n        \"name\": \"BitRef\",\n        \"type\": \"url\",\n        \"url\": \"https://bitref.com/\"\n      },\n      {\n        \"name\": \"Wallet Explorer\",\n        \"type\": \"url\",\n        \"url\": \"https://www.walletexplorer.com/\"\n      },\n      {\n        \"name\": \"Graphsense\",\n        \"type\": \"url\",\n        \"url\": \"https://graphsense.info/\"\n      },\n      {\n        \"name\": \"Blockonomics\",\n        \"type\": \"url\",\n        \"url\": \"https://www.blockonomics.co/\"\n      },\n      {\n        \"name\": \"Bitcoin Who's Who\",\n        \"type\": \"url\",\n        \"url\": \"http://bitcoinwhoswho.com/\"\n      },\n      {\n        \"name\": \"Orbit (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/s0md3v/Orbit\"\n      }]\n    },\n    {\n      \"name\": \"Ethereum\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Ether.Camp\",\n        \"type\": \"url\",\n        \"url\": \"https://live.ether.camp/transactions\"\n      },\n      {\n        \"name\": \"etherchain.org\",\n        \"type\": \"url\",\n        \"url\": \"https://etherchain.org/accounts/\"\n      },\n      {\n        \"name\": \"Etherscan\",\n        \"type\": \"url\",\n        \"url\": \"https://etherscan.io/\"\n      }]\n    },\n    {\n      \"name\": \"Monero\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"XMRChain.net\",\n        \"type\": \"url\",\n        \"url\": \"https://xmrchain.net/\"\n      },\n      {\n        \"name\": \"Monero Blocks\",\n        \"type\": \"url\",\n        \"url\": \"http://moneroblocks.info/\"\n      },\n      {\n        \"name\": \"Chain Radar\",\n        \"type\": \"url\",\n        \"url\": \"https://chainradar.com/xmr/blocks\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"Classifieds\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Craigslist\",\n      \"type\": \"url\",\n      \"url\": \"http://craigslist.org/\"\n    },\n    {\n      \"name\": \"Kijiji - Canada Classifieds\",\n      \"type\": \"url\",\n      \"url\": \"http://www.kijiji.ca/\"\n    },\n    {\n      \"name\": \"Quikr - India Classifieds\",\n      \"type\": \"url\",\n      \"url\": \"http://www.quikr.com/\"\n    },\n    {\n      \"name\": \"eBay\",\n      \"type\": \"url\",\n      \"url\": \"http://www.ebay.com/\"\n    },\n    {\n      \"name\": \"OfferUp\",\n      \"type\": \"url\",\n      \"url\": \"https://offerup.com/\"\n    },\n    {\n      \"name\": \"Goofbid\",\n      \"type\": \"url\",\n      \"url\": \"http://www.goofbid.com/\"\n    },\n    {\n      \"name\": \"Flippity\",\n      \"type\": \"url\",\n      \"url\": \"http://www.flippity.com/\"\n    },\n    {\n      \"name\": \"SearchAllJunk\",\n      \"type\": \"url\",\n      \"url\": \"http://www.searchalljunk.com/\"\n    },\n    {\n      \"name\": \"TotalCraigSearch\",\n      \"type\": \"url\",\n      \"url\": \"http://www.totalcraigsearch.com/\"\n    },\n    {\n      \"name\": \"Search Tempest\",\n      \"type\": \"url\",\n      \"url\": \"http://www.searchtempest.com/\"\n    },\n    {\n      \"name\": \"Oodle\",\n      \"type\": \"url\",\n      \"url\": \"http://www.oodle.com/\"\n    },\n    {\n      \"name\": \"Claz.org\",\n      \"type\": \"url\",\n      \"url\": \"http://claz.org/\"\n    },\n    {\n      \"name\": \"francais-a-londres.org - French Classifieds\",\n      \"type\": \"url\",\n      \"url\": \"http://francais-a-londres.org/\"\n    }]\n  },\n  {\n    \"name\": \"Encoding / Decoding\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Base64\",\n      \"type\": \"folder\",\n      \"children\": [\n      ]\n    },\n    {\n      \"name\": \"Barcodes / QR\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"ClearImage Barcode Reader\",\n        \"type\": \"url\",\n        \"url\": \"http://online-barcode-reader.inliteresearch.com/\"\n      }]\n    },\n    {\n      \"name\": \"Javascript\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"JS Beautifier\",\n        \"type\": \"url\",\n        \"url\": \"http://jsbeautifier.org/\"\n      },\n      {\n        \"name\": \"JS NICE\",\n        \"type\": \"url\",\n        \"url\": \"http://jsnice.org/\"\n      },\n      {\n        \"name\": \"Firebug (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://getfirebug.com/downloads/\"\n      },\n      {\n        \"name\": \"SpiderMonkey (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey\"\n      },\n      {\n        \"name\": \"Kahu Revelo (T)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.kahusecurity.com/tools/\"\n      },\n      {\n        \"name\": \"JavaScript Deobfuscator (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://addons.mozilla.org/en-US/firefox/addon/javascript-deobfuscator/\"\n      }]\n    },\n    {\n      \"name\": \"PHP\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"DDecode - PHP Decoder\",\n        \"type\": \"url\",\n        \"url\": \"http://ddecode.com/phpdecoder/\"\n      }]\n    },\n    {\n      \"name\": \"XOR\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Unix\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"XORSearch & XORStrings (T)\",\n          \"type\": \"url\",\n          \"url\": \"http://blog.didierstevens.com/programs/xorsearch/\"\n        },\n        {\n          \"name\": \"xortool (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://github.com/hellman/xortool\"\n        },\n        {\n          \"name\": \"unxor (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://github.com/tomchop/unxor\"\n        }]\n      },\n      {\n        \"name\": \"Windows\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Kahu Converter Utilities (T)\",\n          \"type\": \"url\",\n          \"url\": \"http://www.kahusecurity.com/tools/\"\n        }]\n      },\n      {\n        \"name\": \"Python\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"iheartxor.py (T)\",\n          \"type\": \"url\",\n          \"url\": \"http://hooked-on-mnemonics.blogspot.com/p/iheartxor.html\"\n        },\n        {\n          \"name\": \"XORBruteForcer.py (T)\",\n          \"type\": \"url\",\n          \"url\": \"http://eternal-todo.com/var/scripts/xorbruteforcer\"\n        },\n        {\n          \"name\": \"NoMoreXOR.py (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://github.com/hiddenillusion/NoMoreXOR\"\n        },\n        {\n          \"name\": \"Balbuzard (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://bitbucket.org/decalage/balbuzard\"\n        }]\n      }]\n    },\n    {\n      \"name\": \"CyberChef\",\n      \"type\": \"url\",\n      \"url\": \"https://gchq.github.io/CyberChef/\"\n    },\n    {\n      \"name\": \"Functions Online\",\n      \"type\": \"url\",\n      \"url\": \"https://www.functions-online.com/\"\n    }]\n  },\n  {\n    \"name\": \"Tools\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"OSINT Automation\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Vector (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/thesaderror/vector\"\n      },\n      {\n        \"name\": \"DataSploit (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/datasploit/datasploit/\"\n      },\n      {\n        \"name\": \"SpiderFoot (T)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.spiderfoot.net/\"\n      },\n      {\n        \"name\": \"ThreatPipes (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.threatpipes.com\"\n      },\n      {\n        \"name\": \"Omnibus (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/InQuest/omnibus\"\n      },\n      {\n        \"name\": \"Photon (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/s0md3v/Photon\"\n      },\n      {\n        \"name\": \"ReconDog (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/s0md3v/ReconDog\"\n      },\n      {\n        \"name\": \"IFTTT\",\n        \"type\": \"url\",\n        \"url\": \"https://ifttt.com/\"\n      },\n      {\n        \"name\": \"Slash\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/redc86/slash\"\n      },\n      {\n        \"name\": \"Stringify\",\n        \"type\": \"url\",\n        \"url\": \"https://www.stringify.com/\"\n      },\n      {\n        \"name\": \"Intrigue.io (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://intrigue.io/\"\n      },\n      {\n        \"name\": \"OSRFramework (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/i3visio/osrframework\"\n      },\n      {\n        \"name\": \"Inquisitor (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/penafieljlm/inquisitor\"\n      },\n      {\n        \"name\": \"AutoOSINT (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/bharshbarger/AutOSINT\"\n      },\n      {\n        \"name\": \"IntRec-Pack (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/NullArray/IntRec-Pack\"\n      },\n      {\n        \"name\": \"OSINT-SPY (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/SharadKumar97/OSINT-SPY\"\n      },\n      {\n        \"name\": \"Microsoft Flow\",\n        \"type\": \"url\",\n        \"url\": \"https://flow.microsoft.com/en-us/\"\n      },\n      {\n        \"name\": \"PhoneInfoga (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/sundowndev/PhoneInfoga\"\n      },\n      {\n      \t\"name\": \"IntelligenceX\",\n      \t\"type\": \"url\",\n      \t\"url\": \"https://intelx.io/\"\n      },\n      {\n      \t\"name\": \"Scrummage (T)\",\n      \t\"type\": \"url\",\n      \t\"url\": \"https://github.com/matamorphosis/Scrummage\"\n      },\n      {\n        \"name\": \"Analyst Research Tools\",\n        \"type\": \"url\",\n        \"url\": \"https://analystresearchtools.com\"\n      }]\n    },\n    {\n      \"name\": \"Pentesting Recon\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Low Hanging Fruit (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/blindfuzzy/LHF\"\n      }]\n    },\n    {\n      \"name\": \"Virtual Machines\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"VMware Workstation Player (T)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.vmware.com/products/player/playerpro-evaluation.html\"\n      },\n      {\n        \"name\": \"VirtualBox (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.virtualbox.org/\"\n      },\n      {\n        \"name\": \"Buscador OS (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://inteltechniques.com/buscador/index.html\"\n      },\n      {\n        \"name\": \"Kali Linux OS (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.kali.org/\"\n      },\n      {\n        \"name\": \"ParrotSec OS (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.parrotsec.org/\"\n      },\n      {\n        \"name\": \"Microsoft Edge Development OS VMs (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/\"\n      },\n      {\n        \"name\": \"Subgraph OS (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://subgraph.com/index.en.html\"\n      },\n      {\n        \"name\": \"Tails Live OS (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://tails.boum.org/\"\n      },\n      {\n        \"name\": \"Whonix (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.whonix.org/wiki/Main_Page\"\n      }]\n     },\n     {\n      \"name\": \"Wordlist\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"OWASP D4N155 (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/OWASP/D4N155\"\n      },\n      {\n        \"name\": \"W Generator\",\n        \"type\": \"url\",\n        \"url\": \"https://app.wgen.io/\"\n      }\n    ]\n    },\n    {\n      \"name\": \"Paterva / Maltego (T)\",\n      \"type\": \"url\",\n      \"url\": \"https://www.maltego.com/\"\n    },\n    {\n      \"name\": \"Overview\",\n      \"type\": \"url\",\n      \"url\": \"https://www.overviewdocs.com/\"\n    },\n    {\n      \"name\": \"Online Nikto scanner\",\n      \"type\": \"url\",\n      \"url\": \"https://nikto.online/\"\n    }]\n  },\n  {\n    \"name\": \"AI Tools\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"ChatGPT (R)\",\n      \"type\": \"url\",\n      \"url\": \"https://chatgpt.com/\"\n    },\n    {\n      \"name\": \"DuckDuckGo AI Chat\",\n      \"type\": \"url\",\n      \"url\": \"https://duckduckgo.com/aichat\"\n    },\n    {\n      \"name\": \"WormGPT-6 (R)\",\n      \"type\": \"url\",\n      \"url\": \"https://flowgpt.com/p/wormgpt-6\"\n    }]\n  },  \n  {\n    \"name\": \"Malicious File Analysis\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Search\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"InQuest Labs DFI/MalDoc Search\",\n        \"type\": \"url\",\n        \"url\": \"https://labs.inquest.net/dfi\"\n      },\n      {\n        \"name\": \"Decalage Malware Search\",\n        \"type\": \"url\",\n        \"url\": \"http://decalage.info/en/mwsearch\"\n      },\n      {\n        \"name\": \"VirusShare.com\",\n        \"type\": \"url\",\n        \"url\": \"https://virusshare.com/\"\n      },\n      {\n        \"name\": \"#totalhash\",\n        \"type\": \"url\",\n        \"url\": \"https://totalhash.cymru.com/\"\n      },\n      {\n        \"name\": \"VX Vault\",\n        \"type\": \"url\",\n        \"url\": \"http://vxvault.net/ViriList.php\"\n      },\n      {\n        \"name\": \"ID Ransomware\",\n        \"type\": \"url\",\n        \"url\": \"https://id-ransomware.malwarehunterteam.com/\"\n      },\n      {\n        \"name\": \"National Software Reference Library\",\n        \"type\": \"url\",\n        \"url\": \"http://nsrl.hashsets.com/national_software_reference_library1_search.php\"\n      }]\n    },\n    {\n      \"name\": \"Hosted Automated Analysis\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Office Files\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"InQuest DFI Maldoc Analyzer\",\n          \"type\": \"url\",\n          \"url\": \"https://labs.inquest.net/dfi\"\n        },\n        {\n          \"name\": \"TYLabs QuickSand Framework\",\n          \"type\": \"url\",\n          \"url\": \"https://scan.tylabs.com/\"\n        },\n        {\n          \"name\": \"JoeSandbox Document Analyzer\",\n          \"type\": \"url\",\n          \"url\": \"http://www.document-analyzer.net/\"\n        }]\n      },\n      {\n        \"name\": \"PDFs\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"TYLabs QuickSand Framework\",\n          \"type\": \"url\",\n          \"url\": \"https://scan.tylabs.com/\"\n        }]\n      },\n      {\n        \"name\": \"Android\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Akana Android Malware\",\n          \"type\": \"url\",\n          \"url\": \"http://akana.mobiseclab.org/\"\n        },\n        {\n          \"name\": \"Joe APK Analyzer\",\n          \"type\": \"url\",\n          \"url\": \"https://www.apk-analyzer.net/\"\n        }]\n      },\n      {\n        \"name\": \"VirusTotal\",\n        \"type\": \"url\",\n        \"url\": \"https://www.virustotal.com/\"\n      },\n      {\n        \"name\": \"OPSWAT Meta Defender\",\n        \"type\": \"url\",\n        \"url\": \"https://metadefender.opswat.com/#!/\"\n      },\n      {\n        \"name\": \"Hybrid Analysis\",\n        \"type\": \"url\",\n        \"url\": \"https://www.hybrid-analysis.com/\"\n      },\n      {\n        \"name\": \"Malware Config\",\n        \"type\": \"url\",\n        \"url\": \"https://malwareconfig.com/\"\n      },\n      {\n        \"name\": \"MetaDefender\",\n        \"type\": \"url\",\n        \"url\": \"https://metadefender.opswat.com/\"\n      },\n      {\n        \"name\": \"Ether\",\n        \"type\": \"url\",\n        \"url\": \"http://ether.gtisc.gatech.edu/web_unpack\"\n      },\n      {\n        \"name\": \"Jotti's Malware Scanner\",\n        \"type\": \"url\",\n        \"url\": \"https://virusscan.jotti.org/en-US/scan-file\"\n      },\n      {\n        \"name\": \"Blueliv Sandbox\",\n        \"type\": \"url\",\n        \"url\": \"https://community.blueliv.com/#!/sandbox\"\n      },\n      {\n        \"name\": \"Valkyrie File Analysis\",\n        \"type\": \"url\",\n        \"url\": \"https://consumer.valkyrie.comodo.com/\"\n      },\n      {\n        \"name\": \"detux Linux Sandbox\",\n        \"type\": \"url\",\n        \"url\": \"https://detux.org/\"\n      },\n      {\n        \"name\": \"Joe File Analyzer\",\n        \"type\": \"url\",\n        \"url\": \"https://www.file-analyzer.net/\"\n      },\n      {\n        \"name\": \"Pikker.ee Cuckoo Sandbox\",\n        \"type\": \"url\",\n        \"url\": \"http://sandbox.pikker.ee/\"\n      },\n      {\n        \"name\": \"Koodous\",\n        \"type\": \"url\",\n        \"url\": \"https://koodous.com\"\n      },\n      {\n        \"name\": \"Any Run\",\n        \"type\": \"url\",\n        \"url\": \"https://app.any.run/\"\n      },\n      {\n\t\"name\": \"Uncover It\",\n\t\"type\": \"url\",\n\t\"url\": \"https://www.uncoverit.org/\"\n      }]\n    },\n    {\n      \"name\": \"Office Files\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Office Mal Scanner (T)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.reconstructer.org/\"\n      },\n      {\n        \"name\": \"OffVis (T)\",\n        \"type\": \"url\",\n        \"url\": \"http://go.microsoft.com/fwlink/?LinkID=158791\"\n      }]\n    },\n    {\n      \"name\": \"PDFs\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"PDF Tools (T)\",\n        \"type\": \"url\",\n        \"url\": \"http://blog.didierstevens.com/programs/pdf-tools/\"\n      },\n      {\n        \"name\": \"Origami Framework (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://code.google.com/archive/p/origami-pdf/\"\n      }]\n    },\n    {\n      \"name\": \"PCAPs\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Malware-Traffic-Analysis.net\",\n        \"type\": \"url\",\n        \"url\": \"http://www.malware-traffic-analysis.net/index.html\"\n      }]\n    },\n    {\n      \"name\": \"Ghidra (T)\",\n      \"type\": \"url\",\n      \"url\": \"https://github.com/NationalSecurityAgency/ghidra\"\n    },\n    {\n      \"name\": \"Malware Analysis Tools\",\n      \"type\": \"url\",\n      \"url\": \"http://malwareanalysis.tools/\"\n    },\n    {\n      \"name\": \"virustotal\",\n      \"type\": \"url\",\n      \"url\": \"https://www.virustotal.com/gui/home/upload\"\n    }]\n  },\n  {\n    \"name\": \"Exploits & Advisories\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Default Passwords\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Default Passwords DB\",\n        \"type\": \"url\",\n        \"url\": \"https://cirt.net/passwords\"\n      },\n      {\n        \"name\": \"Default passwords list\",\n        \"type\": \"url\",\n        \"url\": \"https://default-password.info/\"\n      },\n      {\n        \"name\": \"Default Password Lookup Utility\",\n        \"type\": \"url\",\n        \"url\": \"http://www.fortypoundhead.com/tools_dpw.asp\"\n      },\n      {\n        \"name\": \"Phenoelit Default Password List\",\n        \"type\": \"url\",\n        \"url\": \"http://phenoelit.org/dpl/dpl.html\"\n      },\n      {\n        \"name\": \"Default Router Passwords\",\n        \"type\": \"url\",\n        \"url\": \"http://routerpasswords.com/\"\n      },\n      {\n        \"name\": \"Open Sez Me Default Passwords\",\n        \"type\": \"url\",\n        \"url\": \"http://open-sez.me/\"\n      },\n      {\n        \"name\": \"Hashes.org\",\n        \"type\": \"url\",\n        \"url\": \"https://hashes.org/\"\n      }]\n    },\n    {\n      \"name\": \"Vulert: Updated Open Source Vulnerability Database\",\n      \"type\": \"url\",\n      \"url\": \"https://vulert.com/vuln-db\"\n    },\n    {\n      \"name\": \"MITRE ATT&CK\",\n      \"type\": \"url\",\n      \"url\": \"https://attack.mitre.org/\"\n    },\n    {\n      \"name\": \"Exploit DB\",\n      \"type\": \"url\",\n      \"url\": \"https://www.exploit-db.com/\"\n    },\n    {\n      \"name\": \"Packet Storm\",\n      \"type\": \"url\",\n      \"url\": \"https://packetstormsecurity.com/\"\n    },\n    {\n      \"name\": \"SecurityFocus\",\n      \"type\": \"url\",\n      \"url\": \"http://www.securityfocus.com/bid\"\n    },\n    {\n      \"name\": \"NVD - NIST\",\n      \"type\": \"url\",\n      \"url\": \"https://nvd.nist.gov/\"\n    },\n    {\n      \"name\": \"OSV Vulnerability Library\",\n      \"type\": \"url\",\n      \"url\": \"https://osv.dev/list\"\n    },\n    {\n      \"name\": \"Mend Vulnerability Database\",\n      \"type\": \"url\",\n      \"url\": \"https://www.mend.io/vulnerability-database/\"\n    },    \n    {\n      \"name\": \"CVE Details\",\n      \"type\": \"url\",\n      \"url\": \"http://www.cvedetails.com/\"\n    },\n    {\n      \"name\": \"CVE - MITRE\",\n      \"type\": \"url\",\n      \"url\": \"http://cve.mitre.org/\"\n    },\n    {\n      \"name\": \"OWASP\",\n      \"type\": \"url\",\n      \"url\": \"https://www.owasp.org/index.php/Main_Page\"\n    },\n    {\n      \"name\": \"Secunia\",\n      \"type\": \"url\",\n      \"url\": \"https://secuniaresearch.flexerasoftware.com/community/research/\"\n    },\n    {\n      \"name\": \"Australian Cyber Security Centre\",\n      \"type\": \"url\",\n      \"url\": \"https://www.cyber.gov.au/\"\n    },\n    {\n      \"name\": \"Canadian Centre for Cyber Security\",\n      \"type\": \"url\",\n      \"url\": \"https://cyber.gc.ca/\"\n    }]\n  },\n  {\n    \"name\": \"Threat Intelligence\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Phishing\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"SecAI.ai\",\n        \"type\": \"url\",\n        \"url\": \"https://secai.ai/research\"\n      },\n      {\n        \"name\": \"https://openphish.com/feed.txt\",\n        \"type\": \"url\",\n        \"url\": \"https://openphish.com/feed.txt\"\n      },\n      {\n        \"name\": \"PhishTank\",\n        \"type\": \"url\",\n        \"url\": \"https://www.phishtank.com/\"\n      },\n      {\n        \"name\": \"PhishStats\",\n        \"type\": \"url\",\n        \"url\": \"https://phishstats.info/\"\n      }]\n    },\n    {\n      \"name\": \"IOC Tools\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Jager\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/sroberts/jager\"\n      },\n      {\n        \"name\": \"IOC Parser\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/armbues/ioc_parser\"\n      },\n      {\n        \"name\": \"Cacador\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/sroberts/cacador\"\n      },\n      {\n        \"name\": \"ThreatPinch Lookup\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/cloudtracer/ThreatPinchLookup\"\n      },\n      {\n        \"name\": \"Mimir\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/NullArray/Mimir\"\n      },\n      {\n        \"name\": \"iocextract (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/InQuest/python-iocextract\"\n      },\n      {\n        \"name\": \"ThreatIngestor (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/InQuest/ThreatIngestor\"\n      }]\n    },\n    {\n      \"name\": \"TTPs\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Malware Exploit TTP Database\",\n        \"type\": \"url\",\n        \"url\": \"https://www.pwnmalw.re/\"\n      },\n      {\n        \"name\": \"Mitre TTPs\",\n        \"type\": \"url\",\n        \"url\": \"https://attack.mitre.org/wiki/All_Techniques\"\n      }]\n    },\n    {\n      \"name\": \"IBM X-Force Exchange\",\n      \"type\": \"url\",\n      \"url\": \"https://exchange.xforce.ibmcloud.com/new\"\n    },\n    {\n      \"name\": \"Malware Information Sharing Platform\",\n      \"type\": \"url\",\n      \"url\": \"http://www.misp-project.org/\"\n    },\n    {\n      \"name\": \"Malware Patrol\",\n      \"type\": \"url\",\n      \"url\": \"https://www.malwarepatrol.net/open-source.shtml\"\n    },\n    {\n      \"name\": \"AlienVault OTX\",\n      \"type\": \"url\",\n      \"url\": \"https://otx.alienvault.com/\"\n    },\n    {\n      \"name\": \"FireHOL IP Lists \",\n      \"type\": \"url\",\n      \"url\": \"http://iplists.firehol.org/\"\n    },\n    {\n      \"name\": \"Maltiverse\",\n      \"type\": \"url\",\n      \"url\": \"https://maltiverse.com/start\"\n    },\n    {\n      \"name\": \"Malpedia\",\n      \"type\": \"url\",\n      \"url\": \"https://malpedia.caad.fkie.fraunhofer.de/library\"\n    },\n    {\n      \"name\": \"Project Honey Pot\",\n      \"type\": \"url\",\n      \"url\": \"http://www.projecthoneypot.org/\"\n    },\n    {\n      \"name\": \"Cymon Open Threat Intelligence\",\n      \"type\": \"url\",\n      \"url\": \"https://cymon.io/\"\n    },\n    {\n      \"name\": \"mlsecproject / combine\",\n      \"type\": \"url\",\n      \"url\": \"https://github.com/mlsecproject/combine\"\n    },\n    {\n      \"name\": \"hostintel - keithjjones Github\",\n      \"type\": \"url\",\n      \"url\": \"https://github.com/keithjjones/hostintel\"\n    },\n    {\n      \"name\": \"massive-octo-spice - csirtgadgets Github\",\n      \"type\": \"url\",\n      \"url\": \"https://github.com/csirtgadgets/massive-octo-spice\"\n    },\n    {\n      \"name\": \"Scam Database\",\n      \"type\": \"url\",\n      \"url\": \"https://www.scamdb.net\"\n    },\n    {\n      \"name\": \"Bot Scout\",\n      \"type\": \"url\",\n      \"url\": \"http://botscout.com/\"\n    },\n    {\n      \"name\": \"Blueliv Threat Exchange (R)\",\n      \"type\": \"url\",\n      \"url\": \"https://community.blueliv.com/#!/discover\"\n    },\n    {\n      \"name\": \"APTnotes\",\n      \"type\": \"url\",\n      \"url\": \"https://github.com/aptnotes/data\"\n    },\n    {\n      \"name\": \"HoneyDB\",\n      \"type\": \"url\",\n      \"url\": \"https://riskdiscovery.com/honeydb/\"\n    },\n    {\n      \"name\": \"Pulsedive\",\n      \"type\": \"url\",\n      \"url\": \"https://pulsedive.com\"\n    },\n    {\n      \"name\": \"Mr.Looquer IOC Feed - 1st Dual Stack Threat Feed\",\n      \"type\": \"url\",\n      \"url\": \"https://iocfeed.mrlooquer.com\"\n    },\n    {\n      \"name\": \"REScure Cyber Threat Intelligence Project\",\n      \"type\": \"url\",\n      \"url\": \"https://rescure.me/feeds.html\"\n    }]\n  },\n  {\n    \"name\": \"OpSec\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Persona Creation\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Fake Name Generator\",\n        \"type\": \"url\",\n        \"url\": \"http://www.fakenamegenerator.com/\"\n      },\n      {\n        \"name\": \"Fake Identity Generator\",\n        \"type\": \"url\",\n        \"url\": \"http://justdelete.me/fake-identity-generator/\"\n      },\n        {\n        \"name\": \"This Person Does Not Exist\",\n        \"type\": \"url\",\n        \"url\": \"https://thispersondoesnotexist.com/\"\n      },\n      {\n        \"name\": \"Random User Generator\",\n        \"type\": \"url\",\n        \"url\": \"https://randomuser.me/\"\n      },\n      {\n        \"name\": \"Pexels\",\n        \"type\": \"url\",\n        \"url\": \"https://www.pexels.com/\"\n      },\n      {\n        \"name\": \"Faker.js\",\n        \"type\": \"url\",\n        \"url\": \"https://cdn.rawgit.com/Marak/faker.js/master/examples/browser/index.html\"\n      }]\n    },\n    {\n      \"name\": \"Anonymous Browsing\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"TOR\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Tor Download (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://www.torproject.org/download/download-easy.html.en\"\n        },\n        {\n          \"name\": \"Freenet Project (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://freenetproject.org/pages/download.html\"\n        },\n        {\n          \"name\": \"I2P Anonymous Network (T)\",\n          \"type\": \"url\",\n          \"url\": \"https://geti2p.net/en/\"\n        }]\n      },\n      {\n        \"name\": \"Anonymous VPNs\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"VPN Comparisons - That One Privacy Site\",\n          \"type\": \"url\",\n          \"url\": \"https://thatoneprivacysite.net/\"\n        }]\n      },\n      {\n        \"name\": \"Spoof User-Agent\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"UserAgentString.com\",\n          \"type\": \"url\",\n          \"url\": \"http://www.useragentstring.com/pages/useragentstring.php\"\n        },\n        {\n          \"name\": \"WhatIsMyBrowser.com\",\n          \"type\": \"url\",\n          \"url\": \"https://www.whatismybrowser.com/\"\n        },\n        {\n          \"name\": \"User Agent String Decoder\",\n          \"type\": \"url\",\n          \"url\": \"http://tools.tracemyip.org/user-agent-string-decoder/\"\n        }]\n      },\n      {\n        \"name\": \"VPN Tests\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"IP / DNS Leak Detection\",\n          \"type\": \"url\",\n          \"url\": \"https://ipleak.net/\"\n        },\n        {\n          \"name\": \"JonDonym\",\n          \"type\": \"url\",\n          \"url\": \"http://ip-check.info/?lang=en\"\n        },\n        {\n          \"name\": \"DNS leak test\",\n          \"type\": \"url\",\n          \"url\": \"https://www.dnsleaktest.com/\"\n        },\n        {\n          \"name\": \"DNS Leak Tests\",\n          \"type\": \"url\",\n          \"url\": \"http://dnsleak.com/\"\n        },\n        {\n          \"name\": \"TorGuard\",\n          \"type\": \"url\",\n          \"url\": \"https://torguard.net/vpn-dns-leak-test.php\"\n        },\n        {\n          \"name\": \"IPv6 Leak Tests\",\n          \"type\": \"url\",\n          \"url\": \"http://ipv6leak.com/\"\n        },\n        {\n          \"name\": \"Email Leak Tests\",\n          \"type\": \"url\",\n          \"url\": \"http://emailipleak.com/\"\n        },\n        {\n          \"name\": \"Perfect Privacy\",\n          \"type\": \"url\",\n          \"url\": \"https://www.perfect-privacy.com/check-ip/\"\n        },\n        {\n          \"name\": \"WebRTC Leak Test\",\n          \"type\": \"url\",\n          \"url\": \"https://www.perfect-privacy.com/webrtc-leaktest/\"\n        },\n        {\n          \"name\": \"LetMeCheck.it\",\n          \"type\": \"url\",\n          \"url\": \"http://letmecheck.it/\"\n        },\n        {\n          \"name\": \"Trace My IP\",\n          \"type\": \"url\",\n          \"url\": \"http://www.tracemyip.org/\"\n        }]\n      },\n      {\n        \"name\": \"Browser Tests\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Browser Statistics\",\n          \"type\": \"url\",\n          \"url\": \"https://www.w3schools.com/browsers/default.asp\"\n        },\n        {\n          \"name\": \"WhatsMyBrowser.org\",\n          \"type\": \"url\",\n          \"url\": \"http://www.whatsmybrowser.org/\"\n        },\n        {\n          \"name\": \"What browser am I using.co\",\n          \"type\": \"url\",\n          \"url\": \"http://www.whatbrowseramiusing.co/\"\n        },\n        {\n          \"name\": \"What Browser?\",\n          \"type\": \"url\",\n          \"url\": \"https://whatbrowser.org/\"\n        },\n        {\n          \"name\": \"BrowserSpy.dk Browser Information\",\n          \"type\": \"url\",\n          \"url\": \"http://browserspy.dk/browser.php\"\n        },\n        {\n          \"name\": \"Browserscope\",\n          \"type\": \"url\",\n          \"url\": \"http://www.browserscope.org/\"\n        }]\n      },\n      {\n        \"name\": \"Proxy Tests\",\n        \"type\": \"folder\",\n        \"children\": [\n        {\n          \"name\": \"Proxychecker\",\n          \"type\": \"url\",\n          \"url\": \"https://proxycheck.haschek.at/\"\n        },\n        {\n          \"name\": \"IP2Proxy\",\n          \"type\": \"url\",\n          \"url\": \"https://www.ip2proxy.com/\"\n        }]\n      },\n      {\n        \"name\": \"NoScript (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://noscript.net/\"\n      },\n      {\n        \"name\": \"Firefox-debloat\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/amq/firefox-debloat\"\n      },\n      {\n        \"name\": \"Browser Leaks\",\n        \"type\": \"url\",\n        \"url\": \"https://browserleaks.com/\"\n      },\n      {\n        \"name\": \"Self-Destructing Cookies (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://addons.mozilla.org/en-US/firefox/addon/self-destructing-cookies/\"\n      },\n      {\n        \"name\": \"BrowserSpy.dk\",\n        \"type\": \"url\",\n        \"url\": \"http://browserspy.dk/\"\n      },\n      {\n        \"name\": \"LocaBrowser.com\",\n        \"type\": \"url\",\n        \"url\": \"http://www.locabrowser.com\"\n      }]\n    },\n    {\n      \"name\": \"Privacy / Clean Up\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Privacy Guides\",\n        \"type\": \"url\",\n        \"url\": \"https://www.privacyguides.org/en/\"\n      },\n      {\n        \"name\": \"Just Delete Me\",\n        \"type\": \"url\",\n        \"url\": \"http://backgroundchecks.org/justdeleteme/\"\n      },\n      {\n        \"name\": \"The Internet Privacy Handbook\",\n        \"type\": \"url\",\n        \"url\": \"https://www.safeshepherd.com/handbook\"\n      },\n      {\n        \"name\": \"OptOut Credit Prescreen\",\n        \"type\": \"url\",\n        \"url\": \"https://www.optoutprescreen.com/?rf=t\"\n      },\n      {\n        \"name\": \"Credit Freeze\",\n        \"type\": \"url\",\n        \"url\": \"https://inteltechniques.com/blog/2018/09/28/complete-credit-freeze-tutorial-update/\"\n      },\n      {\n        \"name\": \"Fake US Identities\",\n        \"type\": \"url\",\n        \"url\": \"http://xdd2.org/\"\n      },\n      {\n        \"name\": \"Social Media Fingerprint\",\n        \"type\": \"url\",\n        \"url\": \"https://robinlinus.github.io/socialmedia-leak/\"\n      },\n      {\n        \"name\": \"Privacy Tools\",\n        \"type\": \"url\",\n        \"url\": \"https://www.privacytools.io/\"\n      },\n      {\n        \"name\": \"Panopticlick\",\n        \"type\": \"url\",\n        \"url\": \"https://panopticlick.eff.org/\"\n      },\n      {\n        \"name\": \"Intel Techniques - Hiding from the Internet\",\n        \"type\": \"url\",\n        \"url\": \"https://inteltechniques.com/data/workbook.pdf\"\n      },\n      {\n        \"name\": \"The Many Hats Club - Privacy Resources\",\n        \"type\": \"url\",\n        \"url\": \"https://themanyhats.club/centralised-place-for-privacy-resources/\"\n      },\n      {\n\t\"name\": \"The Hitchhiker’s Guide to Online Anonymity\",\n\t\"type\": \"url\",\n\t\"url\": \"https://anonymousplanet.org/guide/\"\n      }]\n    },\n    {\n      \"name\": \"Metadata / Style\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Anonymouth - Document Anonymization (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/psal/anonymouth\"\n      }]\n    }]\n  },\n  {\n    \"name\": \"Documentation / Evidence Capture\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Web Browsing\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"Hunchly (T)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.hunch.ly/\"\n      },\n      {\n        \"name\": \"Forensic OSINT (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.forensicosint.com/\"\n      },      \n      {\n        \"name\": \"Fiddler (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://www.telerik.com/download/fiddler\"\n      },\n      {\n        \"name\": \"Burp Suite (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://portswigger.net/burp/download.html\"\n      },\n      {\n        \"name\": \"Page2Images (T)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.page2images.com/URL-Live-Website-Screenshot-Generator\"\n      },\n      {\n        \"name\": \"Archive.is\",\n        \"type\": \"url\",\n        \"url\": \"http://archive.is/\"\n      },\n      {\n        \"name\": \"Web Page Saver\",\n        \"type\": \"url\",\n        \"url\": \"https://www.magnetforensics.com/free-tool-web-page-saver/\"\n      },\n      {\n        \"name\": \"Snapper (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/dxa4481/Snapper\"\n      },\n      {\n        \"name\": \"Full Page Screen Capture Chrome Extension (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/mrcoles/full-page-screen-capture-chrome-extension\"\n      },\n      {\n        \"name\": \"EZR OSINT Sidebar (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://chromewebstore.google.com/detail/ezr-osint-sidebar/joagbbgciboooipadijeaoidjjigdmof\"\n      }]\n    },\n    {\n      \"name\": \"Screen Capture\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"FRAPS (T)\",\n        \"type\": \"url\",\n        \"url\": \"http://www.fraps.com/\"\n      },\n      {\n        \"name\": \"ShareX (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://getsharex.com/\"\n      },\n      {\n        \"name\": \"Greenshot (T)\",\n        \"type\": \"url\",\n        \"url\": \"https://getgreenshot.org/\"\n      }]\n    },\n    {\n      \"name\": \"Map Locations\",\n      \"type\": \"folder\",\n      \"children\": [\n      {\n        \"name\": \"BatchGeo\",\n        \"type\": \"url\",\n        \"url\": \"https://batchgeo.com/\"\n      },\n      {\n        \"name\": \"Google Street View - Hyperlapse\",\n        \"type\": \"url\",\n        \"url\": \"https://github.com/TeehanLax/Hyperlapse.js\"\n      },\n      {\n        \"name\": \"Teehan+Lax Labs - Hyperlapse\",\n        \"type\": \"url\",\n        \"url\": \"http://labs.teehanlax.com/project/hyperlapse\"\n      },\n      {\n        \"name\": \"ZeeMaps\",\n        \"type\": \"url\",\n        \"url\": \"https://www.zeemaps.com/\"\n      }]\n    },\n    {\n      \"name\": \"Timeline JS3\",\n      \"type\": \"url\",\n      \"url\": \"http://timeline.knightlab.com/\"\n    }]\n  },\n  {\n    \"name\": \"Training\",\n    \"type\": \"folder\",\n    \"children\": [\n    {\n      \"name\": \"Games\",\n      \"type\": \"folder\",\n      \"children\": [\n\t{\n        \"name\": \"GeoGuesser\",\n        \"type\": \"url\",\n        \"url\": \"https://geoguessr.com/\"\n      },\n      {\n        \"name\": \"Verif!cation Quiz Bot\",\n        \"type\": \"url\",\n        \"url\": \"https://twitter.com/quiztime\"\n      }]\n    },\n    {\n      \"name\": \"Forensic OSINT KB Guides\",\n      \"type\": \"url\",\n      \"url\": \"https://www.forensicosint.com/osint-guide\"\n    },\n    {\n      \"name\": \"Open Source Intelligence Techniques\",\n      \"type\": \"url\",\n      \"url\": \"https://inteltechniques.com/\"\n    },\n    {\n      \"name\": \"Plessas\",\n      \"type\": \"url\",\n      \"url\": \"https://plessas.net/online-training\"\n    },\n    {\n      \"name\": \"The OSINTion\",\n      \"type\": \"url\",\n      \"url\": \"https://www.theosintion.com/courses\"\n    },\n    {\n      \"name\": \"SANS SEC487 OSINT Class\",\n      \"type\": \"url\",\n      \"url\": \"https://www.sans.org/sec487\"\n    },\n    {\n      \"name\": \"Smart Questions\",\n      \"type\": \"url\",\n      \"url\": \"http://www.catb.org/esr/faqs/smart-questions.html\"\n    }]\n  }]\n}\n\n"
  },
  {
    "path": "public/css/arf.css",
    "content": "body {\n  background-color: #ffffff;\n  font-size: 14px;\n  font-family: \"Helvetica Neue\", Helvetica;\n}\n\nnoscript p{\n  text-align: center;\n  background-color: rgb(255, 228, 196);\n  margin: 0 auto;\n  width: 80vw;\n  padding: 25px 0;\n  margin-top: 80px;\n  border-radius: 10px;\n  border: 1px solid rgb(255, 204, 153);\n  margin-bottom: 20px;\n  display: flex-wrap;\n}\n\n#body {\n  margin: 0 auto;\n  position: relative;\n}\n\n#header {\n  font-size: 40px;\n  font-weight: bold;\n  top: 20px;\n  text-align: center;\n}\n\n.dark-Mode{\n  background-color: #000;\n  color: #fff;\n  .node text {\n    fill: #fff;\n  }\n  .legend{\n    color: #fff;\n  }\n  path.link{\n    stroke: #444;\n  }\n}\n\n.legend {\n  position: absolute;\n  top: 0px;\n  right: 0;\n  width: 330px;\n  font-size: 11px;\n  color: #000;\n}\n\n.node {\n  cursor: pointer;\n}\n\n.node circle {\n  cursor: pointer;\n  fill: #fff;\n  stroke: steelblue;\n  stroke-width: 1.5px;\n}\n\n.node text {\n  font-size: 12px;\n  fill: rgb(0, 0, 0);\n}\n\npath.link {\n  fill: none;\n  stroke: #ccc;\n  stroke-width: 1px;\n}"
  },
  {
    "path": "public/index.html",
    "content": "<!DOCTYPE html>\n<html>\n  <head>\n    <meta charset=\"UTF-8\">\n    \n    <!-- Viewport Settings -->\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"css/arf.css\"/>\n    <script type=\"text/javascript\" src=\"js/d3.v3.min.js\"></script>\n    <title>OSINT Framework</title>\n  </head>\n  <noscript>\n    <p>Sorry, Your browser does not support JavaScript! Activate JavaScript on your browser or look for a compatible\n      browser to use the site.</p>\n  </noscript>\n  <body>\n    <div id=\"body\">\n      <div id=\"header\">\n        OSINT Framework\n          <hr/>\n      </div>\n    </div>\n\n    <script src=\"js/arf.js\"></script>\n\n    <div class=\"legend\"><p>(T) - Indicates a link to a tool that must be installed and run locally<br>\n    (D) - Google Dork, for more information: <a href=\"https://en.wikipedia.org/wiki/Google_hacking\">Google Hacking</a><br>\n    (R) - Requires registration<br>\n    (M) - Indicates a URL that contains the search term and the URL itself must be edited manually<br></p>\n    <button onclick=\"goDark()\">Toggle dark mode</button></div>\n    \n    <h3>Notes</h3>\n    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.<br>\n\n    <p>I originally created this framework with an information security point of view.  Since then, the response from other fields and disciplines has been incredible.  I would love to be able to include any other OSINT resources, especially from fields outside of infosec.  Please let me know about anything that might be missing!</p>\n\n    <h3>For Update Notifications</h3>\n    Follow me on Twitter: <a href=\"https://twitter.com/jnordine\">@jnordine</a><br>\n    Watch or star the project on Github: <a href=\"https://github.com/lockfale/osint-framework\">https://github.com/lockfale/osint-framework</a>\n\n    <h3>Suggestions, Comments, Feedback</h3>\n    Feedback or new tool suggestions are extremely welcome!  Please feel free to reach out on Twitter or submit an issue on Github.\n\n  </body>\n\n</html>\n"
  },
  {
    "path": "public/js/arf.js",
    "content": "var margin = [20, 120, 20, 140],\n    width = 1280 - margin[1] - margin[3],\n    height = 800 - margin[0] - margin[2],\n    i = 0,\n    duration = 1250,\n    root;\n\nvar tree = d3.layout.tree()\n    .size([height, width]);\n\nvar diagonal = d3.svg.diagonal()\n    .projection(function(d) { return [d.y, d.x]; });\n\nvar vis = d3.select(\"#body\").append(\"svg:svg\")\n    .attr(\"width\", width + margin[1] + margin[3])\n    .attr(\"height\", height + margin[0] + margin[2])\n  .append(\"svg:g\")\n    .attr(\"transform\", \"translate(\" + margin[3] + \",\" + margin[0] + \")\");\n\nd3.json(\"arf.json\", function(json) {\n  root = json;\n  root.x0 = height / 2;\n  root.y0 = 0;\n\n  function collapse(d) {\n    if (d.children) {\n      d._children = d.children;\n      d._children.forEach(collapse);\n      d.children = null;\n    }\n  }\n\n/*  function toggleAll(d) {\n    if (d.children) {\n      d.children.forEach(toggleAll);\n      toggle(d);\n    }\n  } */\n  root.children.forEach(collapse);\n  update(root);\n});\n\nfunction update(source) {\n  // var duration = d3.event && d3.event.altKey ? 5000 : 500;\n\n  // Compute the new tree layout.\n  var nodes = tree.nodes(root).reverse();\n\n  // Normalize for fixed-depth.\n  nodes.forEach(function(d) { d.y = d.depth * 180; });\n\n  // Update the nodes…\n  var node = vis.selectAll(\"g.node\")\n      .data(nodes, function(d) { return d.id || (d.id = ++i); });\n\n  // Enter any new nodes at the parent's previous position.\n  var nodeEnter = node.enter().append(\"svg:g\")\n      .attr(\"class\", \"node\")\n      .attr(\"transform\", function(d) { return \"translate(\" + source.y0 + \",\" + source.x0 + \")\"; })\n      .on(\"click\", function(d) { toggle(d); update(d); });\n\n  nodeEnter.append(\"svg:circle\")\n      .attr(\"r\", 1e-6)\n      .style(\"fill\", function(d) { return d._children ? \"lightsteelblue\" : \"#fff\"; });\n\n  nodeEnter.append('a')\n      .attr(\"target\", \"_blank\")\n      .attr('xlink:href', function(d) { return d.url; })\n      .append(\"svg:text\")\n      .attr(\"x\", function(d) { return d.children || d._children ? -10 : 10; })\n      .attr(\"dy\", \".35em\")\n      .attr(\"text-anchor\", function(d) { return d.children || d._children ? \"end\" : \"start\"; })\n      .text(function(d) { return d.name; })\n      .style(\"fill: rgb(0, 0, 0)\", function(d) { return d.free ? 'black' : '#999'; })\n      .style(\"fill-opacity\", 1e-6);\n\n  nodeEnter.append(\"svg:title\")\n    .text(function(d) {\n      return d.description;\n    });\n\n  // Transition nodes to their new position.\n  var nodeUpdate = node.transition()\n      .duration(duration)\n      .attr(\"transform\", function(d) { return \"translate(\" + d.y + \",\" + d.x + \")\"; });\n\n  nodeUpdate.select(\"circle\")\n      .attr(\"r\", 6)\n      .style(\"fill\", function(d) { return d._children ? \"lightsteelblue\" : \"#fff\"; });\n\n  nodeUpdate.select(\"text\")\n      .style(\"fill-opacity\", 1);\n\n  // Transition exiting nodes to the parent's new position.\n  var nodeExit = node.exit().transition()\n      .duration(duration)\n      .attr(\"transform\", function(d) { return \"translate(\" + source.y + \",\" + source.x + \")\"; })\n      .remove();\n\n  nodeExit.select(\"circle\")\n      .attr(\"r\", 1e-6);\n\n  nodeExit.select(\"text\")\n      .style(\"fill-opacity\", 1e-6);\n\n  // Update the links…\n  var link = vis.selectAll(\"path.link\")\n      .data(tree.links(nodes), function(d) { return d.target.id; });\n\n  // Enter any new links at the parent's previous position.\n  link.enter().insert(\"svg:path\", \"g\")\n      .attr(\"class\", \"link\")\n      .attr(\"d\", function(d) {\n        var o = {x: source.x0, y: source.y0};\n        return diagonal({source: o, target: o});\n      })\n    .transition()\n      .duration(duration)\n      .attr(\"d\", diagonal);\n\n  // Transition links to their new position.\n  link.transition()\n      .duration(duration)\n      .attr(\"d\", diagonal);\n\n  // Transition exiting nodes to the parent's new position.\n  link.exit().transition()\n      .duration(duration)\n      .attr(\"d\", function(d) {\n        var o = {x: source.x, y: source.y};\n        return diagonal({source: o, target: o});\n      })\n      .remove();\n\n  // Stash the old positions for transition.\n  nodes.forEach(function(d) {\n    d.x0 = d.x;\n    d.y0 = d.y;\n  });\n}\n\n// Toggle children.\nfunction toggle(d) {\n  if (d.children) {\n    d._children = d.children;\n    d.children = null;\n  } else {\n    d.children = d._children;\n    d._children = null;\n  }\n}\n//Togle Dark Mode\nfunction goDark() {\n  var element = document.body;\n  element.classList.toggle(\"dark-Mode\");\n} "
  }
]