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