(T) - Indicates a link to a tool that must be installed and run locally. (A) - Contains archives
(D) - Google Dork, for more information: Google Hacking
(R) - Requires registration. (C) - For commercial use / paid service
(M) - Indicates a URL that contains the search term and the URL itself must be edited manually
From c3398d0a8f160e08f6add34b51954e59ab11cff6 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 19:06:16 +0600
Subject: [PATCH 017/131] Remove spyse.com as unawailable service
---
public/arf.json | 5 -----
1 file changed, 5 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 791ac1b4..f157916c 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1230,11 +1230,6 @@
},
{
"children": [
- {
- "name": "Spyse",
- "type": "url",
- "url": "https://spyse.com/search/ip"
- },
{
"name": "Shodan (R)(C)",
"type": "url",
From c6ddbc2e11598cf99d30af7e13cea0a87738043d Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 19:14:40 +0600
Subject: [PATCH 018/131] Remove utrace service as corrupted. Add some hints
---
public/arf.json | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index f157916c..1352fda3 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1205,25 +1205,23 @@
"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/"
+ "url": "https://www.infobyip.com/",
+ "description": "IP address information with geolocation"
},
{
- "name": "ipTRACKERonline",
+ "name": "ipTRACKERonline (R)",
"type": "url",
- "url": "https://www.iptrackeronline.com/"
+ "url": "https://www.iptrackeronline.com/",
+ "description": "IP address information with geolocation"
},
{
"name": "My IP Address",
"type": "url",
- "url": "https://www.ipaddress.my/"
+ "url": "https://www.ipaddress.my/",
+ "description": "IP address information with geolocation"
}],
"name": "Geolocation",
"type": "folder"
From 0c542c8fb1b7e63bb2b133bd86aacbc2b7d88dd7 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 19:27:11 +0600
Subject: [PATCH 019/131] Some changes in IP tools section
---
public/arf.json | 37 +++++++++++++++++++++++++------------
1 file changed, 25 insertions(+), 12 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 1352fda3..30d1ddfd 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1171,39 +1171,52 @@
{
"children": [
{
- "name": "MaxMind Demo",
+ "name": "WhatIsMyIP.com",
"type": "url",
- "url": "https://www.maxmind.com/en/home"
+ "url": "https://www.whatismyip.com/",
+ "description": "IP Address Location information"
},
{
- "name": "IPv4/IPv6 lists by country code",
+ "name": "MaxMind Demo API (R)(C)",
"type": "url",
- "url": "http://ipverse.net/"
+ "url": "https://www.maxmind.com/en/home",
+ "description": "Detect online fraud amd locate online visitors. Use GeoIP intelligence for content customization, advertising, digital rights management, compliance, fraud detection, security and more."
},
{
- "name": "IP2Location.com",
+ "name": "IPv4/IPv6 lists by country code (T)",
"type": "url",
- "url": "https://www.ip2location.com/demo"
+ "url": "https://github.com/ipverse/rir-ip",
+ "description": "Based on http://ipverse.net service. Drop-in replacement for the IP subnet lists previously available at ipverse.net based on Internet number resource usage data published by the Regional Internet Registries (RIR). The data is organized by country code (ISO 3166)."
+ },
+ {
+ "name": "IP2Location.com (R)(C)",
+ "type": "url",
+ "url": "https://www.ip2location.com/demo",
+ "description": "Geo IP solution to identify country, region, city, latitude & longitude, ZIP code, time zone, connection speed, ISP, domain name, IDD country code, area code, weather station data, mobile network codes (MNC), mobile country codes (MCC), mobile carrier, elevation, usage type, address type, advertising category, VPN and residential proxies."
},
{
"name": "IP Fingerprints",
"type": "url",
- "url": "http://www.ipfingerprints.com/"
+ "url": "http://www.ipfingerprints.com/",
+ "description": "IP Address Geographical Location Finder"
},
{
- "name": "DB-IP",
+ "name": "DB-IP with API (R)",
"type": "url",
- "url": "https://db-ip.com/"
+ "url": "https://db-ip.com/",
+ "description": "The ultimate resource for IP address geolocation and network intelligence..."
},
{
"name": "IP Location Finder",
"type": "url",
- "url": "https://www.iplocation.net/"
+ "url": "https://www.iplocation.net/",
+ "description": "IP address information with geolocation"
},
{
- "name": "Info Sniper",
+ "name": "Info Sniper (R)(C)",
"type": "url",
- "url": "http://www.infosniper.net/"
+ "url": "http://www.infosniper.net/",
+ "description": "infoSNIPER offers free as well as commercial web API geolocation services. For a free demo simply fill in the IP address or domain name in the form below in order to get detailed geolocation information on your entry. Check out our other services as well. Thank you for visiting us."
},
{
"name": "InfobyIP.com",
From 03b2f2855ca08f2f5ba85d9fe570459ea99bdd8d Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 20:42:00 +0600
Subject: [PATCH 020/131] Start reorganize folders. Remove networktotal
corrupted service
---
public/arf.json | 2513 ++++++++++++++++++++++++-----------------------
1 file changed, 1259 insertions(+), 1254 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 30d1ddfd..87b5cc9c 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1,5 +1,1264 @@
{
"children": [
+ {
+ "children": [
+ {
+ "children": [
+ {
+ "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": "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": "Domainsdb.info",
+ "type": "url",
+ "url": "https://domainsdb.info"
+ },
+ {
+ "name": "IP2WHOIS",
+ "type": "url",
+ "url": "https://www.ip2whois.com"
+ }],
+ "name": "Whois Records",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "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/RandomStorm/Bluto"
+ },
+ {
+ "name": "theHarvester (T)",
+ "type": "url",
+ "url": "http://www.edge-security.com/theharvester.php"
+ },
+ {
+ "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": "assetnote (T)",
+ "type": "url",
+ "url": "https://github.com/infosec-au/assetnote"
+ },
+ {
+ "name": "Network Intelligence",
+ "type": "url",
+ "url": "http://netintel.net/"
+ },
+ {
+ "name": "Sublist3r",
+ "type": "url",
+ "url": "https://github.com/aboul3la/Sublist3r"
+ },
+ {
+ "name": "AltDNS (T)",
+ "type": "url",
+ "url": "https://github.com/infosec-au/altdns"
+ },
+ {
+ "name": "Subfinder (T)",
+ "type": "url",
+ "url": "https://github.com/projectdiscovery/subfinder",
+ "description": "Subfinder is a tool to identify their subdomains on a website, even if they are hidden. Perfect for finding hidden areas of an organization that are web facing, but something they don’t want you to know about…or are accidentally web facing!"
+ }],
+ "name": "Subdomains",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "Shodan",
+ "type": "url",
+ "url": "https://www.shodan.io/"
+ },
+ {
+ "name": "Kraken",
+ "type": "url",
+ "url": "https://github.com/Sw4mpf0x/Kraken"
+ },
+ {
+ "name": "urlscan.io",
+ "type": "url",
+ "url": "https://urlscan.io/search/#*"
+ },
+ {
+ "name": "Daily DNS Changes",
+ "type": "url",
+ "url": "http://www.dailychanges.com/"
+ },
+ {
+ "name": "SameID",
+ "type": "url",
+ "url": "http://sameid.net/"
+ },
+ {
+ "name": "Redirect Detective",
+ "type": "url",
+ "url": "http://redirectdetective.com/"
+ },
+ {
+ "name": "Sitediff",
+ "type": "url",
+ "url": "https://github.com/digininja/sitediff"
+ },
+ {
+ "name": "AnalyzeID",
+ "type": "url",
+ "url": "http://analyzeid.com/"
+ }],
+ "name": "Discovery",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "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": "Certificate Search",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "Security Trails",
+ "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": "PassiveDNS",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "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": "Reputation",
+ "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": "Domain Blacklists",
+ "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": "Typosquatting",
+ "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": "Analytics",
+ "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": "URL Expanders",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "VisualPing",
+ "type": "url",
+ "url": "http://visualping.io/"
+ },
+ {
+ "name": "Change Detection",
+ "type": "url",
+ "url": "http://www.changedetection.com/"
+ },
+ {
+ "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": "Change Detection",
+ "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": "Social Analysis",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "DNSSEC Analyzer",
+ "type": "url",
+ "url": "http://dnssec-debugger.verisignlabs.com/"
+ },
+ {
+ "name": "DNSViz",
+ "type": "url",
+ "url": "http://dnsviz.net/"
+ }],
+ "name": "DNSSEC",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "Public Buckets",
+ "type": "url",
+ "url": "https://buckets.grayhatwarfare.com/"
+ },
+ {
+ "name": "CloudScraper (T)",
+ "type": "url",
+ "url": "https://github.com/jordanpotti/cloudscraper"
+ }],
+ "name": "Cloud Resources",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "children": [
+ {
+ "name": "Sn1per (T)",
+ "type": "url",
+ "url": "https://github.com/1N3/Sn1per"
+ },
+ {
+ "name": "Mage Scan",
+ "type": "url",
+ "url": "https://magescan.com/"
+ }],
+ "name": "Scanners",
+ "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": "Disclosure Sites",
+ "type": "folder"
+ },
+ {
+ "name": "RobotsDisallowed",
+ "type": "url",
+ "url": "https://github.com/danielmiessler/RobotsDisallowed"
+ }],
+ "name": "Vulnerabilities",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "Burp Suite (T)",
+ "type": "url",
+ "url": "https://portswigger.net/burp/"
+ },
+ {
+ "name": "BlackWidow (T)",
+ "type": "url",
+ "url": "http://softbytelabs.com/en/BlackWidow/"
+ },
+ {
+ "name": "IntelliTamper (T)",
+ "type": "url",
+ "url": "http://www.softpedia.com/get/Internet/Other-Internet-Related/IntelliTamper.shtml"
+ },
+ {
+ "name": "International Domain Name Conversion Tool",
+ "type": "url",
+ "url": "http://mct.verisign-grs.com/"
+ },
+ {
+ "name": "EyeWitness (T)",
+ "type": "url",
+ "url": "https://github.com/ChrisTruncer/EyeWitness"
+ },
+ {
+ "name": "Belati (T)",
+ "type": "url",
+ "url": "https://github.com/aancw/Belati"
+ },
+ {
+ "name": "Hunting-New-Registered-Domains (T)",
+ "type": "url",
+ "url": "https://github.com/gfek/Hunting-New-Registered-Domains"
+ }],
+ "name": "Tools",
+ "type": "folder"
+ }],
+ "name": "Domain Names",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "children": [
+ {
+ "name": "WhatIsMyIP.com",
+ "type": "url",
+ "url": "https://www.whatismyip.com/",
+ "description": "IP Address Location information"
+ },
+ {
+ "name": "MaxMind Demo API (R)(C)",
+ "type": "url",
+ "url": "https://www.maxmind.com/en/home",
+ "description": "Detect online fraud amd locate online visitors. Use GeoIP intelligence for content customization, advertising, digital rights management, compliance, fraud detection, security and more."
+ },
+ {
+ "name": "IPv4/IPv6 lists by country code (T)",
+ "type": "url",
+ "url": "https://github.com/ipverse/rir-ip",
+ "description": "Based on http://ipverse.net service. Drop-in replacement for the IP subnet lists previously available at ipverse.net based on Internet number resource usage data published by the Regional Internet Registries (RIR). The data is organized by country code (ISO 3166)."
+ },
+ {
+ "name": "IP2Location.com (R)(C)",
+ "type": "url",
+ "url": "https://www.ip2location.com/demo",
+ "description": "Geo IP solution to identify country, region, city, latitude & longitude, ZIP code, time zone, connection speed, ISP, domain name, IDD country code, area code, weather station data, mobile network codes (MNC), mobile country codes (MCC), mobile carrier, elevation, usage type, address type, advertising category, VPN and residential proxies."
+ },
+ {
+ "name": "IP Fingerprints",
+ "type": "url",
+ "url": "http://www.ipfingerprints.com/",
+ "description": "IP Address Geographical Location Finder"
+ },
+ {
+ "name": "DB-IP with API (R)",
+ "type": "url",
+ "url": "https://db-ip.com/",
+ "description": "The ultimate resource for IP address geolocation and network intelligence..."
+ },
+ {
+ "name": "IP Location Finder",
+ "type": "url",
+ "url": "https://www.iplocation.net/",
+ "description": "IP address information with geolocation"
+ },
+ {
+ "name": "Info Sniper (R)(C)",
+ "type": "url",
+ "url": "http://www.infosniper.net/",
+ "description": "infoSNIPER offers free as well as commercial web API geolocation services. For a free demo simply fill in the IP address or domain name in the form below in order to get detailed geolocation information on your entry. Check out our other services as well. Thank you for visiting us."
+ },
+ {
+ "name": "InfobyIP.com",
+ "type": "url",
+ "url": "https://www.infobyip.com/",
+ "description": "IP address information with geolocation"
+ },
+ {
+ "name": "ipTRACKERonline (R)",
+ "type": "url",
+ "url": "https://www.iptrackeronline.com/",
+ "description": "IP address information with geolocation"
+ },
+ {
+ "name": "My IP Address",
+ "type": "url",
+ "url": "https://www.ipaddress.my/",
+ "description": "IP address information with geolocation"
+ }],
+ "name": "Geolocation",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "Shodan (R)(C)",
+ "type": "url",
+ "url": "https://www.shodan.io/",
+ "description": "Shodan is the world's first search engine for Internet-connected devices. Discover how Internet intelligence can help you make better decisions."
+ },
+ {
+ "name": "Scans.io (A)",
+ "type": "url",
+ "url": "https://scans.io/",
+ "description": "The Stanford Internet Research Data Repository is a public archive of research datasets that describe the hosts, services, and websites on the Internet"
+ },
+ {
+ "name": "ZoomEye (R) (China)",
+ "type": "url",
+ "url": "https://www.zoomeye.org/",
+ "description": "ZoomEyeis the leader of global cyberspace mapping, China's first and world-renowned cyberspace search engine driven by 404 Laboratory of Knownsec, and also a world-famous cyberspace search engine."
+ },
+ {
+ "name": "Nmap (T)",
+ "type": "url",
+ "url": "https://nmap.org/download.html",
+ "description": "Nmap Network Scanning is the official guide to the Nmap Security Scanner, a free and open source utility used by millions of people for network discovery, administration, and security auditing."
+ },
+ {
+ "name": "Zenmap (T)",
+ "type": "url",
+ "url": "https://nmap.org/zenmap/",
+ "description": "Zenmap is the official Nmap Security Scanner GUI. It is a multi-platform (Linux, Windows, Mac OS X, BSD, etc.) free and open source application which aims to make Nmap easy for beginners to use while providing advanced features for experienced Nmap users."
+ },
+ {
+ "name": "nmap-scanner (T)",
+ "type": "url",
+ "url": "https://github.com/bormaxi8080/nmap-scanner",
+ "description": "A domain Nmap packet list scanner to find exploited vulnerabilities used NMap utility (https://nmap.org) and specific security vulnerabilities scan scripts."
+ },
+ {
+ "name": "Internet Census Search (U)",
+ "type": "url",
+ "url": "http://www.exfiltrated.com/querystart.php",
+ "description": "This search interface makes use of the Internet Census 2012 results detailed here: Internet Census 2012"
+ },
+ {
+ "name": "urlscan.io",
+ "type": "url",
+ "url": "https://urlscan.io/search/#*",
+ "description": "Search for domains, IPs, filenames, hashes, ASNs"
+ },
+ {
+ "name": "Scanless (T)",
+ "type": "url",
+ "url": "https://github.com/vesche/scanless",
+ "description": "Python 3 command-line utility and library for using websites that can perform port scans on your behalf."
+ },
+ {
+ "name": "Masscan (T)",
+ "type": "url",
+ "url": "https://github.com/robertdavidgraham/masscan",
+ "description": "This is an Internet-scale port scanner. It can scan the entire Internet in under 5 minutes, transmitting 10 million packets per second, from a single machine."
+ }],
+ "name": "Host / Port Discovery",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "ASlookup.com",
+ "type": "url",
+ "url": "https://aslookup.com/"
+ },
+ {
+ "name": "Onyphe",
+ "type": "url",
+ "url": "https://www.onyphe.io/"
+ },
+ {
+ "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": "IPv4",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "IPv6 CIDR Report",
+ "type": "url",
+ "url": "http://www.cidr-report.org/v6/as2.0/"
+ }],
+ "name": "IPv6",
+ "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": "BGP",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "IP Void",
+ "type": "url",
+ "url": "http://www.ipvoid.com/"
+ },
+ {
+ "name": "ExoneraTor",
+ "type": "url",
+ "url": "https://exonerator.torproject.org/"
+ },
+ {
+ "name": "LiveIPMap IP Check",
+ "type": "url",
+ "url": "https://www.liveipmap.com/"
+ }],
+ "name": "Reputation",
+ "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": "Blacklists",
+ "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": "Same IP",
+ "type": "url",
+ "url": "http://www.sameip.org/"
+ }],
+ "name": "Neighbor Domains",
+ "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": "Protected by Cloud Services",
+ "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": "Wireless Network Info",
+ "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": "Network Analysis Tools",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "Keep It Tidy Charles",
+ "type": "url",
+ "url": "https://ki.tc"
+ },
+ {
+ "name": "Grabify (R)",
+ "type": "url",
+ "url": "https://grabify.link",
+ "description": "Grabify IP Logger URL & Shortener provides you with some of the most advanced and detailed statistical data and metadata for all clicks on your links."
+ },
+ {
+ "name": "IP Logger (R)",
+ "type": "url",
+ "url": "https://iplogger.com/",
+ "description": "IP Logger is a URL Shortener with advanced analytics for the traffic through your links, visitors on your online store, blog or website. With IPLogger online services, you can find your own IP address, find location of IP address, and track the exact location of any mobile device or PC, check URL for hidden redirects for safety reasons. There are several ways to collect detailed analytics and track IP address: short links, an invisible pixel, a unique geo-logger tool."
+ }
+
+ ],
+ "name": "IP Loggers",
+ "type": "folder"
+ }],
+ "name": "IP Addresses",
+ "type": "folder"
+ }
+ ],
+ "name": "WhoIs, IPs, domains, website analysis",
+ "type": "folder"
+ },
+
{
"children": [
{
@@ -285,1260 +1544,6 @@
"name": "Email Address",
"type": "folder"
},
- {
- "children": [
- {
- "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": "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": "Domainsdb.info",
- "type": "url",
- "url": "https://domainsdb.info"
- },
- {
- "name": "IP2WHOIS",
- "type": "url",
- "url": "https://www.ip2whois.com"
- }],
- "name": "Whois Records",
- "type": "folder"
- },
- {
- "children": [
- {
- "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/RandomStorm/Bluto"
- },
- {
- "name": "theHarvester (T)",
- "type": "url",
- "url": "http://www.edge-security.com/theharvester.php"
- },
- {
- "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": "assetnote (T)",
- "type": "url",
- "url": "https://github.com/infosec-au/assetnote"
- },
- {
- "name": "Network Intelligence",
- "type": "url",
- "url": "http://netintel.net/"
- },
- {
- "name": "Sublist3r",
- "type": "url",
- "url": "https://github.com/aboul3la/Sublist3r"
- },
- {
- "name": "AltDNS (T)",
- "type": "url",
- "url": "https://github.com/infosec-au/altdns"
- },
- {
- "name": "Subfinder (T)",
- "type": "url",
- "url": "https://github.com/projectdiscovery/subfinder",
- "description": "Subfinder is a tool to identify their subdomains on a website, even if they are hidden. Perfect for finding hidden areas of an organization that are web facing, but something they don’t want you to know about…or are accidentally web facing!"
- }],
- "name": "Subdomains",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "Shodan",
- "type": "url",
- "url": "https://www.shodan.io/"
- },
- {
- "name": "Kraken",
- "type": "url",
- "url": "https://github.com/Sw4mpf0x/Kraken"
- },
- {
- "name": "urlscan.io",
- "type": "url",
- "url": "https://urlscan.io/search/#*"
- },
- {
- "name": "Daily DNS Changes",
- "type": "url",
- "url": "http://www.dailychanges.com/"
- },
- {
- "name": "SameID",
- "type": "url",
- "url": "http://sameid.net/"
- },
- {
- "name": "Redirect Detective",
- "type": "url",
- "url": "http://redirectdetective.com/"
- },
- {
- "name": "Sitediff",
- "type": "url",
- "url": "https://github.com/digininja/sitediff"
- },
- {
- "name": "AnalyzeID",
- "type": "url",
- "url": "http://analyzeid.com/"
- }],
- "name": "Discovery",
- "type": "folder"
- },
- {
- "children": [
- {
- "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": "Certificate Search",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "Security Trails",
- "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": "PassiveDNS",
- "type": "folder"
- },
- {
- "children": [
- {
- "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": "Reputation",
- "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": "Domain Blacklists",
- "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": "Typosquatting",
- "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": "Analytics",
- "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": "URL Expanders",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "VisualPing",
- "type": "url",
- "url": "http://visualping.io/"
- },
- {
- "name": "Change Detection",
- "type": "url",
- "url": "http://www.changedetection.com/"
- },
- {
- "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": "Change Detection",
- "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": "Social Analysis",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "DNSSEC Analyzer",
- "type": "url",
- "url": "http://dnssec-debugger.verisignlabs.com/"
- },
- {
- "name": "DNSViz",
- "type": "url",
- "url": "http://dnsviz.net/"
- }],
- "name": "DNSSEC",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "Public Buckets",
- "type": "url",
- "url": "https://buckets.grayhatwarfare.com/"
- },
- {
- "name": "CloudScraper (T)",
- "type": "url",
- "url": "https://github.com/jordanpotti/cloudscraper"
- }],
- "name": "Cloud Resources",
- "type": "folder"
- },
- {
- "children": [
- {
- "children": [
- {
- "name": "Sn1per (T)",
- "type": "url",
- "url": "https://github.com/1N3/Sn1per"
- },
- {
- "name": "Mage Scan",
- "type": "url",
- "url": "https://magescan.com/"
- }],
- "name": "Scanners",
- "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": "Disclosure Sites",
- "type": "folder"
- },
- {
- "name": "RobotsDisallowed",
- "type": "url",
- "url": "https://github.com/danielmiessler/RobotsDisallowed"
- }],
- "name": "Vulnerabilities",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "Burp Suite (T)",
- "type": "url",
- "url": "https://portswigger.net/burp/"
- },
- {
- "name": "BlackWidow (T)",
- "type": "url",
- "url": "http://softbytelabs.com/en/BlackWidow/"
- },
- {
- "name": "IntelliTamper (T)",
- "type": "url",
- "url": "http://www.softpedia.com/get/Internet/Other-Internet-Related/IntelliTamper.shtml"
- },
- {
- "name": "International Domain Name Conversion Tool",
- "type": "url",
- "url": "http://mct.verisign-grs.com/"
- },
- {
- "name": "EyeWitness (T)",
- "type": "url",
- "url": "https://github.com/ChrisTruncer/EyeWitness"
- },
- {
- "name": "Belati (T)",
- "type": "url",
- "url": "https://github.com/aancw/Belati"
- },
- {
- "name": "Hunting-New-Registered-Domains (T)",
- "type": "url",
- "url": "https://github.com/gfek/Hunting-New-Registered-Domains"
- }],
- "name": "Tools",
- "type": "folder"
- }],
- "name": "Domain Name",
- "type": "folder"
- },
- {
- "children": [
- {
- "children": [
- {
- "name": "WhatIsMyIP.com",
- "type": "url",
- "url": "https://www.whatismyip.com/",
- "description": "IP Address Location information"
- },
- {
- "name": "MaxMind Demo API (R)(C)",
- "type": "url",
- "url": "https://www.maxmind.com/en/home",
- "description": "Detect online fraud amd locate online visitors. Use GeoIP intelligence for content customization, advertising, digital rights management, compliance, fraud detection, security and more."
- },
- {
- "name": "IPv4/IPv6 lists by country code (T)",
- "type": "url",
- "url": "https://github.com/ipverse/rir-ip",
- "description": "Based on http://ipverse.net service. Drop-in replacement for the IP subnet lists previously available at ipverse.net based on Internet number resource usage data published by the Regional Internet Registries (RIR). The data is organized by country code (ISO 3166)."
- },
- {
- "name": "IP2Location.com (R)(C)",
- "type": "url",
- "url": "https://www.ip2location.com/demo",
- "description": "Geo IP solution to identify country, region, city, latitude & longitude, ZIP code, time zone, connection speed, ISP, domain name, IDD country code, area code, weather station data, mobile network codes (MNC), mobile country codes (MCC), mobile carrier, elevation, usage type, address type, advertising category, VPN and residential proxies."
- },
- {
- "name": "IP Fingerprints",
- "type": "url",
- "url": "http://www.ipfingerprints.com/",
- "description": "IP Address Geographical Location Finder"
- },
- {
- "name": "DB-IP with API (R)",
- "type": "url",
- "url": "https://db-ip.com/",
- "description": "The ultimate resource for IP address geolocation and network intelligence..."
- },
- {
- "name": "IP Location Finder",
- "type": "url",
- "url": "https://www.iplocation.net/",
- "description": "IP address information with geolocation"
- },
- {
- "name": "Info Sniper (R)(C)",
- "type": "url",
- "url": "http://www.infosniper.net/",
- "description": "infoSNIPER offers free as well as commercial web API geolocation services. For a free demo simply fill in the IP address or domain name in the form below in order to get detailed geolocation information on your entry. Check out our other services as well. Thank you for visiting us."
- },
- {
- "name": "InfobyIP.com",
- "type": "url",
- "url": "https://www.infobyip.com/",
- "description": "IP address information with geolocation"
- },
- {
- "name": "ipTRACKERonline (R)",
- "type": "url",
- "url": "https://www.iptrackeronline.com/",
- "description": "IP address information with geolocation"
- },
- {
- "name": "My IP Address",
- "type": "url",
- "url": "https://www.ipaddress.my/",
- "description": "IP address information with geolocation"
- }],
- "name": "Geolocation",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "Shodan (R)(C)",
- "type": "url",
- "url": "https://www.shodan.io/",
- "description": "Shodan is the world's first search engine for Internet-connected devices. Discover how Internet intelligence can help you make better decisions."
- },
- {
- "name": "Scans.io (A)",
- "type": "url",
- "url": "https://scans.io/",
- "description": "The Stanford Internet Research Data Repository is a public archive of research datasets that describe the hosts, services, and websites on the Internet"
- },
- {
- "name": "ZoomEye (R) (China)",
- "type": "url",
- "url": "https://www.zoomeye.org/",
- "description": "ZoomEyeis the leader of global cyberspace mapping, China's first and world-renowned cyberspace search engine driven by 404 Laboratory of Knownsec, and also a world-famous cyberspace search engine."
- },
- {
- "name": "Nmap (T)",
- "type": "url",
- "url": "https://nmap.org/download.html",
- "description": "Nmap Network Scanning is the official guide to the Nmap Security Scanner, a free and open source utility used by millions of people for network discovery, administration, and security auditing."
- },
- {
- "name": "Zenmap (T)",
- "type": "url",
- "url": "https://nmap.org/zenmap/",
- "description": "Zenmap is the official Nmap Security Scanner GUI. It is a multi-platform (Linux, Windows, Mac OS X, BSD, etc.) free and open source application which aims to make Nmap easy for beginners to use while providing advanced features for experienced Nmap users."
- },
- {
- "name": "nmap-scanner (T)",
- "type": "url",
- "url": "https://github.com/bormaxi8080/nmap-scanner",
- "description": "A domain Nmap packet list scanner to find exploited vulnerabilities used NMap utility (https://nmap.org) and specific security vulnerabilities scan scripts."
- },
- {
- "name": "Internet Census Search (U)",
- "type": "url",
- "url": "http://www.exfiltrated.com/querystart.php",
- "description": "This search interface makes use of the Internet Census 2012 results detailed here: Internet Census 2012"
- },
- {
- "name": "urlscan.io",
- "type": "url",
- "url": "https://urlscan.io/search/#*",
- "description": "Search for domains, IPs, filenames, hashes, ASNs"
- },
- {
- "name": "Scanless (T)",
- "type": "url",
- "url": "https://github.com/vesche/scanless",
- "description": "Python 3 command-line utility and library for using websites that can perform port scans on your behalf."
- },
- {
- "name": "Masscan (T)",
- "type": "url",
- "url": "https://github.com/robertdavidgraham/masscan",
- "description": "This is an Internet-scale port scanner. It can scan the entire Internet in under 5 minutes, transmitting 10 million packets per second, from a single machine."
- }],
- "name": "Host / Port Discovery",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "ASlookup.com",
- "type": "url",
- "url": "https://aslookup.com/"
- },
- {
- "name": "Onyphe",
- "type": "url",
- "url": "https://www.onyphe.io/"
- },
- {
- "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": "IPv4",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "IPv6 CIDR Report",
- "type": "url",
- "url": "http://www.cidr-report.org/v6/as2.0/"
- }],
- "name": "IPv6",
- "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": "BGP",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "IP Void",
- "type": "url",
- "url": "http://www.ipvoid.com/"
- },
- {
- "name": "ExoneraTor",
- "type": "url",
- "url": "https://exonerator.torproject.org/"
- },
- {
- "name": "LiveIPMap IP Check",
- "type": "url",
- "url": "https://www.liveipmap.com/"
- }],
- "name": "Reputation",
- "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": "Blacklists",
- "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": "Same IP",
- "type": "url",
- "url": "http://www.sameip.org/"
- }],
- "name": "Neighbor Domains",
- "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": "Protected by Cloud Services",
- "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": "Wireless Network Info",
- "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": "Network Analysis Tools",
- "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": "IP Loggers",
- "type": "folder"
- }],
- "name": "IP Address",
- "type": "folder"
- },
{
"children": [
{
From 81d9232dc4a5ff05d3826b5d9b0facda3a3da907 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 20:50:43 +0600
Subject: [PATCH 021/131] Add some hints
---
public/arf.json | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 87b5cc9c..aacf56c0 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1186,7 +1186,8 @@
{
"name": "CloudFail (T)",
"type": "url",
- "url": "https://github.com/m0rtem/CloudFail"
+ "url": "https://github.com/m0rtem/CloudFail",
+ "description": "CloudFail is a tactical reconnaissance tool which aims to gather enough information about a target protected by Cloudflare in the hopes of discovering the location of the server. Using Tor to mask all requests, the tool as of right now has 3 different attack phases."
}],
"name": "Protected by Cloud Services",
"type": "folder"
@@ -1194,14 +1195,16 @@
{
"children": [
{
- "name": "WiGLE: Wireless Network Mapping",
+ "name": "WiGLE: Wireless Network Mapping (R)",
"type": "url",
- "url": "https://wigle.net/"
+ "url": "https://wigle.net/",
+ "description": "All the networks. Found by Everyone."
},
{
- "name": "OpenCellid: Database of Cell Towers",
+ "name": "OpenCellid: Database of Cell Towers (R)",
"type": "url",
- "url": "https://opencellid.org/"
+ "url": "https://opencellid.org/",
+ "description": "The world's largest Open Database of Cell Towers. Locate devices without GPS, explore Mobile Operator coverage and more!"
}],
"name": "Wireless Network Info",
"type": "folder"
@@ -1209,9 +1212,10 @@
{
"children": [
{
- "name": "Wireshark",
+ "name": "Wireshark (T)",
"type": "url",
- "url": "https://www.wireshark.org/download.html"
+ "url": "https://www.wireshark.org/download.html",
+ "description": "Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998."
},
{
"name": "NetworkMiner",
@@ -1221,7 +1225,8 @@
{
"name": "Packet Total",
"type": "url",
- "url": "http://www.packettotal.com/"
+ "url": "http://www.packettotal.com/",
+ "description": "Simple free high quality PCAP analysis"
}
],
"name": "Network Analysis Tools",
From 1655fee792fe86a0bea9bead64fefed431ece7f6 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 20:51:54 +0600
Subject: [PATCH 022/131] Remove crimeflare.com service as hacked
---
public/arf.json | 5 -----
1 file changed, 5 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index aacf56c0..97dc43be 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1178,11 +1178,6 @@
},
{
"children": [
- {
- "name": "CloudFlare Watch",
- "type": "url",
- "url": "http://www.crimeflare.com/"
- },
{
"name": "CloudFail (T)",
"type": "url",
From bfc95b42c0c4f00aa1a4813f6b4820b35d436839 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 21:00:53 +0600
Subject: [PATCH 023/131] Remove sameip.org service as hacked
---
public/arf.json | 5 -----
1 file changed, 5 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 97dc43be..5d7d573e 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1167,11 +1167,6 @@
"name": "MyIPNeighbors",
"type": "url",
"url": "http://www.my-ip-neighbors.com/"
- },
- {
- "name": "Same IP",
- "type": "url",
- "url": "http://www.sameip.org/"
}],
"name": "Neighbor Domains",
"type": "folder"
From 5f2a18d938ef833d9274709bcd534dbfff34bcc1 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 21:02:21 +0600
Subject: [PATCH 024/131] Remove my-ip-neighbors.com service as idle
---
public/arf.json | 5 -----
1 file changed, 5 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 5d7d573e..00fb9770 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1162,11 +1162,6 @@
"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": "Neighbor Domains",
"type": "folder"
From 7ba162f24e3ad3845355d99d8588699e06b5ef40 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 21:03:47 +0600
Subject: [PATCH 025/131] Remove domain-neighbors service as idle
---
public/arf.json | 5 -----
1 file changed, 5 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 00fb9770..f8210669 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1157,11 +1157,6 @@
"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": "Neighbor Domains",
"type": "folder"
From bbfb9b3ce2f8f550d9213097658d2b45bf9f9c91 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 21:09:38 +0600
Subject: [PATCH 026/131] Add some hints
---
public/arf.json | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index f8210669..0009b739 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1129,19 +1129,22 @@
"url": "http://www.blocklist.de/en/index.html"
},
{
- "name": "DShield API",
+ "name": "DShield API (R)(C)(API)",
"type": "url",
- "url": "https://isc.sans.edu/api/"
+ "url": "https://isc.sans.edu/api/",
+ "description": "IP blacklists API"
},
{
"name": "FireHOL IP Lists ",
"type": "url",
- "url": "http://iplists.firehol.org/"
+ "url": "http://iplists.firehol.org/",
+ "description": "All Cybercrime IP Feeds by FireHOL"
},
{
"name": "Project Honey Pot",
"type": "url",
- "url": "http://www.projecthoneypot.org/list_of_ips.php"
+ "url": "http://www.projecthoneypot.org/list_of_ips.php",
+ "description": "Directory of Malicious IPs"
}],
"name": "Blacklists",
"type": "folder"
From 79c5dfa9352222f91d31d88c41a77fa1120e7cd4 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 21:11:48 +0600
Subject: [PATCH 027/131] Change legend
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index ae851b65..92f87648 100644
--- a/public/index.html
+++ b/public/index.html
@@ -18,7 +18,7 @@
(T) - Indicates a link to a tool that must be installed and run locally. (A) - Contains archives
- (D) - Google Dork, for more information: Google Hacking
+ (D) - Google Dork: Google Hacking. (API) - Contains API
(R) - Requires registration. (C) - For commercial use / paid service
(M) - Indicates a URL that contains the search term and the URL itself must be edited manually
(U) - Currently unsupported, unmaintained or deprecated
From e0f4a138196f0d6f5cea10af5fdb9067c0490101 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 21:13:05 +0600
Subject: [PATCH 028/131] Add some hints
---
public/arf.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/arf.json b/public/arf.json
index 0009b739..618ff841 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1126,7 +1126,8 @@
{
"name": "Blocklist.de",
"type": "url",
- "url": "http://www.blocklist.de/en/index.html"
+ "url": "http://www.blocklist.de/en/index.html",
+ "description": "www.blocklist.de is a free and voluntary service provided by a Fraud/Abuse-specialist, whose servers are often attacked via SSH-, Mail-Login-, FTP-, Webserver- and other services."
},
{
"name": "DShield API (R)(C)(API)",
From b5724acef64abb864da2a6fcc272455eb155ebe3 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 23:40:01 +0600
Subject: [PATCH 029/131] Remove reverse.report service as idle
---
public/arf.json | 36 ++++++++++++++++++++----------------
1 file changed, 20 insertions(+), 16 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 618ff841..cbc45ec5 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1038,25 +1038,23 @@
"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/"
+ "url": "https://asn.cymru.com/",
+ "description": "Team Cymru IP to ASN Lookup v1.0"
},
{
- "name": "IP to ASN DB",
+ "name": "IP to ASN DB (T)",
"type": "url",
- "url": "https://iptoasn.com/"
+ "url": "https://iptoasn.com/",
+ "description": "Free IP address to ASN database. Downloadable, easy to parse, updated hourly."
},
{
"name": "Hacker Target - Reverse DNS",
"type": "url",
- "url": "https://hackertarget.com/reverse-dns-lookup/"
+ "url": "https://hackertarget.com/reverse-dns-lookup/",
+ "description": "Find host names with Reverse DNS Lookups"
}],
"name": "IPv4",
"type": "folder"
@@ -1086,17 +1084,20 @@
{
"name": "BGPStream",
"type": "url",
- "url": "https://bgpstream.com/"
+ "url": "https://bgpstream.crosswork.cisco.com/",
+ "description": "BGP Stream is a free resource for receiving alerts about hijacks, leaks, and outages in the Border Gateway Protocol."
},
{
"name": "PeeringDB",
"type": "url",
- "url": "https://www.peeringdb.com/advanced_search"
+ "url": "https://www.peeringdb.com/advanced_search",
+ "description": "PeeringDB is a freely available, user-maintained, database of networks, and the go-to location for interconnection data. The database facilitates the global interconnection of networks at Internet Exchange Points (IXPs), data centers, and other interconnection facilities, and is the first stop in making interconnection decisions."
},
{
- "name": "BGP Tools",
+ "name": "BGP Tools (T)",
"type": "url",
- "url": "http://www.bgp4.as/tools"
+ "url": "http://www.bgp4.as/tools",
+ "description": "Border Gateway Protocol tools"
}],
"name": "BGP",
"type": "folder"
@@ -1106,17 +1107,20 @@
{
"name": "IP Void",
"type": "url",
- "url": "http://www.ipvoid.com/"
+ "url": "http://www.ipvoid.com/",
+ "description": "IP blacklist check, whois lookup, dns lookup, ping, and more"
},
{
"name": "ExoneraTor",
"type": "url",
- "url": "https://exonerator.torproject.org/"
+ "url": "https://exonerator.torproject.org/",
+ "description": "The ExoneraTor service maintains a database of IP addresses that have been part of the Tor network."
},
{
"name": "LiveIPMap IP Check",
"type": "url",
- "url": "https://www.liveipmap.com/"
+ "url": "https://www.liveipmap.com/",
+ "description": "LiveIPMap is a platform open for everyone to report an IP abuse case or to request the release of a falsified abuse case. Anyone is free to lookup for an abuse case. Abuse data listed on this website is real-time updated."
}],
"name": "Reputation",
"type": "folder"
From 36fa14182d664e0f00e9eb82d153a4a400f18409 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 23:43:39 +0600
Subject: [PATCH 030/131] Remove aslookup.com service as idle
---
public/arf.json | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index cbc45ec5..23e49f85 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1024,14 +1024,10 @@
{
"children": [
{
- "name": "ASlookup.com",
+ "name": "Onyphe (R)(C)",
"type": "url",
- "url": "https://aslookup.com/"
- },
- {
- "name": "Onyphe",
- "type": "url",
- "url": "https://www.onyphe.io/"
+ "url": "https://www.onyphe.io/",
+ "description": "Onyphe Cyber Defense Search Engine"
},
{
"name": "IPv4 CIDR Report",
From 233343085c2f03cf3835fa0b28d4af1e7878187a Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 23:47:07 +0600
Subject: [PATCH 031/131] Remove Belati tool as idle
---
public/arf.json | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 23e49f85..5b09bb14 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -867,15 +867,11 @@
"type": "url",
"url": "https://github.com/ChrisTruncer/EyeWitness"
},
- {
- "name": "Belati (T)",
- "type": "url",
- "url": "https://github.com/aancw/Belati"
- },
{
"name": "Hunting-New-Registered-Domains (T)",
"type": "url",
- "url": "https://github.com/gfek/Hunting-New-Registered-Domains"
+ "url": "https://github.com/gfek/Hunting-New-Registered-Domains",
+ "description": "python utility for finding and analysing potential phishing domains used in phishing campaigns targeting your customers."
}],
"name": "Tools",
"type": "folder"
From 2f2bdeaadf6f6a32d35fb9b803da4205efe3ab62 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 23:50:25 +0600
Subject: [PATCH 032/131] Fix previous commit
---
public/arf.json | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/public/arf.json b/public/arf.json
index 5b09bb14..e179ae6b 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -867,6 +867,12 @@
"type": "url",
"url": "https://github.com/ChrisTruncer/EyeWitness"
},
+ {
+ "name": "Belati (T)",
+ "type": "url",
+ "url": "https://github.com/aancw/Belati",
+ "description": "Belati is tool for Collecting Public Data & Public Document from Website and other service for OSINT purpose. This tools is inspired by Foca and Datasploit for OSINT"
+ },
{
"name": "Hunting-New-Registered-Domains (T)",
"type": "url",
From dde83cee123a098722b40bccbbbe704db37dc73c Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Thu, 28 Jul 2022 23:55:42 +0600
Subject: [PATCH 033/131] Remove BlackWindow tool as idle
---
public/arf.json | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index e179ae6b..fbc3d37e 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -847,25 +847,23 @@
"type": "url",
"url": "https://portswigger.net/burp/"
},
- {
- "name": "BlackWidow (T)",
- "type": "url",
- "url": "http://softbytelabs.com/en/BlackWidow/"
- },
{
"name": "IntelliTamper (T)",
"type": "url",
- "url": "http://www.softpedia.com/get/Internet/Other-Internet-Related/IntelliTamper.shtml"
+ "url": "http://www.softpedia.com/get/Internet/Other-Internet-Related/IntelliTamper.shtml",
+ "description": "An easy-to-use application which will tell you what is really behind any website, such as files and folders, including the unlisted ones"
},
{
"name": "International Domain Name Conversion Tool",
"type": "url",
- "url": "http://mct.verisign-grs.com/"
+ "url": "http://mct.verisign-grs.com/",
+ "description": "Internationalized Domain Name (IDN) Conversion Tool"
},
{
"name": "EyeWitness (T)",
"type": "url",
- "url": "https://github.com/ChrisTruncer/EyeWitness"
+ "url": "https://github.com/ChrisTruncer/EyeWitness",
+ "description": "EyeWitness is designed to take screenshots of websites provide some server header info, and identify default credentials if known."
},
{
"name": "Belati (T)",
From 2e390f66ac1244a87a0924440853116716037d33 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Fri, 29 Jul 2022 00:15:01 +0600
Subject: [PATCH 034/131] Remove xssposed.org service as idle
---
public/arf.json | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index fbc3d37e..912ac1e6 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -819,23 +819,20 @@
},
{
"children": [
- {
- "name": "XSSposed.org",
- "type": "url",
- "url": "https://www.xssposed.org/"
- },
{
"name": "Zone-H.org",
"type": "url",
- "url": "http://zone-h.org/archive"
+ "url": "http://zone-h.org/archive",
+ "description": "Unrestricted information archive"
}],
"name": "Disclosure Sites",
"type": "folder"
},
{
- "name": "RobotsDisallowed",
+ "name": "RobotsDisallowed (T)",
"type": "url",
- "url": "https://github.com/danielmiessler/RobotsDisallowed"
+ "url": "https://github.com/danielmiessler/RobotsDisallowed",
+ "description": "The RobotsDisallowed project is a harvest of the robots.txt disallowed directories of the world's top websites - specifically those of the Alexa 100K and the Majestic 100K."
}],
"name": "Vulnerabilities",
"type": "folder"
@@ -843,9 +840,10 @@
{
"children": [
{
- "name": "Burp Suite (T)",
+ "name": "Burp Suite (T)(R)",
"type": "url",
- "url": "https://portswigger.net/burp/"
+ "url": "https://portswigger.net/burp/",
+ "description": "Scalable automated site scanning tool"
},
{
"name": "IntelliTamper (T)",
From 62fdc09d2aae0d86d86c58a5149b36474fd36dcd Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Fri, 29 Jul 2022 00:16:34 +0600
Subject: [PATCH 035/131] Remove magescan.com service as idle
---
public/arf.json | 5 -----
1 file changed, 5 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 912ac1e6..0a80a8bc 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -808,11 +808,6 @@
"name": "Sn1per (T)",
"type": "url",
"url": "https://github.com/1N3/Sn1per"
- },
- {
- "name": "Mage Scan",
- "type": "url",
- "url": "https://magescan.com/"
}],
"name": "Scanners",
"type": "folder"
From 6aabba0578fc201ce0f5b0fc90b4969f7fc95cfa Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Fri, 29 Jul 2022 00:39:33 +0600
Subject: [PATCH 036/131] Add some hints
---
public/arf.json | 41 +++++++++++++++++++++++------------------
1 file changed, 23 insertions(+), 18 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 0a80a8bc..a5b1227a 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -723,34 +723,34 @@
{
"children": [
{
- "name": "VisualPing",
+ "name": "Change Detection (aka Visual Ping) (R)(C)",
"type": "url",
- "url": "http://visualping.io/"
- },
- {
- "name": "Change Detection",
- "type": "url",
- "url": "http://www.changedetection.com/"
+ "url": "http://www.changedetection.com/",
+ "description": "Website change detection and alerts"
},
{
"name": "Follow That Page",
"type": "url",
- "url": "https://www.followthatpage.com/"
+ "url": "https://www.followthatpage.com/",
+ "description": "Follow That Page is a change detection and notification service that sends you an email when your favourite web pages have changed. We monitor the web for you."
},
{
- "name": "Urlwatch",
+ "name": "Urlwatch (T)",
"type": "url",
- "url": "https://github.com/thp/urlwatch"
+ "url": "https://github.com/thp/urlwatch",
+ "description": "urlwatch is intended to help you watch changes in webpages and get notified (via e-mail, in your terminal or through various third party services) of any changes. The change notification will include the URL that has changed and a unified diff of what has changed."
},
{
"name": "WatchThatPage",
"type": "url",
- "url": "http://watchthatpage.com/"
+ "url": "http://watchthatpage.com/",
+ "description": "WatchThatPage is a service that enables you to automatically collect new information from your favorite pages on the Internet."
},
{
"name": "ChangeDetect",
"type": "url",
- "url": "http://www.changedetect.com/"
+ "url": "http://www.changedetect.com/",
+ "description": "ChangeDetect provided web page monitoring services. Receive an automatic e-mail notification whenever content changes on your favorite webpages."
}],
"name": "Change Detection",
"type": "folder"
@@ -775,12 +775,14 @@
{
"name": "DNSSEC Analyzer",
"type": "url",
- "url": "http://dnssec-debugger.verisignlabs.com/"
+ "url": "http://dnssec-debugger.verisignlabs.com/",
+ "description": "DNSSEC problems analyzer"
},
{
- "name": "DNSViz",
+ "name": "DNSViz (T)",
"type": "url",
- "url": "http://dnsviz.net/"
+ "url": "http://dnsviz.net/",
+ "description": "DNSSEC Authentication Chain"
}],
"name": "DNSSEC",
"type": "folder"
@@ -790,12 +792,14 @@
{
"name": "Public Buckets",
"type": "url",
- "url": "https://buckets.grayhatwarfare.com/"
+ "url": "https://buckets.grayhatwarfare.com/",
+ "description": "Search for Open Amazon s3 Buckets and their contents"
},
{
"name": "CloudScraper (T)",
"type": "url",
- "url": "https://github.com/jordanpotti/cloudscraper"
+ "url": "https://github.com/jordanpotti/cloudscraper",
+ "description": "CloudScraper is a Tool to spider and scrape targets in search of cloud resources. Plug in a URL and it will spider and search the source of spidered pages for strings such as 's3.amazonaws.com', 'windows.net' and 'digitaloceanspaces'. AWS, Azure, Digital Ocean resources are currently supported."
}],
"name": "Cloud Resources",
"type": "folder"
@@ -807,7 +811,8 @@
{
"name": "Sn1per (T)",
"type": "url",
- "url": "https://github.com/1N3/Sn1per"
+ "url": "https://github.com/1N3/Sn1per",
+ "description": "Sn1per is an automated reconnaissance scanner that can be used to discover assets and scan for vulnerabilities using the latest open source tools and techniques."
}],
"name": "Scanners",
"type": "folder"
From 930b1ba960cb2604b0540abde0fd2de6c2edd43c Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Fri, 29 Jul 2022 00:56:53 +0600
Subject: [PATCH 037/131] Remove knowurl.com as unawailable service
---
public/arf.json | 5 -----
1 file changed, 5 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index a5b1227a..19304928 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -711,11 +711,6 @@
"name": "Where Does This Link Go?",
"type": "url",
"url": "http://wheredoesthislinkgo.com/"
- },
- {
- "name": "KnowURL",
- "type": "url",
- "url": "http://www.knowurl.com/"
}],
"name": "URL Expanders",
"type": "folder"
From 7dcbd045e9a11383cfbc25619b000dab2073c9c5 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Fri, 29 Jul 2022 00:59:41 +0600
Subject: [PATCH 038/131] Remove urlshortener.com service as hacked
---
public/arf.json | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 19304928..37602959 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -702,15 +702,10 @@
"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/"
+ "url": "https://wheregoes.com/"
}],
"name": "URL Expanders",
"type": "folder"
From caa23fb239d73dc41c18770aef90dfe435cb33f3 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Fri, 29 Jul 2022 01:03:02 +0600
Subject: [PATCH 039/131] Remove lengthen.me service as idle
---
public/arf.json | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 37602959..a2f72323 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -690,17 +690,14 @@
{
"name": "CheckShortURL",
"type": "url",
- "url": "http://checkshorturl.com/"
- },
- {
- "name": "Lengthen Me",
- "type": "url",
- "url": "https://lengthen.me/"
+ "url": "http://checkshorturl.com/",
+ "description": "CheckShortURL supports almost all URL shortening services: t.co, goo.gl, bit.ly, amzn.to, tinyurl.com, ow.ly, youtu.be and many others"
},
{
"name": "URL Expander",
"type": "url",
- "url": "http://urlex.org/"
+ "url": "http://urlex.org/",
+ "description": "URL Expander"
},
{
"name": "Where Does This Link Go?",
From 52e1d46bf3ec7e155214a15707b9fa7804f52491 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Fri, 29 Jul 2022 01:05:38 +0600
Subject: [PATCH 040/131] Remove linkexpander.com service as unawailable
---
public/arf.json | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index a2f72323..a2e0c7d1 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -677,15 +677,11 @@
},
{
"children": [
- {
- "name": "Link Expander",
- "type": "url",
- "url": "http://www.linkexpander.com/"
- },
{
"name": "GetLinkInfo",
"type": "url",
- "url": "http://www.getlinkinfo.com/"
+ "url": "http://www.getlinkinfo.com/",
+ "description": "GetLinkInfo is a tool to get information about a link before visiting it."
},
{
"name": "CheckShortURL",
From 5ba325362c75e9d2f85c1b765e30ab064a379bbd Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Fri, 29 Jul 2022 01:17:19 +0600
Subject: [PATCH 041/131] Remove w3dt.net service as unawailable
---
public/arf.json | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index a2e0c7d1..34b26278 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -643,34 +643,34 @@
"url": "http://pub-db.com/"
},
{
- "name": "WWW Domain Tools",
+ "name": "SimilarWeb (R)(C)",
"type": "url",
- "url": "https://w3dt.net/"
- },
- {
- "name": "SimilarWeb",
- "type": "url",
- "url": "https://www.similarweb.com/"
+ "url": "https://www.similarweb.com/",
+ "description": "Backed by the world's most intelligent and comprehensive view of digital traffic, our platform gives you the data"
},
{
"name": "Website Outlook",
"type": "url",
- "url": "http://websiteoutlook.com/"
+ "url": "http://websiteoutlook.com/",
+ "description": "More then 20 Metrics to Measure & Track Success of your website.\nNo need to check Web stats on different websites and tools."
},
{
"name": "Siteliner",
"type": "url",
- "url": "http://siteliner.com/"
+ "url": "http://siteliner.com/",
+ "description": "Find duplicate content, broken links, and more"
},
{
- "name": "WebPagetest",
+ "name": "WebPagetest (R)(C)",
"type": "url",
- "url": "https://www.webpagetest.org/"
+ "url": "https://www.webpagetest.org/",
+ "description": "Web page test analyzer"
},
{
- "name": "WhatWeb",
+ "name": "WhatWeb (T)",
"type": "url",
- "url": "https://github.com/urbanadventurer/WhatWeb"
+ "url": "https://github.com/urbanadventurer/WhatWeb",
+ "description": "WhatWeb identifies websites. Its goal is to answer the question, \"What is that Website?\". WhatWeb recognises web technologies including content management systems (CMS), blogging platforms, statistic/analytics packages, JavaScript libraries, web servers, and embedded devices"
}],
"name": "Analytics",
"type": "folder"
From 1642c041e1adef6f42c89702b7632bf7cec0a2fc Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Fri, 29 Jul 2022 01:18:28 +0600
Subject: [PATCH 042/131] Remove pub-db.com service as unawailable
---
public/arf.json | 5 -----
1 file changed, 5 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 34b26278..83583506 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -637,11 +637,6 @@
"type": "url",
"url": "https://www.clearwebstats.com/"
},
- {
- "name": "PubDB",
- "type": "url",
- "url": "http://pub-db.com/"
- },
{
"name": "SimilarWeb (R)(C)",
"type": "url",
From 77d70c1931b3ae05d46c25e664032758b013f4f3 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Fri, 29 Jul 2022 01:25:54 +0600
Subject: [PATCH 043/131] Remove w3bin.com as idle
---
public/arf.json | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 83583506..0ed0e25a 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -617,25 +617,23 @@
"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/"
+ "url": "http://www.sitedossier.com/",
+ "description": "A collection or file of documents containing information about a particular person or topic."
},
{
"name": "Visual Site Mapper",
"type": "url",
- "url": "http://www.visualsitemapper.com/"
+ "url": "http://www.visualsitemapper.com/",
+ "description": "Visual Site Mapper is a free service that can quickly show a map of your site."
},
{
"name": "ClearWebStats.com",
"type": "url",
- "url": "https://www.clearwebstats.com/"
+ "url": "https://www.clearwebstats.com/",
+ "description": "ClearWebStats.com is a web statistics and analysis service for Internet users to examine and exhibit the website related data from most websites."
},
{
"name": "SimilarWeb (R)(C)",
From 2aac08a94bd39ab752a1fcb8b110f14925a2252b Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Fri, 29 Jul 2022 01:27:18 +0600
Subject: [PATCH 044/131] Remove alexa.com top 500 sites service as unawailable
---
public/arf.json | 5 -----
1 file changed, 5 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 0ed0e25a..593f7fff 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -612,11 +612,6 @@
"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": "Sitedossier",
"type": "url",
From 6f7129c57e5c10b48f51a3e38c3ecd4f8bda9f9e Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 14:29:39 +0600
Subject: [PATCH 045/131] Remove Alexa Site Statistic as down
---
public/arf.json | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 593f7fff..4335c4a3 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -602,15 +602,11 @@
"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"
+ "url": "http://s3-us-west-1.amazonaws.com/umbrella-static/index.html",
+ "description": "The popularity list contains our most queried domains based on passive DNS usage across our Umbrella global network of more than 100 Billion requests per day with 65 million unique active users, in more than 165 countries."
},
{
"name": "Sitedossier",
From 225ff19cd360b946fb3304bc718e4173ba6f32a4 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 14:33:39 +0600
Subject: [PATCH 046/131] Remove spyonweb service as down
---
public/arf.json | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 4335c4a3..733f6e77 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -588,19 +588,16 @@
"url": "https://moz.com/researchtools/ose/"
},
{
- "name": "SpyOnWeb",
+ "name": "SecurityHeaders.com",
"type": "url",
- "url": "http://www.spyonweb.com/"
- },
- {
- "name": "SecurityHeaders.io",
- "type": "url",
- "url": "https://securityheaders.io/"
+ "url": "https://securityheaders.com/",
+ "description": "SecurityHeaders site scanner"
},
{
"name": "Keyword Density",
"type": "url",
- "url": "http://tools.seobook.com/general/keyword-density/"
+ "url": "http://tools.seobook.com/general/keyword-density/",
+ "description": "Someone was effectively DDoSing our server by hitting this tool thousands and thousands of times. Thus we are now forced to require account registration to use this tool."
},
{
"name": "Cisco Umbrella Popularity List",
From 51e1c06893a74fd60b45226fb0163b37902e70de Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 14:44:14 +0600
Subject: [PATCH 047/131] Remove topgainers.net service as unreachable
---
public/arf.json | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 733f6e77..62879d80 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -552,40 +552,41 @@
"type": "url",
"url": "https://www.semrush.com/"
},
- {
- "name": "TopGainers",
- "type": "url",
- "url": "https://topgainers.net/"
- },
{
"name": "Moonsearch",
"type": "url",
- "url": "http://moonsearch.com/"
+ "url": "http://moonsearch.com/",
+ "description": "Backlinks checker & SEO Report. 500m+ urls analyzed in 32m+ domains"
},
{
- "name": "StackShare",
+ "name": "StackShare (T)(R)(C)",
"type": "url",
- "url": "https://stackshare.io/"
+ "url": "https://stackshare.io/",
+ "description": "Tech Stack Intelligence provides real-time visibility into all the developer tools, services, and packages you're using internally, down to the version level, across all your Git repos"
},
{
"name": "Ewhois",
"type": "url",
- "url": "https://ewhois.com/"
+ "url": "https://ewhois.com/",
+ "description": "eWhois.com is a free and perfect tool for whois lookup information tools. WhoIs lets you perform a domain whois search, whois IP lookup and search the whois database for relevant information on domain registration and availability."
},
{
"name": "Netcraft",
"type": "url",
- "url": "http://toolbar.netcraft.com/site_report?url=undefined#last_reboot"
+ "url": "http://toolbar.netcraft.com/site_report?url=undefined#last_reboot",
+ "description": "NetCraft site report"
},
{
"name": "StatsCrop",
"type": "url",
- "url": "http://www.statscrop.com/"
+ "url": "http://www.statscrop.com/",
+ "description": "Free Online Website Analyzer. Millions of amazing websites across the web are being analyzed with StatsCrop."
},
{
"name": "Open Site Explorer",
"type": "url",
- "url": "https://moz.com/researchtools/ose/"
+ "url": "https://moz.com/researchtools/ose/",
+ "description": "The world's best backlink checker with over 40 trillion links."
},
{
"name": "SecurityHeaders.com",
From 05b086e4851ce52749c8a5c60e0effabd2ea49ee Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 14:46:08 +0600
Subject: [PATCH 048/131] Remove wappalyzer.com service as unreachable
---
public/arf.json | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 62879d80..cdbcfaeb 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -543,14 +543,10 @@
"url": "https://www.sitesleuth.io/"
},
{
- "name": "Wappalyzer (T)",
+ "name": "SEMrush (R)(C)",
"type": "url",
- "url": "https://wappalyzer.com/"
- },
- {
- "name": "SEMrush",
- "type": "url",
- "url": "https://www.semrush.com/"
+ "url": "https://www.semrush.com/",
+ "description": "Do SEO, content marketing, competitor research, PPC and social media marketing from just one platform."
},
{
"name": "Moonsearch",
From 1be3c2317006314fcec2e2b63b5fa8806e717e09 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 14:48:16 +0600
Subject: [PATCH 049/131] Remove sitesleuth.io service as unreachable
---
public/arf.json | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index cdbcfaeb..54455ffc 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -535,12 +535,8 @@
{
"name": "BuiltWith",
"type": "url",
- "url": "http://builtwith.com/"
- },
- {
- "name": "SiteSleuth",
- "type": "url",
- "url": "https://www.sitesleuth.io/"
+ "url": "http://builtwith.com/",
+ "description": "Build lists of websites from our database of 60,143+ web technologies and over 673 million websites showing which sites use shopping carts, analytics, hosting and many more. Filter by location, traffic, vertical and more"
},
{
"name": "SEMrush (R)(C)",
From 8bcbaa3f9a3cd78a370dfb00970731449244231a Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 14:54:12 +0600
Subject: [PATCH 050/131] Remove Zeus Tracker service as unawailable
---
public/arf.json | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 54455ffc..9a876001 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -487,20 +487,17 @@
"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"
+ "url": "http://www.shadowserver.org/wiki/pmwiki.php?n=Services/Reports",
+ "description": "The Shadowserver Foundation is a nonprofit security organization working altruistically behind the scenes to make the Internet more secure for everyone"
},
{
- "name": "Email Domain Validation",
+ "name": "Email Domain Validation (R)(C)",
"type": "url",
- "url": "https://www.mailboxvalidator.com/domain"
+ "url": "https://www.mailboxvalidator.com/domain",
+ "description": "MailboxValidator Email Domain Validation is a free domain name validation through domain mail server to determine the email domain server status, MX records, DNS records and so on."
}],
"name": "Domain Blacklists",
"type": "folder"
@@ -510,22 +507,26 @@
{
"name": "DNS Twist (T)",
"type": "url",
- "url": "https://github.com/elceef/dnstwist"
+ "url": "https://github.com/elceef/dnstwist",
+ "description": "ee what sort of trouble users can get in trying to type your domain name. Find lookalike domains that adversaries can use to attack you. Can detect typosquatters, phishing attacks, fraud, and brand impersonation. Useful as an additional source of targeted threat intelligence."
},
{
"name": "URLCrazy (T)",
"type": "url",
- "url": "http://www.morningstarsecurity.com/research/urlcrazy"
+ "url": "http://www.morningstarsecurity.com/research/urlcrazy",
+ "description": "URLCrazy allows you to generate and test domain typos and variations to detect and perform typo squatting, URL hijacking, phishing, and corporate espionage."
},
{
"name": "dnstwister",
"type": "url",
- "url": "https://dnstwister.report/"
+ "url": "https://dnstwister.report/",
+ "description": "The anti-phishing domain name search engine and DNS monitoring service"
},
{
"name": "Catphish (T)",
"type": "url",
- "url": "https://github.com/ring0lab/catphish"
+ "url": "https://github.com/ring0lab/catphish",
+ "description": "Generate similar-looking domains for phishing attacks. Check expired domains and their categorized domain status to evade proxy categorization. Whitelisted domains are perfect for your C2 servers. Perfect for Red Team engagements."
}],
"name": "Typosquatting",
"type": "folder"
From 059ac69bb99f6a4cb02653163e2dd25579d5827c Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 15:08:02 +0600
Subject: [PATCH 051/131] Remove malc0de.com service as unawailable
---
public/arf.json | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 9a876001..b511536f 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -457,35 +457,34 @@
"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"
+ "url": "https://riskanalytics.com/community/",
+ "description": "Beyond offering subscription-based threat intel, we believe in arming our peers, collaborators and clients around the country with the best, most up-to-date information on viable threats to their operations. Our team of cyber experts are continually tracking and analyzing the latest cyberthreats across the globe, and infuse that knowledge into our industry-leading, always-on threat intel feed, ShadowNet.",
},
{
"name": "Malware Domain List",
"type": "url",
- "url": "http://www.malwaredomainlist.com/hostslist/hosts.txt"
+ "url": "https://www.malwaredomainlist.com/mdl.php"
},
{
"name": "Malware Patrol (R)",
"type": "url",
- "url": "http://www.malware.com.br/open-source.shtml"
+ "url": "https://www.malwarepatrol.net/",
+ "description": "Since 2005, Malware Patrol has focused solely on threat intelligence. We monitor the latest malicious campaigns to collect a variety of indicators. These range from malware, ransomware, and phishing to command-and-control systems and DoH servers."
},
{
"name": "MalwareURL (R)",
"type": "url",
- "url": "http://www.malwareurl.com/index.php"
+ "url": "http://www.malwareurl.com/index.php",
+ "description": "Since 2003, TRV Security has provided various cybersecurity services to small and large companies and organizations across the world. In 2009, we released the MalwareURL service with the aim of providing up-to-date and reliable information relating to malicious domains, URLs and IPs on the Internet."
},
{
- "name": "scumware.org",
+ "name": "scumware.org (API)",
"type": "url",
- "url": "https://www.scumware.org/"
+ "url": "https://www.scumware.org/",
+ "description": "Just another free alternative for security and malware researchers. Access to certain resources is limited by credit which can be obtained by typing in 'captcha"
},
{
"name": "Shadowserver Foundation",
From 6f16a2c9e9306f521365acb6a796befedb2bb00b Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 15:14:35 +0600
Subject: [PATCH 052/131] Add unavailable.json list
---
public/arf.json | 2 +-
public/unavailable.json | 149 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 150 insertions(+), 1 deletion(-)
create mode 100644 public/unavailable.json
diff --git a/public/arf.json b/public/arf.json
index b511536f..0d926c33 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -461,7 +461,7 @@
"name": "DNS-BH Malware Domain Blocklist",
"type": "url",
"url": "https://riskanalytics.com/community/",
- "description": "Beyond offering subscription-based threat intel, we believe in arming our peers, collaborators and clients around the country with the best, most up-to-date information on viable threats to their operations. Our team of cyber experts are continually tracking and analyzing the latest cyberthreats across the globe, and infuse that knowledge into our industry-leading, always-on threat intel feed, ShadowNet.",
+ "description": "Beyond offering subscription-based threat intel, we believe in arming our peers, collaborators and clients around the country with the best, most up-to-date information on viable threats to their operations. Our team of cyber experts are continually tracking and analyzing the latest cyberthreats across the globe, and infuse that knowledge into our industry-leading, always-on threat intel feed, ShadowNet"
},
{
"name": "Malware Domain List",
diff --git a/public/unavailable.json b/public/unavailable.json
new file mode 100644
index 00000000..2f907744
--- /dev/null
+++ b/public/unavailable.json
@@ -0,0 +1,149 @@
+{
+ "unavailable": [
+ {
+ "name": "Google Correlate",
+ "type": "url",
+ "url": "https://www.google.com/trends/correlate/"
+ },
+ {
+ "name": "Spyse",
+ "type": "url",
+ "url": "https://spyse.com/search/ip"
+ },
+ {
+ "name": "utrace",
+ "type": "url",
+ "url": "http://en.utrace.de/"
+ },
+ {
+ "name": "NetworkTotal",
+ "type": "url",
+ "url": "https://www.networktotal.com/"
+ },
+ {
+ "name": "CloudFlare Watch",
+ "type": "url",
+ "url": "http://www.crimeflare.com/"
+ },
+ {
+ "name": "Same IP",
+ "type": "url",
+ "url": "http://www.sameip.org/"
+ },
+ {
+ "name": "MyIPNeighbors",
+ "type": "url",
+ "url": "http://www.my-ip-neighbors.com/"
+ },
+ {
+ "name": "TCP/IP Utils - Domain Neighbors",
+ "type": "url",
+ "url": "http://www.tcpiputils.com/domain-neighbors"
+ },
+ {
+ "name": "Reverse.report",
+ "type": "url",
+ "url": "https://reverse.report/"
+ },
+ {
+ "name": "ASlookup.com",
+ "type": "url",
+ "url": "https://aslookup.com/"
+ },
+ {
+ "name": "Belati (T)",
+ "type": "url",
+ "url": "https://github.com/aancw/Belati"
+ },
+ {
+ "name": "BlackWidow (T)",
+ "type": "url",
+ "url": "http://softbytelabs.com/en/BlackWidow/"
+ },
+ {
+ "name": "XSSposed.org",
+ "type": "url",
+ "url": "https://www.xssposed.org/"
+ },
+ {
+ "name": "Mage Scan",
+ "type": "url",
+ "url": "https://magescan.com/"
+ },
+ {
+ "name": "KnowURL",
+ "type": "url",
+ "url": "http://www.knowurl.com/"
+ },
+ {
+ "name": "URL Unshortener",
+ "type": "url",
+ "url": "http://www.urlunshortener.com/"
+ },
+ {
+ "name": "Lengthen Me",
+ "type": "url",
+ "url": "https://lengthen.me/"
+ },
+ {
+ "name": "Link Expander",
+ "type": "url",
+ "url": "http://www.linkexpander.com/"
+ },
+ {
+ "name": "WWW Domain Tools",
+ "type": "url",
+ "url": "https://w3dt.net/"
+ },
+ {
+ "name": "PubDB",
+ "type": "url",
+ "url": "http://pub-db.com/"
+ },
+ {
+ "name": "W3bin.com",
+ "type": "url",
+ "url": "https://w3bin.com/"
+ },
+ {
+ "name": "Alexa Top 500 Global Sites",
+ "type": "url",
+ "url": "http://www.alexa.com/topsites"
+ },
+ {
+ "name": "Alexa Site Statistics",
+ "type": "url",
+ "url": "http://www.alexa.com/siteinfo"
+ },
+ {
+ "name": "SpyOnWeb",
+ "type": "url",
+ "url": "http://www.spyonweb.com/"
+ },
+ {
+ "name": "TopGainers",
+ "type": "url",
+ "url": "https://topgainers.net/"
+ },
+ {
+ "name": "Wappalyzer (T)",
+ "type": "url",
+ "url": "https://wappalyzer.com/"
+ },
+ {
+ "name": "SiteSleuth",
+ "type": "url",
+ "url": "https://www.sitesleuth.io/"
+ },
+ {
+ "name": "ZeuS Tracker",
+ "type": "url",
+ "url": "https://zeustracker.abuse.ch/blocklist.php"
+ },
+ {
+ "name": "DNS Sinkhole",
+ "type": "url",
+ "url": "http://malc0de.com/bl/"
+ }
+ ]
+}
\ No newline at end of file
From 0b8b3a18211f314b7a56e90ff1063820f566fe94 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 15:16:40 +0600
Subject: [PATCH 053/131] Remove intel.cryticalstack.com service as unavailable
---
public/arf.json | 5 -----
public/unavailable.json | 5 +++++
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 0d926c33..0aa5f6b8 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -452,11 +452,6 @@
"type": "url",
"url": "https://github.com/maravento/blackweb"
},
- {
- "name": "Critical Stack Intel (R)",
- "type": "url",
- "url": "https://intel.criticalstack.com/"
- },
{
"name": "DNS-BH Malware Domain Blocklist",
"type": "url",
diff --git a/public/unavailable.json b/public/unavailable.json
index 2f907744..674d346e 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -1,5 +1,10 @@
{
"unavailable": [
+ {
+ "name": "Critical Stack Intel (R)",
+ "type": "url",
+ "url": "https://intel.criticalstack.com/"
+ },
{
"name": "Google Correlate",
"type": "url",
From d42d58bc573ddb13047f1e15ac28c01d53b45a2b Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 15:19:42 +0600
Subject: [PATCH 054/131] Remove mirror1.malwaredomains.com service as
unavailable
---
public/arf.json | 10 +++-------
public/unavailable.json | 5 +++++
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 0aa5f6b8..6e99980b 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -443,14 +443,10 @@
"url": "https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist"
},
{
- "name": "Malware Domains Blacklist",
+ "name": "Blackweb (T)",
"type": "url",
- "url": "http://mirror1.malwaredomains.com/files/domains.txt"
- },
- {
- "name": "Blackweb",
- "type": "url",
- "url": "https://github.com/maravento/blackweb"
+ "url": "https://github.com/maravento/blackweb",
+ "description": "Blackweb is a project that collects and unifies public blocklists of domains (porn, downloads, drugs, malware, spyware, trackers, bots, social networks, warez, weapons, etc.) to make them compatible with Squid-Cache"
},
{
"name": "DNS-BH Malware Domain Blocklist",
diff --git a/public/unavailable.json b/public/unavailable.json
index 674d346e..214d3a30 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -1,5 +1,10 @@
{
"unavailable": [
+ {
+ "name": "Malware Domains Blacklist",
+ "type": "url",
+ "url": "http://mirror1.malwaredomains.com/files/domains.txt"
+ },
{
"name": "Critical Stack Intel (R)",
"type": "url",
From 02170da3c46c63ca1e02de27ac0d3b271de7ce8f Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 15:22:18 +0600
Subject: [PATCH 055/131] Remove some unavailable services
---
public/arf.json | 15 ---------------
public/unavailable.json | 15 +++++++++++++++
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 6e99980b..4de288bc 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -427,21 +427,6 @@
},
{
"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": "Blackweb (T)",
"type": "url",
diff --git a/public/unavailable.json b/public/unavailable.json
index 214d3a30..fe67f0e7 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -1,5 +1,20 @@
{
"unavailable": [
+ {
+ "name": "Zeus C2 Tracker",
+ "type": "url",
+ "url": "https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist"
+ },
+ {
+ "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": "Malware Domains Blacklist",
"type": "url",
From 3692ac0182814ce901625ac344f6455db55e8360 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 15:41:46 +0600
Subject: [PATCH 056/131] Remove some unavailable services
---
public/arf.json | 78 +++++++++++++----------------------------
public/unavailable.json | 35 ++++++++++++++++++
2 files changed, 60 insertions(+), 53 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 4de288bc..0d47f6b4 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -325,77 +325,62 @@
{
"name": "Threat Crowd",
"type": "url",
- "url": "https://www.threatcrowd.org/"
+ "url": "https://www.threatcrowd.org/",
+ "description": "A Search Engine for Threats"
},
{
"name": "FortiGuard Reputation Service",
"type": "url",
- "url": "http://fortiguard.com/iprep"
- },
- {
- "name": "McAfee TrustedSource",
- "type": "url",
- "url": "http://www.trustedsource.org/"
+ "url": "http://fortiguard.com/iprep",
+ "description": "Protect your organization by blocking access to malicious, hacked, or inappropriate websites with FortiGuard Web Filtering. Web filtering is the first line of defense against web-based attacks. Malicious or hacked websites, a primary vector for initiating attacks, trigger downloads of malware, spyware, or risky content."
},
{
"name": "Trend Micro Site Safety Center",
"type": "url",
- "url": "https://global.sitesafety.trendmicro.com/"
- },
- {
- "name": "WatchGuard ReputationAuthority",
- "type": "url",
- "url": "http://www.reputationauthority.org/"
+ "url": "https://global.sitesafety.trendmicro.com/",
+ "description": "Scores are assigned based on factors such as a website's age, historical locations, changes, and indications of suspicious activities discovered through malware behavior analysis. We've advanced how we apply web reputation to keep pace with new types of criminal attacks that can come and go very quickly, or try to stay hidden."
},
{
"name": "Sucuri SiteCheck",
"type": "url",
- "url": "https://sitecheck.sucuri.net/"
+ "url": "https://sitecheck.sucuri.net/",
+ "description": "Free website security check & malware scanner"
},
{
"name": "ThreatMiner.org",
"type": "url",
- "url": "https://www.threatminer.org/"
+ "url": "https://www.threatminer.org/",
+ "description": "Data Mining for Threat Intelligence"
},
{
"name": "BlueCoat WebPulse",
"type": "url",
- "url": "https://sitereview.bluecoat.com/sitereview.jsp"
+ "url": "https://sitereview.bluecoat.com/sitereview.jsp",
+ "description": "Site Review allows users to check and dispute the current WebPulse categorization for any URL. Note: This tool does not perform full real-time analysis of malicious URLs or files, which is included with the complete Symantec security solution."
},
{
"name": "Zscaler Zulu URL Risk Analyzer",
"type": "url",
- "url": "http://zulu.zscaler.com/"
+ "url": "http://zulu.zscaler.com/",
+ "description": "Zscaler Zulu URL Risk Analyzer"
},
{
"name": "Joe Sandbox Url Analyzer",
"type": "url",
- "url": "https://www.url-analyzer.net/"
- },
- {
- "name": "Deepviz Domain Search",
- "type": "url",
- "url": "https://search.deepviz.com/"
+ "url": "https://www.joesandbox.com/",
+ "description": "Source and Choose Analysis System"
},
{
"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/"
+ "url": "http://www.senderbase.org/",
+ "description": "Query by IP, domain, or network owner for real-time threat data"
},
{
"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/"
+ "url": "http://www.brightcloud.com/tools/url-ip-lookup.php",
+ "description": "http://www.brightcloud.com/tools/url-ip-lookup.php"
},
{
"name": "AlienVault Open Threat Exchange",
@@ -403,25 +388,12 @@
"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",
+ "name": "Google Safe Browsing API (API)",
"type": "url",
- "url": "http://hosts-file.net/"
- }],
+ "url": "https://developers.google.com/safe-browsing/?csw=1",
+ "description": "Safe Browsing is a Google service that lets client applications check URLs against Google's constantly updated lists of unsafe web resources. Examples of unsafe web resources are social engineering sites (phishing and deceptive sites) and sites that host malware or unwanted software. Come see what's possible.\n\n"
+ }
+ ],
"name": "Reputation",
"type": "folder"
},
diff --git a/public/unavailable.json b/public/unavailable.json
index fe67f0e7..e0d2fcf0 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -5,6 +5,41 @@
"type": "url",
"url": "https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist"
},
+ {
+ "name": "hpHosts Online",
+ "type": "url",
+ "url": "http://hosts-file.net/"
+ },
+ {
+ "name": "AVG Threat Labs",
+ "type": "url",
+ "url": "http://www.avgthreatlabs.com/ww-en/website-safety-reports/"
+ },
+ {
+ "name": "vURL Online",
+ "type": "url",
+ "url": "https://vurldissect.co.uk/"
+ },
+ {
+ "name": "WatchGuard ReputationAuthority",
+ "type": "url",
+ "url": "http://www.reputationauthority.org/"
+ },
+ {
+ "name": "McAfee TrustedSource",
+ "type": "url",
+ "url": "http://www.trustedsource.org/"
+ },
+ {
+ "name": "Deepviz Domain Search",
+ "type": "url",
+ "url": "https://search.deepviz.com/"
+ },
+ {
+ "name": "Web Inspector Online Scan",
+ "type": "url",
+ "url": "http://app.webinspector.com/"
+ },
{
"name": "Ransomware Tracker Abuse.ch",
"type": "url",
From 476ea79967693c0d1b96f3b203817dab5b0eac12 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 16:01:37 +0600
Subject: [PATCH 057/131] Remove some unavailable services, add hints
---
public/arf.json | 63 +++++++++++++++++++++++------------------
public/unavailable.json | 5 ++++
2 files changed, 41 insertions(+), 27 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 0d47f6b4..3ce125bb 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -243,29 +243,28 @@
{
"children": [
{
- "name": "Google's Certificate Transparency",
+ "name": "Google's Certificate Transparency (T)",
"type": "url",
- "url": "https://www.certificate-transparency.org/known-logs"
+ "url": "https://www.certificate-transparency.org/known-logs",
+ "description": "The list of CT Logs that are currently compliant with Chrome's CT policy (or have been and were disqualified), and are included in Chrome"
},
{
- "name": "Spyse",
+ "name": "Censys (R)(C)",
"type": "url",
- "url": "https://spyse.com/search/certificate"
- },
- {
- "name": "Censys",
- "type": "url",
- "url": "https://censys.io/"
+ "url": "https://censys.io/",
+ "description": "Your cloud is bigger, wider, and more vast than you know; your internet assets innumerable. Censys is the proven leader in Attack Surface Management by relentlessly searching and proactively monitoring your digital footprint far more broadly and deeply than ever thought possible."
},
{
"name": "crt.sh - Certificate Search",
"type": "url",
- "url": "https://crt.sh/?"
+ "url": "https://crt.sh/?",
+ "description": "Certificate Search"
},
{
"name": "certgraph (T)",
"type": "url",
- "url": "https://github.com/lanrat/certgraph"
+ "url": "https://github.com/lanrat/certgraph",
+ "description": "CertGraph crawls SSL certificates creating a directed graph where each domain is a node and the certificate alternative names for that domain's certificate are the edges to other domain nodes. New domains are printed as they are found. In Detailed mode upon completion the Graph's adjacency list is printed."
}],
"name": "Certificate Search",
"type": "folder"
@@ -273,54 +272,64 @@
{
"children": [
{
- "name": "Security Trails",
+ "name": "Security Trails (R)(C)",
"type": "url",
- "url": "https://securitytrails.com/"
+ "url": "https://securitytrails.com/",
+ "description": "Powerful tools for third-party risk, attack surface management, and total intel."
},
{
"name": "Mnemonic",
"type": "url",
- "url": "http://passivedns.mnemonic.no/"
+ "url": "http://passivedns.mnemonic.no/",
+ "description": "Passive DNS Searcher"
},
{
"name": "DNS History",
"type": "url",
- "url": "http://dnshistory.org/"
+ "url": "http://dnshistory.org/",
+ "description": "Domain Name System (DNS) Historical Record Archive"
},
{
"name": "PTRarchive.com",
"type": "url",
- "url": "http://ptrarchive.com/"
+ "url": "http://ptrarchive.com/",
+ "description": "This site is responsible for the safekeeping of historical reverse DNS records. It has over 230 billion records retrieved from 2008 to the present."
},
{
"name": "DNS Dumpster",
"type": "url",
- "url": "https://dnsdumpster.com/"
- },
- {
- "name": "Deteque (R)",
- "type": "url",
- "url": "https://www.deteque.com/"
- }],
+ "url": "https://dnsdumpster.com/",
+ "description": "dns recon & research, find & lookup dns records"
+ }
+ ],
"name": "PassiveDNS",
"type": "folder"
},
{
"children": [
+ {
+ "name": "Spamhaus (R)(C)",
+ "type": "url",
+ "url": "https://www.spamhaus.com/",
+ "description": "Protect and investigate using IP and domain reputation data"
+ },
{
"name": "UrlQuery.net",
"type": "url",
- "url": "http://urlquery.net/"
+ "url": "http://urlquery.net/",
+ "description": "urlquery.net is a service for detecting and analyzing web-based malware. It provides detailed information about the activities a browser does while visiting a site and presents the information for further analysis."
},
{
- "name": "PassiveTotal",
+ "name": "RiskIQ Community (R)(C)",
"type": "url",
- "url": "https://www.passivetotal.org/"
+ "url": "https://community.riskiq.com/",
+ "description": "RiskIQ Community brings petabytes of internet intelligence directly to your fingertips. Investigate threats by pivoting through attacker infrastructure data. Understand your digital assets that are internet-exposed, and map and monitor your external attack surface."
},
{
"name": "URL Void",
"type": "url",
- "url": "http://www.urlvoid.com/"
+ "url": "http://www.urlvoid.com/",
+ "description": "Website Reputation Checker"
},
{
"name": "Threat Crowd",
diff --git a/public/unavailable.json b/public/unavailable.json
index e0d2fcf0..4183f4c0 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -30,6 +30,11 @@
"type": "url",
"url": "http://www.trustedsource.org/"
},
+ {
+ "name": "Spyse",
+ "type": "url",
+ "url": "https://spyse.com/search/certificate"
+ },
{
"name": "Deepviz Domain Search",
"type": "url",
From efaa100f740a053b1a72a84de1bac1e9c5e74488 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 16:55:54 +0600
Subject: [PATCH 058/131] Remove some unavailable services and add hints
---
public/arf.json | 149 ++++++++++++++++++++++------------------
public/unavailable.json | 25 +++++++
2 files changed, 107 insertions(+), 67 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 3ce125bb..5bffb57e 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -9,67 +9,74 @@
{
"name": "Domain Dossier",
"type": "url",
- "url": "http://centralops.net/co/DomainDossier.aspx"
+ "url": "http://centralops.net/co/DomainDossier.aspx",
+ "description": "The Domain Dossier tool generates reports from public records about domain names and IP addresses to help solve problems, investigate cybercrime, or just better understand how things are set up. These reports may show you:"
},
{
"name": "domainIQ",
"type": "url",
- "url": "https://www.domainiq.com/"
+ "url": "https://www.domainiq.com/",
+ "description": "Search by Domain or IP"
},
{
- "name": "DomainTools Whois",
+ "name": "DomainTools Whois (R)(C)",
"type": "url",
- "url": "http://whois.domaintools.com/"
+ "url": "http://whois.domaintools.com/",
+ "description": "WhoIs Lookup"
},
{
- "name": "Domain Big Data",
+ "name": "Whoisology (R)(C)",
"type": "url",
- "url": "http://domainbigdata.com/"
- },
- {
- "name": "Whoisology",
- "type": "url",
- "url": "https://whoisology.com/#advanced"
+ "url": "https://whoisology.com/#advanced",
+ "description": "More Than Reverse Whois Lookups"
},
{
"name": "Whois ARIN",
"type": "url",
- "url": "https://whois.arin.net/ui/advanced.jsp"
+ "url": "https://whois.arin.net/ui/advanced.jsp",
+ "description": "WHOIS-RWS Search"
},
{
- "name": "DNSstuff",
+ "name": "DNSstuff (T)",
"type": "url",
- "url": "https://tools.dnsstuff.com/"
+ "url": "https://tools.dnsstuff.com/",
+ "description": "DNSStuff free tools"
},
{
"name": "Robtex (R)",
"type": "url",
- "url": "https://www.robtex.com/"
+ "url": "https://www.robtex.com/",
+ "description": "Robtex is used for various kinds of research of IP numbers, Domain names, etc"
},
{
- "name": "Domaincrawler.com",
+ "name": "Domaincrawler.com (API)(R)(C)",
"type": "url",
- "url": "http://www.domaincrawler.com/"
+ "url": "http://www.domaincrawler.com/",
+ "description": "DomainCrawler is a leading B2B provider of structured web data of the highest quality via easy-to-integrate solutions."
},
{
"name": "MarkMonitor Whois Search",
"type": "url",
- "url": "https://domains.markmonitor.com/whois/"
+ "url": "https://domains.markmonitor.com/whois/",
+ "description": "MarkMonitor Whois Search"
},
{
- "name": "easyWhois",
+ "name": "easyWhois (R)(C)",
"type": "url",
- "url": "https://www.easywhois.com/"
+ "url": "https://www.easywhois.com/",
+ "description": "DomainHelp / easyWhois beta"
},
{
"name": "Website Informer",
"type": "url",
- "url": "http://website.informer.com/"
+ "url": "http://website.informer.com/",
+ "description": "Get a quick aggregated view of everything the Web can promptly tell you about a site (domain), including its daily visitors, safety status, Alexa rank, owners and much more."
},
{
"name": "Who.is",
"type": "url",
- "url": "https://who.is/"
+ "url": "https://who.is/",
+ "description": "WHOIS Search, Domain Name, Website, and IP Tools"
},
{
"name": "Whois AMPed",
@@ -77,19 +84,21 @@
"url": "https://whoisamped.com/"
},
{
- "name": "ViewDNS.info",
+ "name": "ViewDNS.info (API)(R)(C)",
"type": "url",
"url": "http://viewdns.info/"
},
{
"name": "Domainsdb.info",
"type": "url",
- "url": "https://domainsdb.info"
+ "url": "https://domainsdb.info",
+ "description": "Registered Domain Names Search"
},
{
"name": "IP2WHOIS",
"type": "url",
- "url": "https://www.ip2whois.com"
+ "url": "https://www.ip2whois.com",
+ "description": "IP2WHOIS - WHOIS Information Lookup"
}],
"name": "Whois Records",
"type": "folder"
@@ -99,12 +108,8 @@
{
"name": "Aquatone (T)",
"type": "url",
- "url": "https://github.com/michenriksen/aquatone"
- },
- {
- "name": "FindSubDomains",
- "type": "url",
- "url": "https://findsubdomains.com/"
+ "url": "https://github.com/michenriksen/aquatone",
+ "description": "Aquatone is a tool for visual inspection of websites across a large amount of hosts and is convenient for quickly gaining an overview of HTTP-based attack surface."
},
{
"name": "Google Subdomains (D)",
@@ -114,42 +119,50 @@
{
"name": "Recon-ng (T)",
"type": "url",
- "url": "https://github.com/lanmaster53/recon-ng"
+ "url": "https://github.com/lanmaster53/recon-ng",
+ "description": "Recon-ng is a full-featured reconnaissance framework designed with the goal of providing a powerful environment to conduct open source web-based reconnaissance quickly and thoroughly."
},
{
"name": "XRay",
"type": "url",
- "url": "https://github.com/evilsocket/xray"
+ "url": "https://github.com/evilsocket/xray",
+ "description": "XRay is a tool for network OSINT gathering, its goal is to make some of the initial tasks of information gathering and network mapping automatic."
},
{
"name": "DNS Recon (T)",
"type": "url",
- "url": "https://github.com/darkoperator/dnsrecon"
+ "url": "https://github.com/darkoperator/dnsrecon",
+ "description": "DNSRecon is a Python port of a Ruby script that I wrote to learn the language and about DNS in early 2007. This time I wanted to learn about Python and extend the functionality of the original tool and in the process re-learn how DNS works and how could it be used in the process of a security assessment and network troubleshooting."
},
{
"name": "Gobuster (T)",
"type": "url",
- "url": "https://github.com/OJ/gobuster"
+ "url": "https://github.com/OJ/gobuster",
+ "description": "Gobuster is a tool used to brute-force"
},
{
"name": "Fierce Domain Scanner (T)",
"type": "url",
- "url": "https://github.com/davidpepper/fierce-domain-scanner"
+ "url": "https://github.com/davidpepper/fierce-domain-scanner",
+ "description": "Fierce is a semi-lightweight scanner that helps locate non-contiguous IP space and hostnames against specified domains. It's really meant as a pre-cursor to nmap, unicornscan, nessus, nikto, etc, since all of those require that you already know what IP space you are looking for."
},
{
"name": "Bluto (T)",
"type": "url",
- "url": "https://github.com/RandomStorm/Bluto"
+ "url": "https://github.com/darryllane/Bluto",
+ "description": "DNS Recon | Brute Forcer | DNS Zone Transfer | DNS Wild Card Checks | DNS Wild Card Brute Forcer | Email Enumeration | Staff Enumeration | Compromised Account Enumeration | MetaData Harvesting"
},
{
"name": "theHarvester (T)",
"type": "url",
- "url": "http://www.edge-security.com/theharvester.php"
+ "url": "http://www.edge-security.com/theharvester.php",
+ "description": "theHarvester is a very simple to use, yet powerful and effective tool designed to be used in the early stages of a penetration test or red team engagement. Use it for open source intelligence (OSINT) gathering to help determine a company's external threat landscape on the internet."
},
{
"name": "Pentest-tools.com Subdomains",
"type": "url",
- "url": "https://pentest-tools.com/information-gathering/find-subdomains-of-domain"
+ "url": "https://pentest-tools.com/information-gathering/find-subdomains-of-domain",
+ "description": "Discover subdomains and determine the attack surface of an organization"
},
{
"name": "SecLists DNS Subdomains (T)",
@@ -159,32 +172,26 @@
{
"name": "dnspop (T)",
"type": "url",
- "url": "https://github.com/bitquark/dnspop"
+ "url": "https://github.com/bitquark/dnspop",
+ "description": "Tools to find popular trends by analysis of DNS data"
},
{
"name": "gdns (T)",
"type": "url",
- "url": "https://github.com/hrbrmstr/gdns"
- },
- {
- "name": "assetnote (T)",
- "type": "url",
- "url": "https://github.com/infosec-au/assetnote"
+ "url": "https://github.com/hrbrmstr/gdns",
+ "description": "Tools to work with the Google DNS over HTTPS (DoH) API"
},
{
- "name": "Network Intelligence",
+ "name": "Sublist3r (T)",
"type": "url",
- "url": "http://netintel.net/"
- },
- {
- "name": "Sublist3r",
- "type": "url",
- "url": "https://github.com/aboul3la/Sublist3r"
+ "url": "https://github.com/aboul3la/Sublist3r",
+ "description": "Sublist3r is a python tool designed to enumerate subdomains of websites using OSINT. It helps penetration testers and bug hunters collect and gather subdomains for the domain they are targeting. Sublist3r enumerates subdomains using many search engines such as Google, Yahoo, Bing, Baidu and Ask. Sublist3r also enumerates subdomains using Netcraft, Virustotal, ThreatCrowd, DNSdumpster and ReverseDNS."
},
{
"name": "AltDNS (T)",
"type": "url",
- "url": "https://github.com/infosec-au/altdns"
+ "url": "https://github.com/infosec-au/altdns",
+ "description": "Altdns is a DNS recon tool that allows for the discovery of subdomains that conform to patterns. Altdns takes in words that could be present in subdomains under a domain (such as test, dev, staging) as well as takes in a list of subdomains that you know of."
},
{
"name": "Subfinder (T)",
@@ -198,44 +205,52 @@
{
"children": [
{
- "name": "Shodan",
+ "name": "Shodan (R)",
"type": "url",
- "url": "https://www.shodan.io/"
+ "url": "https://www.shodan.io/",
+ "description": "Shodan is the world's first search engine for Internet-connected devices. Discover how Internet intelligence can help you make better decisions."
},
{
- "name": "Kraken",
+ "name": "Kraken (T)",
"type": "url",
- "url": "https://github.com/Sw4mpf0x/Kraken"
+ "url": "https://github.com/Sw4mpf0x/Kraken",
+ "description": "Kraken is a tool to help make your web interface testing workflow more efficient. This is done by using Django, Apache, and a MySql database to store and organize web interface screenshots and data. This allows you and your team to take notes and track which hosts have been tested simultaniously. Once you are finished, you can view these notes you took and generate reports in the Reports section."
},
{
"name": "urlscan.io",
"type": "url",
- "url": "https://urlscan.io/search/#*"
+ "url": "https://urlscan.io/search/#*",
+ "description": "Search for domains, IPs, filenames, hashes, ASNs"
},
{
"name": "Daily DNS Changes",
"type": "url",
- "url": "http://www.dailychanges.com/"
+ "url": "http://www.dailychanges.com/",
+ "description": "Daily DNS Changes and Web Hosting Activity"
},
{
- "name": "SameID",
+ "name": "Redirect Detective",
"type": "url",
- "url": "http://sameid.net/"
+ "url": "http://redirectdetective.com/",
+ "description": "Redirect Detective is a free URL redirection checker that allows you to see the complete path a redirected URL goes through."
},
{
- "name": "Redirect Detective",
+ "name": "Sitediff (T)",
"type": "url",
- "url": "http://redirectdetective.com/"
+ "url": "https://github.com/digininja/sitediff",
+ "description": "Imagine the scenario, you are testing a site running an open source package but not sure what version and need to find out. Sitediff can help you do just that, it takes a local directory of files and then requests each of them from the target site and reports back on what it finds."
},
{
- "name": "Sitediff",
+ "name": "SiteDiff (by Ninja Project) (T)",
"type": "url",
- "url": "https://github.com/digininja/sitediff"
+ "url": "https://digi.ninja/projects/sitediff.php",
+ "description": "magine the scenario, you are testing a site running an open source package but not sure what version and need to find out."
},
{
"name": "AnalyzeID",
"type": "url",
- "url": "http://analyzeid.com/"
+ "url": "http://analyzeid.com/",
+ "description": "Find Other Websites Owned By The Same Person"
}],
"name": "Discovery",
"type": "folder"
diff --git a/public/unavailable.json b/public/unavailable.json
index 4183f4c0..06309ec5 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -25,11 +25,36 @@
"type": "url",
"url": "http://www.reputationauthority.org/"
},
+ {
+ "name": "Network Intelligence",
+ "type": "url",
+ "url": "http://netintel.net/"
+ },
+ {
+ "name": "Domain Big Data",
+ "type": "url",
+ "url": "http://domainbigdata.com/"
+ },
+ {
+ "name": "FindSubDomains",
+ "type": "url",
+ "url": "https://findsubdomains.com/"
+ },
+ {
+ "name": "assetnote (T)",
+ "type": "url",
+ "url": "https://github.com/infosec-au/assetnote"
+ },
{
"name": "McAfee TrustedSource",
"type": "url",
"url": "http://www.trustedsource.org/"
},
+ {
+ "name": "SameID",
+ "type": "url",
+ "url": "http://sameid.net/"
+ },
{
"name": "Spyse",
"type": "url",
From 78471bd44b159713b5d14ecaf68e44f5c00aa04f Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 16:59:07 +0600
Subject: [PATCH 059/131] Add legend to README
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index ed6edc95..6ff91b0d 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,13 @@ https://osintframework.com
### Legend
(T) - Indicates a link to a tool that must be installed and run locally
+(A) - Contains archives
(D) - Google Dork, for more information: Google Hacking
+(API) - Contains API
(R) - Requires registration
+(C) - For commercial use / paid service
(M) - Indicates a URL that contains the search term and the URL itself must be edited manually
+(U) - Currently unsupported, unmaintained or deprecated
### For Update Notifications
Follow me on Twitter: @jnordine - https://twitter.com/jnordine
From a26ededcfe40745e0301d14970b61b9b33ce99eb Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 17:15:02 +0600
Subject: [PATCH 060/131] Move Email Addresses section up, remove unavailable
services
---
README.md | 6 +-
public/arf.json | 377 ++++++++++++++++++++--------------------
public/unavailable.json | 10 ++
3 files changed, 200 insertions(+), 193 deletions(-)
diff --git a/README.md b/README.md
index 6ff91b0d..749005cb 100644
--- a/README.md
+++ b/README.md
@@ -13,11 +13,11 @@ https://osintframework.com
### Legend
(T) - Indicates a link to a tool that must be installed and run locally
-(A) - Contains archives
+(A) - Contains archives
(D) - Google Dork, for more information: Google Hacking
-(API) - Contains API
+(API) - Contains API
(R) - Requires registration
-(C) - For commercial use / paid service
+(C) - For commercial use / paid service
(M) - Indicates a URL that contains the search term and the URL itself must be edited manually
(U) - Currently unsupported, unmaintained or deprecated
diff --git a/public/arf.json b/public/arf.json
index 5bffb57e..f5f8d3c8 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1,5 +1,6 @@
{
"children": [
+
{
"children": [
{
@@ -1175,6 +1176,191 @@
"type": "folder"
},
+ {
+ "children": [
+ {
+ "children": [
+ {
+ "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": "Pipl",
+ "type": "url",
+ "url": "https://pipl.com/"
+ },
+ {
+ "name": "VoilaNorbert",
+ "type": "url",
+ "url": "https://www.voilanorbert.com/"
+ },
+ {
+ "name": "Reverse Genie Email",
+ "type": "url",
+ "url": "http://www.reversegenie.com/email.php"
+ },
+ {
+ "name": "theHarvester (T)",
+ "type": "url",
+ "url": "http://www.edge-security.com/theharvester.php"
+ },
+ {
+ "name": "Infoga (T)",
+ "type": "url",
+ "url": "https://github.com/m4ll0k/infoga"
+ },
+ {
+ "name": "MailDB",
+ "type": "url",
+ "url": "https://maildb.io/"
+ },
+ {
+ "name": "Skymem",
+ "type": "url",
+ "url": "http://www.skymem.info/"
+ },
+ {
+ "name": "MailsHunt",
+ "type": "url",
+ "url": "https://mailshunt.com/"
+ }],
+ "name": "Email Search",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "Corporatate Email Formats",
+ "type": "url",
+ "url": "https://sites.google.com/site/emails4corporations/home"
+ },
+ {
+ "name": "Email Format",
+ "type": "url",
+ "url": "https://www.email-format.com/"
+ },
+ {
+ "name": "Toofr",
+ "type": "url",
+ "url": "https://www.toofr.com/"
+ },
+ {
+ "name": "Email Permutator",
+ "type": "url",
+ "url": "http://metricsparrow.com/toolkit/email-permutator/"
+ },
+ {
+ "name": "OneLook Reverse Dictionary and Thesaurus",
+ "type": "url",
+ "url": "http://www.onelook.com/reverse-dictionary.shtml"
+ }],
+ "name": "Common Email Formats",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "MailTester",
+ "type": "url",
+ "url": "http://mailtester.com/testmail.php"
+ },
+ {
+ "name": "VerifyEmail",
+ "type": "url",
+ "url": "http://verify-email.org/"
+ },
+ {
+ "name": "Email Validator",
+ "type": "url",
+ "url": "http://e-mailvalidator.com/index.php"
+ },
+ {
+ "name": "BytePlant Email Validator",
+ "type": "url",
+ "url": "http://www.email-validator.net/"
+ },
+ {
+ "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": "Email Verification",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "Have I been pwned?",
+ "type": "url",
+ "url": "https://haveibeenpwned.com/",
+ "description": "Check if your email or phone is in a data breach"
+ },
+ {
+ "name": "Intelligence X",
+ "type": "url",
+ "url": "https://intelx.io/",
+ "description": "Breach Monitoring Service"
+ },
+ {
+ "name": "Vigilante.pw",
+ "type": "url",
+ "url": "https://www.vigilante.pw/",
+ "description": "Breach Monitoring Service"
+ },
+ {
+ "name": "Ashley Madison Emails (DeHashed)",
+ "type": "url",
+ "url": "https://ashley.cynic.al/",
+ "description": "Was your profile compromised in the Ashley Madison hack?"
+ }
+ ],
+ "name": "Breach Data",
+ "type": "folder"
+ },
+ {
+ "children": [
+ ],
+ "name": "Spam Reputation Lists",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "MxToolbox",
+ "type": "url",
+ "url": "http://mxtoolbox.com/",
+ "description": "This test will list MX records for a domain in priority order. The MX lookup is done directly against the domain's authoritative name server, so changes to MX Records should show up instantly. "
+ }
+ ],
+ "name": "Mail Blacklists",
+ "type": "folder"
+ }
+ ],
+ "name": "Email Address",
+ "type": "folder"
+ },
+
{
"children": [
{
@@ -1270,196 +1456,7 @@
"name": "Username",
"type": "folder"
},
- {
- "children": [
- {
- "children": [
- {
- "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": "Pipl",
- "type": "url",
- "url": "https://pipl.com/"
- },
- {
- "name": "VoilaNorbert",
- "type": "url",
- "url": "https://www.voilanorbert.com/"
- },
- {
- "name": "Reverse Genie Email",
- "type": "url",
- "url": "http://www.reversegenie.com/email.php"
- },
- {
- "name": "theHarvester (T)",
- "type": "url",
- "url": "http://www.edge-security.com/theharvester.php"
- },
- {
- "name": "Infoga (T)",
- "type": "url",
- "url": "https://github.com/m4ll0k/infoga"
- },
- {
- "name": "MailDB",
- "type": "url",
- "url": "https://maildb.io/"
- },
- {
- "name": "Skymem",
- "type": "url",
- "url": "http://www.skymem.info/"
- },
- {
- "name": "MailsHunt",
- "type": "url",
- "url": "https://mailshunt.com/"
- }],
- "name": "Email Search",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "Corporatate Email Formats",
- "type": "url",
- "url": "https://sites.google.com/site/emails4corporations/home"
- },
- {
- "name": "Email Format",
- "type": "url",
- "url": "https://www.email-format.com/"
- },
- {
- "name": "Toofr",
- "type": "url",
- "url": "https://www.toofr.com/"
- },
- {
- "name": "Email Permutator",
- "type": "url",
- "url": "http://metricsparrow.com/toolkit/email-permutator/"
- },
- {
- "name": "OneLook Reverse Dictionary and Thesaurus",
- "type": "url",
- "url": "http://www.onelook.com/reverse-dictionary.shtml"
- }],
- "name": "Common Email Formats",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "MailTester",
- "type": "url",
- "url": "http://mailtester.com/testmail.php"
- },
- {
- "name": "VerifyEmail",
- "type": "url",
- "url": "http://verify-email.org/"
- },
- {
- "name": "Email Validator",
- "type": "url",
- "url": "http://e-mailvalidator.com/index.php"
- },
- {
- "name": "BytePlant Email Validator",
- "type": "url",
- "url": "http://www.email-validator.net/"
- },
- {
- "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": "Email Verification",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "Have I been pwned?",
- "type": "url",
- "url": "https://haveibeenpwned.com/"
- },
- {
- "name": "DeHashed",
- "type": "url",
- "url": "https://dehashed.com/"
- },
- {
- "name": "Intelligence X",
- "type": "url",
- "url": "https://intelx.io/"
- },
- {
- "name": "Vigilante.pw",
- "type": "url",
- "url": "https://www.vigilante.pw/"
- },
- {
- "name": "Breach or Clear",
- "type": "url",
- "url": "http://breachorclear.jesterscourt.cc/"
- },
- {
- "name": "Ashley Madison Emails",
- "type": "url",
- "url": "https://ashley.cynic.al/"
- }],
- "name": "Breach Data",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "DNS Blackhole Lists",
- "type": "url",
- "url": "http://www.tcpiputils.com/dns-blackhole-list"
- }],
- "name": "Spam Reputation Lists",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "MxToolbox",
- "type": "url",
- "url": "http://mxtoolbox.com/"
- }],
- "name": "Mail Blacklists",
- "type": "folder"
- }],
- "name": "Email Address",
- "type": "folder"
- },
+
{
"children": [
{
diff --git a/public/unavailable.json b/public/unavailable.json
index 06309ec5..f86fdec7 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -30,6 +30,16 @@
"type": "url",
"url": "http://netintel.net/"
},
+ {
+ "name": "DNS Blackhole Lists",
+ "type": "url",
+ "url": "http://www.tcpiputils.com/dns-blackhole-list"
+ },
+ {
+ "name": "Breach or Clear",
+ "type": "url",
+ "url": "http://breachorclear.jesterscourt.cc/"
+ },
{
"name": "Domain Big Data",
"type": "url",
From c37daee181a3aad014e2abeb0f80d4f22b63251e Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Mon, 1 Aug 2022 19:03:33 +0600
Subject: [PATCH 061/131] Reverse Email Addresses section
---
public/arf.json | 86 +++++++++++++++++++++--------------------
public/unavailable.json | 15 +++++++
2 files changed, 59 insertions(+), 42 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index f5f8d3c8..6f2d4050 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1181,79 +1181,80 @@
{
"children": [
{
- "name": "ThatsThem",
+ "name": "ThatsThem (R)(C)",
"type": "url",
- "url": "https://thatsthem.com/reverse-email-lookup"
+ "url": "https://thatsthem.com/reverse-email-lookup",
+ "description": "Find out who Owns an Email FOR FREE"
},
{
- "name": "Hunter",
+ "name": "Hunter (R)(C)",
"type": "url",
- "url": "https://hunter.io/"
+ "url": "https://hunter.io/",
+ "description": "Hunter lets you find professional email addresses in seconds and connect with the people that matter for your business"
},
{
- "name": "Email to Address (R)",
+ "name": "Email to Address (R)(C)",
"type": "url",
- "url": "http://www.melissadata.com/lookups/emails.asp"
+ "url": "http://www.melissadata.com/lookups/emails.asp",
+ "description": "Use the Global Email Check Tool to check email addresses and verify they are live. Receive the deliverability confidence score, Melissa result codes and information about the domain"
},
{
- "name": "Pipl",
+ "name": "Pipl (R)(C)",
"type": "url",
"url": "https://pipl.com/"
},
{
- "name": "VoilaNorbert",
+ "name": "VoilaNorbert (R)(C)",
"type": "url",
- "url": "https://www.voilanorbert.com/"
+ "url": "https://www.voilanorbert.com/",
+ "description": "Find anyone's email address"
},
{
"name": "Reverse Genie Email",
"type": "url",
- "url": "http://www.reversegenie.com/email.php"
+ "url": "http://www.reversegenie.com/email.php",
+ "description": "Look up names, addresses, phone numbers, or emails and anonymously discover information about yourself, family, friends, or old schoolmates"
},
{
"name": "theHarvester (T)",
"type": "url",
- "url": "http://www.edge-security.com/theharvester.php"
+ "url": "http://www.edge-security.com/theharvester.php",
+ "description": "The objective of this program is to gather emails, subdomains, hosts, employee names, open ports and banners from different public sources like search engines, PGP key servers and SHODAN computer database"
},
{
"name": "Infoga (T)",
"type": "url",
- "url": "https://github.com/m4ll0k/infoga"
- },
- {
- "name": "MailDB",
- "type": "url",
- "url": "https://maildb.io/"
+ "url": "https://github.com/m4ll0k/infoga",
+ "description": "Infoga is a tool gathering email accounts informations (ip,hostname,country,...) from different public source (search engines, pgp key servers and shodan) and check if emails was leaked using haveibeenpwned.com API"
},
{
"name": "Skymem",
"type": "url",
- "url": "http://www.skymem.info/"
+ "url": "http://www.skymem.info/",
+ "description": "Find email addresses of companies and people"
},
{
"name": "MailsHunt",
"type": "url",
"url": "https://mailshunt.com/"
- }],
+ }
+ ],
"name": "Email Search",
"type": "folder"
},
{
"children": [
{
- "name": "Corporatate Email Formats",
+ "name": "Email Format (R)(C)",
"type": "url",
- "url": "https://sites.google.com/site/emails4corporations/home"
+ "url": "https://www.email-format.com/",
+ "description": "Find the email address formats in use at thousands of companies."
},
{
- "name": "Email Format",
+ "name": "FindEmails.com (Toofr)",
"type": "url",
- "url": "https://www.email-format.com/"
- },
- {
- "name": "Toofr",
- "type": "url",
- "url": "https://www.toofr.com/"
+ "url": "https://www.findemails.com/",
+ "description": "Find Anyone’s Email Address in Seconds"
},
{
"name": "Email Permutator",
@@ -1276,35 +1277,36 @@
"url": "http://mailtester.com/testmail.php"
},
{
- "name": "VerifyEmail",
- "type": "url",
- "url": "http://verify-email.org/"
- },
- {
- "name": "Email Validator",
+ "name": "VerifyEmail (R)(C)",
"type": "url",
- "url": "http://e-mailvalidator.com/index.php"
+ "url": "http://verify-email.org/",
+ "description": "This email verification tool actually connects to the mail server\nand checks whether the mailbox exists or not"
},
{
- "name": "BytePlant Email Validator",
+ "name": "BytePlant Email Validator (R)(C)",
"type": "url",
- "url": "http://www.email-validator.net/"
+ "url": "http://www.email-validator.net/",
+ "description": "Real Time Email Verification"
},
{
"name": "Read Notify",
"type": "url",
- "url": "http://www.readnotify.com/"
+ "url": "http://www.readnotify.com/",
+ "description": "ReadNotify lets you know when email you've sent gets read"
},
{
"name": "Email Reputation",
"type": "url",
- "url": "https://emailrep.io/"
+ "url": "https://emailrep.io/",
+ "description": "Simple Email Reputation"
},
{
- "name": "MailboxValidator",
+ "name": "MailboxValidator (R)(C)",
"type": "url",
- "url": "https://www.mailboxvalidator.com/demo"
- }],
+ "url": "https://www.mailboxvalidator.com/demo",
+ "description": "EMail Address Validation"
+ }
+ ],
"name": "Email Verification",
"type": "folder"
},
diff --git a/public/unavailable.json b/public/unavailable.json
index f86fdec7..1f2c9ef0 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -30,11 +30,26 @@
"type": "url",
"url": "http://netintel.net/"
},
+ {
+ "name": "MailDB",
+ "type": "url",
+ "url": "https://maildb.io/"
+ },
{
"name": "DNS Blackhole Lists",
"type": "url",
"url": "http://www.tcpiputils.com/dns-blackhole-list"
},
+ {
+ "name": "Email Validator",
+ "type": "url",
+ "url": "http://e-mailvalidator.com/index.php"
+ },
+ {
+ "name": "Corporate Email Formats",
+ "type": "url",
+ "url": "https://sites.google.com/site/emails4corporations/home"
+ },
{
"name": "Breach or Clear",
"type": "url",
From 88bdf08e63a653b8e186569b4f0a4ebd05abdc2e Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Tue, 2 Aug 2022 10:35:33 +0600
Subject: [PATCH 062/131] Reverse Social Networks section
---
public/arf.json | 294 ++++++++++++++++------------------------
public/unavailable.json | 91 +++++++++++++
2 files changed, 207 insertions(+), 178 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 6f2d4050..74ba1258 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -2044,6 +2044,7 @@
"name": "Images / Videos / Docs",
"type": "folder"
},
+
{
"children": [
{
@@ -2390,65 +2391,47 @@
},
{
"children": [
- {
- "name": "GeoChirp",
- "type": "url",
- "url": "http://www.geochirp.com/"
- },
{
"name": "GeoSocial Footprint",
"type": "url",
- "url": "http://geosocialfootprint.com/"
- },
- {
- "name": "TweetPaths",
- "type": "url",
- "url": "http://www.tweetpaths.com/maps"
- },
- {
- "name": "TeachingPrivacy",
- "type": "url",
- "url": "http://app.teachingprivacy.com/"
+ "url": "http://geosocialfootprint.com/",
+ "description": "A geosocial footprint is the combined bits of location information that a user divulges through social media, which ultimately forms the users location \"footprint\". For Twitter.com users, this footprint is created from GPS enabled tweets, social check-ins, natural language location searching (geocoding), and profile harvesting"
},
{
- "name": "Echosec",
+ "name": "Echosec (R)(C)",
"type": "url",
- "url": "https://app.echosec.net/"
- },
- {
- "name": "MIT Map",
- "type": "url",
- "url": "http://mapd.csail.mit.edu/tweetmap/"
+ "url": "https://app.echosec.net/",
+ "description": "There is a growing overlap between the digital and physical worlds. To understand what’s happening on the ground, security and intelligence teams need to explore all corners of the surface, deep, and dark web. \nThe volume of online data being created every day is incredibly valuable for teams protecting nations, people, and critical assets"
},
{
"name": "Harvard Map",
"type": "url",
- "url": "http://worldmap.harvard.edu/tweetmap/"
+ "url": "http://worldmap.harvard.edu/tweetmap/",
+ "description": "Harvard WorldMap began in 2008 with the aim of lowering barriers for scholars to create, analyze, and share geospatial information. To continue the legacy and further expand opportunities for collaboration, the project has been moved to ArcGIS Online"
},
{
"name": "One Million Tweet Map",
"type": "url",
- "url": "http://onemilliontweetmap.com/"
+ "url": "http://onemilliontweetmap.com/",
+ "description": "A geographical clustering engine for online maps to display and analyse big geolocalized data"
},
{
- "name": "Creepy",
- "type": "url",
- "url": "http://www.geocreepy.com/"
- },
- {
- "name": "Tweepsmap",
+ "name": "Creepy (T)",
"type": "url",
- "url": "http://tweepsmap.com/"
+ "url": "http://www.geocreepy.com/",
+ "description": "A Geolocation OSINT Tool. Offers geolocation information gathering through social networking platforms"
},
{
- "name": "GeoTweet",
+ "name": "Tweepsmap (R)(C)",
"type": "url",
- "url": "http://geotweet.altervista.org/#"
+ "url": "http://tweepsmap.com/",
+ "description": "Save time and increase audience engagement with focused, straightforward actionable analytics, and all-in-one Intelligent Publishing platform"
},
{
"name": "MapD Tweetmap",
"type": "url",
- "url": "https://www.mapd.com/demos/tweetmap/"
+ "url": "https://www.mapd.com/demos/tweetmap/",
+ "description": "OmniSci Tweetmap Demo: Interactively explore millions of geo-located tweets"
}],
"name": "Location / Mapping",
"type": "folder"
@@ -2458,70 +2441,50 @@
{
"name": "All My Tweets",
"type": "url",
- "url": "https://www.allmytweets.net/connect/"
- },
- {
- "name": "Deadbird",
- "type": "url",
- "url": "https://deadbird.site/"
+ "url": "https://www.allmytweets.net/connect/",
+ "description": "View all your tweets, likes, followers or timeline on one page"
},
{
"name": "Spoonbill",
"type": "url",
- "url": "https://spoonbill.io"
+ "url": "https://spoonbill.io",
+ "description": "Spoonbill lets you see profile changes from the people you follow on Twitter or other social networks"
},
{
"name": "TweetVacuum (T)",
"type": "url",
- "url": "https://github.com/T3hUb3rK1tten/TweetVacuum"
+ "url": "https://github.com/T3hUb3rK1tten/TweetVacuum",
+ "description": "Chrome extension to scrape a user's entire timeline, bypassing the Twitter API 3200 tweet limit"
}],
"name": "Archive / Deleted Tweets",
"type": "folder"
},
{
- "name": "Twitter Back From The Dead",
+ "name": "Twitter Back From The Dead (T)",
"type": "url",
- "url": "https://github.com/misterch0c/twitterBFTD"
+ "url": "https://github.com/misterch0c/twitterBFTD",
+ "description": "Twitter back from the death looks in a user tweets history for domain names that are available for registration"
}],
"name": "Twitter",
"type": "folder"
},
{
"children": [
- {
- "name": "SnoopSnoo",
- "type": "url",
- "url": "http://snoopsnoo.com/"
- },
- {
- "name": "metareddit",
- "type": "url",
- "url": "http://metareddit.com/"
- },
{
"name": "Reddit Archive",
"type": "url",
"url": "http://www.redditarchive.com/"
},
- {
- "name": "reddit metrics",
- "type": "url",
- "url": "http://redditmetrics.com/"
- },
{
"name": "subreddits",
"type": "url",
"url": "http://subreddits.org/"
},
- {
- "name": "Reddit Investigator",
- "type": "url",
- "url": "http://www.redditinvestigator.com/"
- },
{
"name": "Reddit Comment History",
"type": "url",
- "url": "https://roadtolarissa.com/javascript/reddit-comment-visualizer/"
+ "url": "https://roadtolarissa.com/javascript/reddit-comment-visualizer/",
+ "description": "Download Reddit Comment History"
}],
"name": "Reddit",
"type": "folder"
@@ -2544,7 +2507,7 @@
"name": "InSpy (T)",
"type": "url",
"url": "https://github.com/leapsecurity/InSpy",
- "description": "InSpy is a python based LinkedIn enumeration tool."
+ "description": "InSpy is a python based LinkedIn enumeration tool"
},
{
"name": "Raven (T)(U)",
@@ -2557,122 +2520,97 @@
},
{
"children": [
- {
- "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": "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": "VKontakte (Russian)",
- "type": "url",
- "url": "https://vk.com/"
- },
- {
- "name": "Odnoklassniki (Russian)",
- "type": "url",
- "url": "https://ok.ru/"
- },
- {
- "name": "Delicious",
- "type": "url",
- "url": "https://del.icio.us/"
- }],
- "name": "Other Social Networks",
- "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": "Periscope Search",
- "type": "url",
- "url": "http://www.perisearch.net/"
- },
- {
- "name": "Periscope with known Username (M)",
- "type": "url",
- "url": "https://www.periscope.tv/%3Cusername%3E"
- },
- {
- "name": "SocialBlade.com",
- "type": "url",
- "url": "http://socialblade.com/"
- },
- {
- "name": "Talkwalker Social Media Search (R)",
- "type": "url",
- "url": "https://www.talkwalker.com/social-media-analytics-search"
- },
- {
- "name": "BuzzSumo Most Shared",
- "type": "url",
- "url": "https://app.buzzsumo.com/research/most-shared"
- },
- {
- "name": "PinGroupie",
- "type": "url",
- "url": "http://pingroupie.com/"
- },
- {
- "name": "Searchlr",
- "type": "url",
- "url": "http://searchlr.net/"
+ {
+ "name": "Patreon",
+ "type": "url",
+ "url": "https://www.patreon.com/"
+ },
+ {
+ "name": "Myspace",
+ "type": "url",
+ "url": "https://myspace.com/"
+ },
+ {
+ "name": "Tumblr",
+ "type": "url",
+ "url": "http://www.tumblr.com/tagged/search"
+ },
+ {
+ "name": "BlackPlanet.com - Member Find",
+ "type": "url",
+ "url": "http://www.blackplanet.com/user_search/index.html"
+ },
+ {
+ "name": "VKontakte (Russian)",
+ "type": "url",
+ "url": "https://vk.com/"
+ },
+ {
+ "name": "Odnoklassniki (Russian)",
+ "type": "url",
+ "url": "https://ok.ru/"
+ },
+ {
+ "name": "Delicious (R)",
+ "type": "url",
+ "url": "https://del.icio.us/"
+ }
+ ],
+ "name": "Other Social Networks",
+ "type": "folder"
},
{
- "name": "Google CSE for Telegram links",
- "type": "url",
- "url": "https://cse.google.com/cse?cx=006368593537057042503:efxu7xprihg"
- }],
- "name": "Search",
- "type": "folder"
- },
- {
- "name": "Social Media Monitoring Wiki",
- "type": "url",
- "url": "http://wiki.kenburbary.com/social-meda-monitoring-wiki"
- }],
+ "children": [
+ {
+ "name": "Social Searcher",
+ "type": "url",
+ "url": "http://www.social-searcher.com/",
+ "description": "Free Social Media Search Engine"
+ },
+ {
+ "name": "Google Social Search",
+ "type": "url",
+ "url": "http://www.social-searcher.com/google-social-search/",
+ "description": "Top Social Networks Search Results Dashboard"
+ },
+ {
+ "name": "SocialBlade.com (R)(C)",
+ "type": "url",
+ "url": "http://socialblade.com/",
+ "description": "Social Blade tracks user statistics for YouTube, Twitch, Instagram, and Twitter! Get a deeper understanding of user growth and trends by utilizing Social Blade"
+ },
+ {
+ "name": "Talkwalker Social Media Search (R)(C)",
+ "type": "url",
+ "url": "https://www.talkwalker.com/social-media-analytics-search",
+ "description": "Monitor your campaigns, brand mentions and hashtags for free"
+ },
+ {
+ "name": "BuzzSumo Most Shared (R)(C)",
+ "type": "url",
+ "url": "https://app.buzzsumo.com/research/most-shared",
+ "description": "Find and analyze the most engaging articles and blogs"
+ },
+ {
+ "name": "PinGroupie (R)(C)",
+ "type": "url",
+ "url": "http://pingroupie.com/",
+ "description": "The following statistics are just a teaser of the powerful data that you can retrieve via our Database"
+ },
+ {
+ "name": "Google CSE for Telegram links",
+ "type": "url",
+ "url": "https://cse.google.com/cse?cx=006368593537057042503:efxu7xprihg"
+ }
+ ],
+ "name": "Search",
+ "type": "folder"
+ }
+ ],
"name": "Social Networks",
"type": "folder"
},
+
{
"children": [
{
diff --git a/public/unavailable.json b/public/unavailable.json
index 1f2c9ef0..9b2bf954 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -35,6 +35,77 @@
"type": "url",
"url": "https://maildb.io/"
},
+ {
+ "name": "Social Media Monitoring Wiki",
+ "type": "url",
+ "url": "http://wiki.kenburbary.com/social-meda-monitoring-wiki"
+ },
+ {
+ "name": "Periscope with known Username (R)(M)",
+ "type": "url",
+ "url": "https://www.periscope.tv/%3Cusername%3E",
+ "description": "Periscope is grateful to you for going LIVE together and being part of this community. Past public broadcasts will continue to be available on Periscope web"
+ },
+ {
+ "name": "Periscope Search",
+ "type": "url",
+ "url": "http://www.perisearch.net/"
+ },
+ {
+ "name": "Orkut (Brazil)",
+ "type": "url",
+ "url": "https://orkut.google.com/"
+ },
+ {
+ "name": "MiGente (Latino)",
+ "type": "url",
+ "url": "http://www.migente.com/user_search/index.html"
+ },
+ {
+ "name": "Black Planet (Asian Avenue)",
+ "type": "url",
+ "url": "https://blackplanet.com/"
+ },
+ {
+ "name": "TheHoodUp (NSFW)",
+ "type": "url",
+ "url": "http://thehoodup.com/board/"
+ },
+ {
+ "name": "metareddit",
+ "type": "url",
+ "url": "http://metareddit.com/"
+ },
+ {
+ "name": "SnoopSnoo",
+ "type": "url",
+ "url": "http://snoopsnoo.com/"
+ },
+ {
+ "name": "Deadbird",
+ "type": "url",
+ "url": "https://deadbird.site/"
+ },
+ {
+ "name": "GeoTweet",
+ "type": "url",
+ "url": "http://geotweet.altervista.org/#"
+ },
+ {
+ "name": "Reddit Investigator",
+ "type": "url",
+ "url": "http://www.redditinvestigator.com/"
+ },
+ {
+ "name": "reddit metrics",
+ "type": "url",
+ "url": "http://redditmetrics.com/"
+ },
+ {
+ "name": "Searchlr",
+ "type": "url",
+ "url": "http://searchlr.net/"
+ },
{
"name": "DNS Blackhole Lists",
"type": "url",
@@ -60,6 +131,26 @@
"type": "url",
"url": "http://domainbigdata.com/"
},
+ {
+ "name": "MIT Map",
+ "type": "url",
+ "url": "http://mapd.csail.mit.edu/tweetmap/"
+ },
+ {
+ "name": "TeachingPrivacy",
+ "type": "url",
+ "url": "http://app.teachingprivacy.com/"
+ },
+ {
+ "name": "TweetPaths",
+ "type": "url",
+ "url": "http://www.tweetpaths.com/maps"
+ },
+ {
+ "name": "GeoChirp",
+ "type": "url",
+ "url": "http://www.geochirp.com/"
+ },
{
"name": "FindSubDomains",
"type": "url",
From 134b82ec8ff112f2df4bac563ece4e0087a79bb3 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Tue, 2 Aug 2022 17:26:16 +0600
Subject: [PATCH 063/131] Reverse Social Networks section
---
public/arf.json | 205 ++++++++++++++--------------------------
public/unavailable.json | 90 ++++++++++++++++++
2 files changed, 163 insertions(+), 132 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 74ba1258..20f091d0 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -2051,11 +2051,6 @@
"children": [
{
"children": [
- {
- "name": "Find my Facebook ID",
- "type": "url",
- "url": "http://findmyfbid.com/"
- },
{
"name": "FB Email Search",
"type": "url",
@@ -2071,20 +2066,11 @@
"type": "url",
"url": "https://www.facebook.com/photo.php?fbid=PHOTO-ID-HERE"
},
- {
- "name": "FB People Directory",
- "type": "url",
- "url": "https://www.facebook.com/directory/people/"
- },
- {
- "name": "NetBootCamp FB Search Tool",
- "type": "url",
- "url": "http://netbootcamp.org/facebook.html"
- },
{
"name": "FB Lookup ID",
"type": "url",
- "url": "https://lookup-id.com/"
+ "url": "https://lookup-id.com/",
+ "description": "Looking for your Facebook profile ID / Group ID / Page ID"
},
{
"name": "FB Identify (Requires Logout)",
@@ -2094,12 +2080,8 @@
{
"name": "Search is Back!",
"type": "url",
- "url": "https://searchisback.com/"
- },
- {
- "name": "Socialsearching",
- "type": "url",
- "url": "http://socialsearching.info/#/fb"
+ "url": "https://searchisback.com/",
+ "description": "Find people and events on Facebook. Search by location, relationships, and more"
},
{
"name": "Facebook Live Map",
@@ -2114,23 +2096,15 @@
{
"name": "fb-sleep-stats (T)",
"type": "url",
- "url": "https://github.com/sqren/fb-sleep-stats"
- },
- {
- "name": "Facebook Scanner",
- "type": "url",
- "url": "http://stalkscan.com/en/"
+ "url": "https://github.com/sqren/fb-sleep-stats",
+ "description": "A small tool to show the potential privacy implications modern social media have. By tracking online/offline status of people on Facebook, it is possible to get an accurate image of their sleep pattern"
}],
"name": "Analytics",
"type": "folder"
},
{
"children": [
- {
- "name": "ExtractFace (T)",
- "type": "url",
- "url": "http://le-tools.com/ExtractFace.html#download"
- }],
+ ],
"name": "Archive / Document",
"type": "folder"
}],
@@ -2156,58 +2130,37 @@
"type": "url",
"url": "https://twitter.com/search?q=SearchTerm%20since:2016-03-01%20until:2016-03-02"
},
- {
- "name": "Twitter Name Search",
- "type": "url",
- "url": "https://twitter.com/#!/who_to_follow"
- },
- {
- "name": "Twitter User Directory",
- "type": "url",
- "url": "https://twitter.com/i/directory/profiles/"
- },
{
"name": "Twitter Search for Live Streaming Video",
"type": "url",
"url": "https://twitter.com/search?q=%23periscope%20OR%20%23meerkat"
},
- {
- "name": "ConWeets",
- "type": "url",
- "url": "http://www.conweets.com/"
- },
{
"name": "Twitterfall",
"type": "url",
- "url": "https://twitterfall.com/"
+ "url": "https://twitterfall.com/",
+ "description": "Twitterfall is a way of viewing the latest 'tweets' of upcoming trends and custom searches on Twitter. Updates fall from the top of the page in near-realtime"
},
{
"name": "Twellow",
"type": "url",
- "url": "https://www.twellow.com/splash/"
- },
- {
- "name": "First Tweet",
- "type": "url",
- "url": "http://ctrlq.org/first/"
- },
- {
- "name": "TweetReach",
- "type": "url",
- "url": "https://tweetreach.com/"
+ "url": "https://www.twellow.com/splash/",
+ "description": "How to get more Twitter followers"
},
{
"name": "BackTweets",
"type": "url",
- "url": "http://backtweets.com/"
+ "url": "http://backtweets.com/",
+ "description": "Search for any links on Twitter"
},
{
"name": "Moz Profile Search",
"type": "url",
- "url": "https://moz.com/followerwonk/bio/?q=zero%20day&l=us"
+ "url": "https://moz.com/followerwonk/bio/?q=zero%20day&l=us",
+ "description": "Slice any Twitter user's followers into actionable segments. Find most influential, dormant, old, and more"
},
{
- "name": "HootSuite",
+ "name": "HootSuite (U)",
"type": "url",
"url": "https://hootsuite.com/feed/SearchTerm?pfilter="
},
@@ -2219,22 +2172,14 @@
{
"name": "Twopcharts",
"type": "url",
- "url": "http://twopcharts.com/"
- },
- {
- "name": "Twitter Email Test",
- "type": "url",
- "url": "https://pdevesian.eu/tet"
- },
- {
- "name": "Twoogel Search Engine",
- "type": "url",
- "url": "http://twoogel.com/"
+ "url": "http://twopcharts.com/",
+ "description": "Receive a tweet from us when you reach a Twitter anniversary, or when you reach a tweet milestone. Just go the settings page and tick your preferences"
},
{
"name": "Treeverse (T)",
"type": "url",
- "url": "https://github.com/paulgb/Treeverse"
+ "url": "https://github.com/paulgb/Treeverse",
+ "description": "Treeverse is a tool for visualizing and navigating Twitter conversation threads. It is available as a browser extension for Chrome and Firefox."
}],
"name": "Search",
"type": "folder"
@@ -2244,7 +2189,8 @@
{
"name": "Twicsy",
"type": "url",
- "url": "http://twicsy.com/"
+ "url": "http://twicsy.com/",
+ "description": "Boost Your Instagram Presence in Minutes!"
}],
"name": "Pictures",
"type": "folder"
@@ -2254,79 +2200,63 @@
{
"children": [
{
- "name": "Tweepsect",
- "type": "url",
- "url": "http://tweepsect.com/"
- },
- {
- "name": "Followerwonk Analyze",
- "type": "url",
- "url": "https://moz.com/followerwonk/analyze"
- },
- {
- "name": "Followerwonk Compare",
- "type": "url",
- "url": "https://moz.com/followerwonk/compare"
- },
- {
- "name": "Twitonomy",
+ "name": "Tweepsect (U)",
"type": "url",
- "url": "http://www.twitonomy.com/"
+ "url": "https://tweepsect.com/"
},
{
- "name": "Fake Follower Check",
+ "name": "Followerwonk Analyze (R)(C)",
"type": "url",
- "url": "http://fakers.statuspeople.com/"
+ "url": "https://moz.com/followerwonk/analyze",
+ "description": "Slice any Twitter user's followers into actionable segments. Find most influential, dormant, old, and more"
},
{
- "name": "Klear",
+ "name": "Followerwonk Compare (R)(C)",
"type": "url",
- "url": "http://klear.com/"
+ "url": "https://moz.com/followerwonk/compare",
+ "description": "Slice any Twitter user's followers into actionable segments. Find most influential, dormant, old, and more"
},
{
- "name": "First Tweet",
+ "name": "Twitonomy (T)(R)(C)",
"type": "url",
- "url": "https://discover.twitter.com/first-tweet"
+ "url": "http://www.twitonomy.com/",
+ "description": "Twitter analytics and much more"
},
{
- "name": "TweetTunnel",
+ "name": "Klear (R)(C)",
"type": "url",
- "url": "http://tweettunnel.info/firstpre.php"
- },
- {
- "name": "Twitalyzer",
- "type": "url",
- "url": "http://twitalyzer.com/5/index.asp"
+ "url": "https://klear.com/",
+ "description": "Klear is a powerful and easy-to-use influencer marketing platform that handles even the most advanced needs in a delightful and intelligent way"
},
{
"name": "Foller.me Analytics",
"type": "url",
- "url": "https://foller.me/"
+ "url": "https://foller.me/",
+ "description": "Foller.me is a Twitter analytics application that gives you rich insights about any public Twitter profile. We gather near real-time data about topics, mentions, hashtags, followers, location and more!"
},
{
- "name": "MentionMapp",
+ "name": "MentionMapp (R)(C)",
"type": "url",
- "url": "http://mentionmapp.com/"
+ "url": "http://mentionmapp.com/",
+ "description": "See what you’re missing. Identify critical online relationships and conversations with our network visualization tool"
},
{
"name": "SleepingTime",
"type": "url",
- "url": "http://sleepingtime.org/"
+ "url": "http://sleepingtime.org/",
+ "description": "Specify the Twitter username of your friend, or even your favorite celebrity, and we will figure out the sleeping pattern of that person"
},
{
- "name": "Bioischanged (M)",
+ "name": "X0rz Tweets_analyzer (T)",
"type": "url",
- "url": "http://bioischanged.com/%3Ctwitterusername%3E"
+ "url": "https://github.com/x0rz/tweets_analyzer",
+ "description": "Simple Twitter Profile Analyzer"
},
{
- "name": "X0rz Tweets_analyzer",
+ "name": "Social Bearing (R)",
"type": "url",
- "url": "https://github.com/x0rz/tweets_analyzer"
- },
- {
- "name": "Social Bearing",
- "type": "url",
- "url": "https://socialbearing.com/"
+ "url": "https://socialbearing.com/",
+ "description": "Free Twitter analytics & search for tweets, timelines & twitter maps. Find, filter and sort tweets or people by engagement, influence, location, sentiment and more"
}],
"name": "Profile",
"type": "folder"
@@ -2334,24 +2264,28 @@
{
"children": [
{
- "name": "Tagboard",
+ "name": "Tagboard (R)(C)",
"type": "url",
- "url": "https://tagboard.com/"
+ "url": "https://tagboard.com/",
+ "description": "An intuitive cloud production platform to create interactive live programming, for any connected screen"
},
{
- "name": "RiteTag",
+ "name": "RiteTag (R)(C)",
"type": "url",
- "url": "https://ritetag.com/"
+ "url": "https://ritetag.com/",
+ "description": "Get instant hashtag suggestions for images and texts on desktop and mobile. Based on real time hashtag engagement"
},
{
- "name": "Trendsmap",
+ "name": "Trendsmap (R)(C)",
"type": "url",
- "url": "http://trendsmap.com/"
+ "url": "http://trendsmap.com/",
+ "description": "Analyse any topic globally or by region in detail. Create unique map based visualisations showing tweet activity across a country, a region, or the world. Our powerful querying and filtering tools allows you to focus on your particular area of interest"
},
{
"name": "TAGSExplorer",
"type": "url",
- "url": "https://tags.hawksey.info/tagsexplorer/"
+ "url": "https://tags.hawksey.info/tagsexplorer/",
+ "description": "TAGS – Twitter Archiving Google Sheet"
}],
"name": "Hashtag",
"type": "folder"
@@ -2359,32 +2293,38 @@
{
"name": "Tweet Metadata",
"type": "url",
- "url": "http://online.wsj.com/public/resources/documents/TweetMetadata.pdf"
+ "url": "http://online.wsj.com/public/resources/documents/TweetMetadata.pdf",
+ "description": "Twitter metadata specification"
},
{
"name": "Birdwatcher (T)",
"type": "url",
- "url": "https://github.com/michenriksen/birdwatcher"
+ "url": "https://github.com/michenriksen/birdwatcher",
+ "description": "Birdwatcher is a data analysis and OSINT framework for Twitter. Birdwatcher supports creating multiple workspaces where arbitrary Twitter users can be added and their Tweets harvested through the Twitter API for offline storage and analysis"
},
{
"name": "Tinfoleak Web",
"type": "url",
- "url": "http://tinfoleak.com/"
+ "url": "http://tinfoleak.com/",
+ "description": "The most complete open-source tool for Twitter intelligence analysis"
},
{
"name": "Tinfoleak.py (T)",
"type": "url",
- "url": "http://www.vicenteaguileradiaz.com/tools/"
+ "url": "https://github.com/vaguileradiaz/tinfoleak",
+ "description": "The most complete open-source tool for Twitter intelligence analysis"
},
{
"name": "DMI-TCAT (T)",
"type": "url",
- "url": "https://github.com/digitalmethodsinitiative/dmi-tcat"
+ "url": "https://github.com/digitalmethodsinitiative/dmi-tcat",
+ "description": "The Digital Methods Initiative Twitter Capture and Analysis Toolset (DMI-TCAT) allows one to retrieve and collect tweets from Twitter and to analyze them in various ways"
},
{
"name": "Twint (T)",
"type": "url",
- "url": "https://github.com/twintproject/twint"
+ "url": "https://github.com/twintproject/twint",
+ "description": "Twint is an advanced Twitter scraping tool written in Python that allows for scraping Tweets from Twitter profiles without using Twitter's API"
}],
"name": "Analytics",
"type": "folder"
@@ -2671,6 +2611,7 @@
"name": "Instant Messaging",
"type": "folder"
},
+
{
"children": [
{
diff --git a/public/unavailable.json b/public/unavailable.json
index 9b2bf954..87636fee 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -146,6 +146,96 @@
"type": "url",
"url": "http://www.tweetpaths.com/maps"
},
+ {
+ "name": "TweetTunnel",
+ "type": "url",
+ "url": "http://tweettunnel.info/firstpre.php"
+ },
+ {
+ "name": "First Tweet",
+ "type": "url",
+ "url": "https://discover.twitter.com/first-tweet"
+ },
+ {
+ "name": "NetBootCamp FB Search Tool",
+ "type": "url",
+ "url": "http://netbootcamp.org/facebook.html"
+ },
+ {
+ "name": "FB People Directory",
+ "type": "url",
+ "url": "https://www.facebook.com/directory/people/"
+ },
+ {
+ "name": "Find my Facebook ID",
+ "type": "url",
+ "url": "http://findmyfbid.com/"
+ },
+ {
+ "name": "Socialsearching",
+ "type": "url",
+ "url": "http://socialsearching.info/#/fb"
+ },
+ {
+ "name": "Facebook Scanner",
+ "type": "url",
+ "url": "http://stalkscan.com/en/"
+ },
+ {
+ "name": "ExtractFace (T)",
+ "type": "url",
+ "url": "http://le-tools.com/ExtractFace.html#download"
+ },
+ {
+ "name": "Twitter Name Search",
+ "type": "url",
+ "url": "https://twitter.com/#!/who_to_follow"
+ },
+ {
+ "name": "Twitter User Directory",
+ "type": "url",
+ "url": "https://twitter.com/i/directory/profiles/"
+ },
+ {
+ "name": "First Tweet",
+ "type": "url",
+ "url": "http://ctrlq.org/first/"
+ },
+ {
+ "name": "ConWeets",
+ "type": "url",
+ "url": "http://www.conweets.com/"
+ },
+ {
+ "name": "Twitter Email Test",
+ "type": "url",
+ "url": "https://pdevesian.eu/tet"
+ },
+ {
+ "name": "TweetReach",
+ "type": "url",
+ "url": "https://tweetreach.com/"
+ },
+ {
+ "name": "Twoogel Search Engine",
+ "type": "url",
+ "url": "http://twoogel.com/"
+ },
+ {
+ "name": "Fake Follower Check",
+ "type": "url",
+ "url": "http://fakers.statuspeople.com/"
+ },
+ {
+ "name": "Twitalyzer",
+ "type": "url",
+ "url": "http://twitalyzer.com/5/index.asp"
+ },
+ {
+ "name": "Bioischanged (M)",
+ "type": "url",
+ "url": "http://bioischanged.com/%3Ctwitterusername%3E"
+ },
{
"name": "GeoChirp",
"type": "url",
From d152e20ed4af36c6065914f765d506115b045dbb Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Tue, 2 Aug 2022 17:37:18 +0600
Subject: [PATCH 064/131] Reverse Instant Messaging section
---
public/arf.json | 33 +++++----------------------------
public/unavailable.json | 25 +++++++++++++++++++++++++
2 files changed, 30 insertions(+), 28 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 20f091d0..e27d8152 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -2563,17 +2563,14 @@
{
"name": "MostwantedHF",
"type": "url",
- "url": "http://mostwantedhf.info/index.php"
- },
- {
- "name": "Skypegrab",
- "type": "url",
- "url": "http://skypegrab.net/oldip.php"
+ "url": "http://mostwantedhf.info/index.php",
+ "description": "Skype IP Resolver"
},
{
"name": "Skype Resolver 2019",
"type": "url",
- "url": "http://www.skypeipresolver.net/"
+ "url": "http://www.skypeipresolver.net/",
+ "description": "Resolve any Skype IP username and get their latest IP address. We use latest technologies to support finding the IP address of the user in question"
}],
"name": "Skype",
"type": "folder"
@@ -2581,32 +2578,12 @@
{
"children": [
{
- "name": "Snapchat Leak Checker",
- "type": "url",
- "url": "https://lastpass.com/snapchat/"
- }],
- "name": "Snapchat",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "Kik Username (M)",
+ "name": "Kik Username (T)(M)",
"type": "url",
"url": "http://kik.me/%3Cusername%3E"
}],
"name": "Kik",
"type": "folder"
- },
- {
- "children": [
- {
- "name": "YikMap",
- "type": "url",
- "url": "http://yikmap.com/"
- }],
- "name": "Yikyak",
- "type": "folder"
}],
"name": "Instant Messaging",
"type": "folder"
diff --git a/public/unavailable.json b/public/unavailable.json
index 87636fee..05f90232 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -161,6 +161,31 @@
"type": "url",
"url": "http://netbootcamp.org/facebook.html"
},
+ {
+ "children": [
+ {
+ "name": "YikMap",
+ "type": "url",
+ "url": "http://yikmap.com/"
+ }],
+ "name": "Yikyak",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "Snapchat Leak Checker",
+ "type": "url",
+ "url": "https://lastpass.com/snapchat/"
+ }],
+ "name": "Snapchat",
+ "type": "folder"
+ },
+ {
+ "name": "Skypegrab",
+ "type": "url",
+ "url": "http://skypegrab.net/oldip.php"
+ },
{
"name": "FB People Directory",
"type": "url",
From 47680eeb8f425cd4153225fc79a38665da3cfb0c Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Tue, 2 Aug 2022 19:22:12 +0600
Subject: [PATCH 065/131] Reverse Images / Videos / Docs section
---
public/arf.json | 291 +++++++++++++++-------------------------
public/unavailable.json | 125 +++++++++++++++++
2 files changed, 232 insertions(+), 184 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index e27d8152..33b092c6 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1473,17 +1473,18 @@
{
"name": "Bing Images",
"type": "url",
- "url": "http://www.bing.com/images"
+ "url": "https://www.bing.com/images"
},
{
"name": "Yahoo Image Search",
"type": "url",
- "url": "http://images.yahoo.com/"
+ "url": "https://images.yahoo.com/"
},
{
"name": "TinEye Reverse Image Search",
"type": "url",
- "url": "http://tineye.com/"
+ "url": "http://tineye.com/",
+ "description": "Find where images appear online"
},
{
"name": "Yandex Images",
@@ -1493,7 +1494,7 @@
{
"name": "Baidu Images",
"type": "url",
- "url": "http://shitu.baidu.com/"
+ "url": "https://www.baidu.com/"
},
{
"name": "Twitter Image Search (M)",
@@ -1503,62 +1504,44 @@
{
"name": "Imgur Search",
"type": "url",
- "url": "https://imgur.com/search"
+ "url": "https://imgur.com/search",
+ "description": "Search images by keywords and tags"
},
{
- "name": "Photobucket",
+ "name": "Photobucket (R)(C)",
"type": "url",
- "url": "http://photobucket.com/"
- },
- {
- "name": "PicSearch",
- "type": "url",
- "url": "http://www.picsearch.com/"
+ "url": "http://photobucket.com/",
+ "description": "The simple, secure, affordable way to store, share, backup, & edit all your images with friends and family"
},
{
"name": "Karma Decay",
"type": "url",
- "url": "http://karmadecay.com/"
+ "url": "http://karmadecay.com/",
+ "description": "Reverse image search of Reddit.com (beta)"
},
{
"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/"
+ "url": "https://www.imageraider.com/",
+ "description": "Image Raider Reverse Image Search"
},
{
"name": "CC Search",
"type": "url",
- "url": "https://ccsearch.creativecommons.org/"
+ "url": "https://ccsearch.creativecommons.org/",
+ "description": "Browse through over 600 million image items to reuse"
},
{
- "name": "CamFind App",
+ "name": "CamFind App (API)",
"type": "url",
- "url": "http://camfindapp.com/"
+ "url": "http://camfindapp.com/",
+ "description": "Have you ever wanted to Search the Physical World™? Enter CamFind. The world’s most accurate mobile visual search engine, powered by the CloudSight Image Recognition API"
},
{
"name": "RevEye Reverse Image Search (T)",
"type": "url",
- "url": "https://chrome.google.com/webstore/detail/reveye-reverse-image-sear/keaaclcjhehbbapnphnmpiklalfhelgf?hl=en"
+ "url": "https://chrome.google.com/webstore/detail/reveye-reverse-image-sear/keaaclcjhehbbapnphnmpiklalfhelgf?hl=en",
+ "description": "Perform a search by image. Choose between the image search engines Google, Bing, Yandex, and TinEye"
},
{
"name": "SmugMug Search",
@@ -1566,54 +1549,37 @@
"url": "http://www.smugmug.com/search"
},
{
- "name": "ImageNet",
- "type": "url",
- "url": "http://image-net.org/"
- },
- {
- "name": "Places2",
+ "name": "ImageNet (T)",
"type": "url",
- "url": "http://places2.csail.mit.edu/explore.html"
+ "url": "http://image-net.org/",
+ "description": "ImageNet is an image database organized according to the WordNet hierarchy (currently only the nouns), in which each node of the hierarchy is depicted by hundreds and thousands of images. The project has been instrumental in advancing computer vision and deep learning research. The data is available for free to researchers for non-commercial use"
},
{
"name": "Image Identification Project",
"type": "url",
- "url": "https://www.imageidentify.com/"
+ "url": "https://www.imageidentify.com/",
+ "description": "Image Identification Project"
},
{
"name": "SauceNAO",
"type": "url",
- "url": "https://saucenao.com/"
+ "url": "https://saucenao.com/",
+ "description": "Image Source Locator"
}],
"name": "Search",
"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",
+ "name": "Webstigram",
"type": "url",
- "url": "https://tofo.me/"
+ "url": "http://websta.me/search"
}],
"name": "Instagram",
"type": "folder"
@@ -1621,29 +1587,26 @@
{
"children": [
{
- "name": "Flickr",
+ "name": "Flickr (U)",
"type": "url",
"url": "https://www.flickr.com/"
},
{
- "name": "Flickr Map",
+ "name": "Flickr Map (U)",
"type": "url",
"url": "https://www.flickr.com/map/"
},
{
"name": "My Pics Map",
"type": "url",
- "url": "http://www.mypicsmap.com/"
+ "url": "http://www.mypicsmap.com/",
+ "description": "Flickr Searches"
},
{
"name": "idGettr",
"type": "url",
- "url": "http://idgettr.com/"
- },
- {
- "name": "Flickr Hive Mind",
- "type": "url",
- "url": "http://flickrhivemind.net/"
+ "url": "http://idgettr.com/",
+ "description": "Use the URL of your photostream to find the Flickr ID number (also works for groups)"
}],
"name": "Flickr",
"type": "folder"
@@ -1653,47 +1616,26 @@
{
"name": "ExifTool (T)",
"type": "url",
- "url": "http://www.sno.phy.queensu.ca/~phil/exiftool/"
- },
- {
- "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/"
+ "url": "http://www.sno.phy.queensu.ca/~phil/exiftool/",
+ "description": "Read, Write and Edit Meta Information"
},
{
"name": "ImgOps",
"type": "url",
- "url": "http://imgops.com/"
- },
- {
- "name": "Metapicz",
- "type": "url",
- "url": "http://metapicz.com/#landing"
+ "url": "http://imgops.com/",
+ "description": "Hover links and details from image"
},
{
- "name": "JPEGsnoop (T)",
+ "name": "JPG Cleaner for Windows",
"type": "url",
- "url": "http://www.impulseadventure.com/photo/jpeg-snoop.html"
+ "url": "https://jpg-cleaner.en.softonic.com/",
+ "description": "Eliminate extra info from JPEGs"
},
{
- "name": "GeoSetter",
+ "name": "GeoSetter (T)",
"type": "url",
- "url": "http://www.geosetter.de/en/"
- },
- {
- "name": "gbimg.org",
- "type": "url",
- "url": "http://gbimg.org/"
+ "url": "http://www.geosetter.de/en/",
+ "description": "GeoSetter is a freeware tool for Windows (requires Internet Explorer 10 or higher) for showing and changing geo data and other metadata (IPTC/XMP/Exif) of image files (e.g. images taken by digital cameras)"
}],
"name": "Metadata",
"type": "folder"
@@ -1703,27 +1645,20 @@
{
"name": "FotoForensics",
"type": "url",
- "url": "http://fotoforensics.com/"
- },
- {
- "name": "Izitru",
- "type": "url",
- "url": "http://www.izitru.com/"
+ "url": "http://fotoforensics.com/",
+ "description": "Image Forensic Analysis"
},
{
"name": "Ghiro (T)",
"type": "url",
- "url": "https://github.com/ghirensics/ghiro"
- },
- {
- "name": "Stolen Camera Finder",
- "type": "url",
- "url": "http://www.stolencamerafinder.co.uk/"
+ "url": "https://github.com/ghirensics/ghiro",
+ "description": "Sometime forensic investigators need to process digital images as evidence. There are some tools around, otherwise it is difficult to deal with forensic analysis with lot of images involved. Images contain tons of information, Ghiro extracts these information from provided images and display them in a nicely formatted report"
},
{
"name": "Camera Trace",
"type": "url",
- "url": "http://www.cameratrace.com/trace"
+ "url": "http://www.cameratrace.com/trace",
+ "description": "Free Camera Serial Trace"
}],
"name": "Forensics",
"type": "folder"
@@ -1733,22 +1668,26 @@
{
"name": "Online OCR",
"type": "url",
- "url": "http://www.free-ocr.com/"
+ "url": "http://www.free-ocr.com/",
+ "description": "OCR Transform Image to PDF Online"
},
{
"name": "i2OCR",
"type": "url",
- "url": "http://www.i2ocr.com/"
+ "url": "http://www.i2ocr.com/",
+ "description": "i2OCR is a free online Optical Character Recognition (OCR) that extracts text from images and scanned documents so that it can be edited, formatted, indexed, searched, or translated"
},
{
"name": "New OCR",
"type": "url",
- "url": "https://www.newocr.com/"
+ "url": "https://www.newocr.com/",
+ "description": "NewOCR.com is a free online OCR (Optical Character Recognition) service, can analyze the text in any image file that you upload, and then convert the text from the image into text that you can easily edit on your computer"
},
{
"name": "Online OCR",
"type": "url",
- "url": "http://www.onlineocr.net/"
+ "url": "http://www.onlineocr.net/",
+ "description": "IMAGE TO TEXT CONVERTER USING OCR ONLINE"
}],
"name": "OCR",
"type": "folder"
@@ -1758,7 +1697,8 @@
{
"name": "Creepy (T)",
"type": "url",
- "url": "http://www.geocreepy.com/"
+ "url": "http://www.geocreepy.com/",
+ "description": "A Geolocation OSINT Tool. Offers geolocation information gathering through social networking platforms"
}],
"name": "Tools",
"type": "folder"
@@ -1785,11 +1725,6 @@
"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",
@@ -1800,28 +1735,18 @@
"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",
+ "name": "LiveLeak (ITermix)",
"type": "url",
"url": "https://www.liveleak.com/"
},
{
- "name": "Metacafe",
+ "name": "Metacafe (VideosHub)",
"type": "url",
"url": "http://www.metacafe.com/"
},
@@ -1843,12 +1768,14 @@
{
"name": "DetURL",
"type": "url",
- "url": "http://deturl.com/"
+ "url": "http://deturl.com/",
+ "description": "Download a YouTube video from any web page"
},
{
"name": "Print YouTube StoryBoard Instructions",
"type": "url",
- "url": "http://www.labnol.org/internet/print-youtube-video/28217/"
+ "url": "http://www.labnol.org/internet/print-youtube-video/28217/",
+ "description": "How to Print a YouTube Video Storyboard"
},
{
"name": "Print Storyboard from Youtube",
@@ -1858,22 +1785,13 @@
{
"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"
+ "url": "https://chrome.google.com/webstore/detail/frame-by-frame/cclnaabdfgnehogonpeddbgejclcjneh"
},
{
"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/"
+ "url": "http://www.amnestyusa.org/citizenevidence/",
+ "description": "Youtube DataViewer"
},
{
"name": "Hooktube",
@@ -1883,7 +1801,8 @@
{
"name": "yasiv-youtube",
"type": "url",
- "url": "https://yasiv.com/youtube"
+ "url": "https://yasiv.com/youtube",
+ "description": "This web site shows related videos from the YouTube"
}],
"name": "Analyze / Record",
"type": "folder"
@@ -1894,19 +1813,22 @@
{
"children": [
{
- "name": "SeeAllTheThings",
+ "name": "SeeAllTheThings (T)",
"type": "url",
- "url": "https://github.com/baywolf88/seeallthethings"
+ "url": "https://github.com/baywolf88/seeallthethings",
+ "description": "OSINT webcam mapping project"
},
{
"name": "Insecam",
"type": "url",
- "url": "http://insecam.org/"
+ "url": "http://insecam.org/",
+ "description": "Insecam - Live cameras directory"
},
{
"name": "EarthCam",
"type": "url",
- "url": "http://www.earthcam.com/"
+ "url": "http://www.earthcam.com/",
+ "description": "World Web Cams"
}],
"name": "Webcams",
"type": "folder"
@@ -1951,34 +1873,34 @@
"type": "folder"
},
{
- "name": "Scribd",
+ "name": "Scribd (R)(C)",
"type": "url",
- "url": "https://www.scribd.com/"
+ "url": "https://www.scribd.com/",
+ "description": "Endless entertainment and knowledge"
},
{
"name": "DocJax",
"type": "url",
- "url": "http://www.docjax.com/"
- },
- {
- "name": "WikiLeaks Search",
- "type": "url",
- "url": "https://search.wikileaks.org/advanced"
+ "url": "http://www.docjax.com/",
+ "description": "Search over 320,577 documents from 3,296 websites"
},
{
"name": "RECAP Court Doc Repo",
"type": "url",
- "url": "http://archive.recapthelaw.org/"
+ "url": "https://free.law/recap",
+ "description": "RECAP is an online archive and free extension for Firefox, Chrome and Safari that improves the experience of using PACER, the electronic public access system for the U.S. Federal District and Bankruptcy Courts"
},
{
- "name": "filessoo.com",
+ "name": "WikiLeaks Search",
"type": "url",
- "url": "http://filessoo.com/"
+ "url": "https://search.wikileaks.org/advanced",
+ "description": "WikiLeaks Advanced Search"
},
{
"name": "Leaked Cables",
"type": "url",
- "url": "https://search.wikileaks.org/plusd/"
+ "url": "https://search.wikileaks.org/plusd/",
+ "description": "WikiLeaks Search"
}],
"name": "Search",
"type": "folder"
@@ -1986,24 +1908,20 @@
{
"children": [
{
- "name": "Pastebin Trends",
+ "name": "Pastebin Tools & Applications (T)",
"type": "url",
- "url": "http://pastebin.com/trends"
+ "url": "https://pastebin.com/tools"
},
{
- "name": "Pastebin Alerts",
- "type": "url",
- "url": "http://andrewmohawk.com/pasteLert/"
- },
- {
- "name": "Just Paste It",
+ "name": "Just Paste It (R)",
"type": "url",
"url": "https://justpaste.it/"
},
{
"name": "Pastebin OSINT Harvester (T)",
"type": "url",
- "url": "https://github.com/needmorecowbell/sniff-paste"
+ "url": "https://github.com/needmorecowbell/sniff-paste",
+ "description": "Multithreaded pastebin scraper, scrapes to mysql database, then reads pastes for noteworthy information"
}],
"name": "Paste Sites",
"type": "folder"
@@ -2016,27 +1934,32 @@
{
"name": "What The Font",
"type": "url",
- "url": "https://www.myfonts.com/WhatTheFont/"
+ "url": "https://www.myfonts.com/WhatTheFont/",
+ "description": "Instant font identification powered by the world’s largest collection of fonts"
},
{
"name": "Font Squirrel",
"type": "url",
- "url": "https://www.fontsquirrel.com/matcherator"
+ "url": "https://www.fontsquirrel.com/matcherator",
+ "description": "Upload an image with type and we’ll identify the fonts that match"
},
{
"name": "IdentiFont",
"type": "url",
- "url": "http://www.identifont.com/index.html"
+ "url": "http://www.identifont.com/index.html",
+ "description": "Fonts identify service"
},
{
"name": "Font Spring",
"type": "url",
- "url": "https://www.fontspring.com/matcherator"
+ "url": "https://www.fontspring.com/matcherator",
+ "description": "Upload an image of text, and we’ll find what the font is"
},
{
"name": "What Font Is",
"type": "url",
- "url": "https://www.whatfontis.com/"
+ "url": "https://www.whatfontis.com/",
+ "description": "Find any font from any image"
}],
"name": "Fonts",
"type": "folder"
diff --git a/public/unavailable.json b/public/unavailable.json
index 05f90232..c465dfb6 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -181,6 +181,131 @@
"name": "Snapchat",
"type": "folder"
},
+ {
+ "name": "filessoo.com",
+ "type": "url",
+ "url": "http://filessoo.com/"
+ },
+ {
+ "name": "blinkx Video Search",
+ "type": "url",
+ "url": "http://www.blinkx.com/"
+ },
+ {
+ "name": "Internet Archive Videos",
+ "type": "url",
+ "url": "https://archive.org/details/opensource_movies"
+ },
+ {
+ "name": "ExifViewer",
+ "type": "url",
+ "url": "http://www.exifviewer.org/"
+ },
+ {
+ "name": "Flickr Hive Mind",
+ "type": "url",
+ "url": "http://flickrhivemind.net/"
+ },
+ {
+ "name": "Tofo.me",
+ "type": "url",
+ "url": "https://tofo.me/"
+ },
+ {
+ "name": "Imgrab",
+ "type": "url",
+ "url": "https://imgrab.com/"
+ },
+ {
+ "name": "Lakako Photo Search",
+ "type": "url",
+ "url": "http://www.lakako.com/"
+ },
+ {
+ "name": "Panoramio",
+ "type": "url",
+ "url": "http://www.panoramio.com/"
+ },
+ {
+ "name": "PicSearch",
+ "type": "url",
+ "url": "http://www.picsearch.com/"
+ },
+ {
+ "name": "7Photos.net",
+ "type": "url",
+ "url": "http://7photos.net/"
+ },
+ {
+ "name": "Places2",
+ "type": "url",
+ "url": "http://places2.csail.mit.edu/explore.html"
+ },
+ {
+ "name": "Mini Instagram",
+ "type": "url",
+ "url": "http://mininsta.net/"
+ },
+ {
+ "name": "Jeffrey's Exif Viewer",
+ "type": "url",
+ "url": "http://exif.regex.info/"
+ },
+ {
+ "name": "gbimg.org",
+ "type": "url",
+ "url": "http://gbimg.org/"
+ },
+ {
+ "name": "Metapicz",
+ "type": "url",
+ "url": "http://metapicz.com/#landing"
+ },
+ {
+ "name": "Search by Exif",
+ "type": "url",
+ "url": "http://www.exif-search.com/"
+ },
+ {
+ "name": "JPEGsnoop (T)",
+ "type": "url",
+ "url": "http://www.impulseadventure.com/photo/jpeg-snoop.html"
+ },
+ {
+ "name": "Izitru",
+ "type": "url",
+ "url": "http://www.izitru.com/"
+ },
+ {
+ "name": "Stolen Camera Finder",
+ "type": "url",
+ "url": "http://www.stolencamerafinder.co.uk/"
+ },
+ {
+ "name": "Geo Search Tool",
+ "type": "url",
+ "url": "http://www.geosearchtool.com/"
+ },
+ {
+ "name": "TubeChop",
+ "type": "url",
+ "url": "http://www.tubechop.com/"
+ },
+ {
+ "name": "YouTube Data Tools",
+ "type": "url",
+ "url": "https://tools.digitalmethods.net/netvizz/youtube/"
+ },
+ {
+ "name": "Pastebin Alerts",
+ "type": "url",
+ "url": "http://andrewmohawk.com/pasteLert/"
+ },
+ {
+ "name": "Pastebin Trends",
+ "type": "url",
+ "url": "http://pastebin.com/trends"
+ },
{
"name": "Skypegrab",
"type": "url",
From 541e7dc7e106c1dc26f3c81a1d84404b026c0735 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Tue, 2 Aug 2022 19:24:00 +0600
Subject: [PATCH 066/131] Change legend
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 749005cb..5a3637de 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,9 @@ For new resources, please ensure that the site is available for public and free
{
"name": "Example Name",
"type": "url",
- "url": "http://example.com"
+ "url": "http://example.com",
+ "description": "Service description",
+ "color": "red"
}
```
From 7211d7d15708725fac8329cde250c2311169e5ae Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Tue, 2 Aug 2022 19:47:31 +0600
Subject: [PATCH 067/131] Reverse Username section
---
public/arf.json | 56 ++++++++++++++++++++++++-----------------
public/unavailable.json | 5 ++++
2 files changed, 38 insertions(+), 23 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 33b092c6..967954b3 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1370,17 +1370,14 @@
{
"name": "Namechk",
"type": "url",
- "url": "https://namechk.com/"
+ "url": "https://namechk.com/",
+ "description": "CHECK OVER 30 DOMAINS AND MORE THAN 90 SOCIAL MEDIA ACCOUNTS"
},
{
- "name": "Namechk (T)",
+ "name": "Namechk (T)(U)",
"type": "url",
- "url": "https://github.com/HA71/Namechk"
- },
- {
- "name": "KnowEm",
- "type": "url",
- "url": "http://knowem.com/"
+ "url": "https://github.com/HA71/Namechk",
+ "description": "Osint tool based on namechk.com for checking usernames on more than 100 websites, forums and social networks"
},
{
"name": "NameCheckr",
@@ -1390,32 +1387,44 @@
{
"name": "UserSearch.org",
"type": "url",
- "url": "https://usersearch.org/"
+ "url": "https://usersearch.org/",
+ "description": "Find someone by username or email on Social Networks, Dating Sites, Forums, Crypto Forums, Chat Sites and Blogs. 600+ sites Supported! Largest Reverse User Search Online!"
},
{
"name": "WhatsMyName (T)",
"type": "url",
- "url": "https://github.com/WebBreacher/WhatsMyName"
+ "url": "https://github.com/WebBreacher/WhatsMyName",
+ "description": "This repository has the unified data required to perform user and username enumeration on various websites. Content is in a JSON file and can easily be used in other projects such as the ones below"
},
{
"name": "Thats Them",
"type": "url",
- "url": "https://thatsthem.com/"
+ "url": "https://thatsthem.com/",
+ "description": "Free People Search Engine. Find Addresses, Phones, Emails, and Much More!"
+ },
+ {
+ "name": "KnowEm? (R)(C)",
+ "type": "url",
+ "url": "https://knowem.com/",
+ "description": "Search over 500 popular social networks, over 150 domain names, and the entire USPTO Trademark Database to instantly secure your brand on the internet"
},
{
"name": "Check Usernames",
"type": "url",
- "url": "http://checkusernames.com/"
+ "url": "http://checkusernames.com/",
+ "description": "Check the use of your brand or username on 160 Social Networks"
},
{
"name": "NameCheckup",
"type": "url",
- "url": "https://namecheckup.com/"
+ "url": "https://namecheckup.com/",
+ "description": "Find available username"
},
{
"name": "Instant Username Search",
"type": "url",
- "url": "https://instantusername.com/"
+ "url": "https://instantusername.com/",
+ "description": "Instant Username Search"
}],
"name": "Username Search Engines",
"type": "folder"
@@ -1423,17 +1432,17 @@
{
"children": [
{
- "name": "Amazon Usernames (M)",
+ "name": "Amazon Usernames (M)(D)",
"type": "url",
"url": "https://www.google.com/search?q=site:amazon.com+%3Cusername%3E"
},
{
- "name": "Amazon Wishlists",
+ "name": "Amazon Wishlists (U)(D)",
"type": "url",
"url": "https://www.amazon.com/gp/registry/search.html/?ie=UTF8&type=wishlist"
},
{
- "name": "Github User (M)",
+ "name": "Github User (M)(D)",
"type": "url",
"url": "https://api.github.com/users/%3Cusername%3E/events/public"
},
@@ -1443,14 +1452,9 @@
"url": "https://www.gotinder.com/@%3Cusername%3E"
},
{
- "name": "Keybase",
+ "name": "Keybase (R)",
"type": "url",
"url": "https://keybase.io/"
- },
- {
- "name": "MIT PGP Key Server",
- "type": "url",
- "url": "http://pgp.mit.edu/"
}],
"name": "Specific Sites",
"type": "folder"
@@ -1715,6 +1719,11 @@
"type": "url",
"url": "https://www.google.com/videohp?gws_rd=ssl"
},
+ {
+ "name": "Yandex Video",
+ "type": "url",
+ "url": "https://yandex.ru/video/search"
+ },
{
"name": "Bing Videos",
"type": "url",
@@ -2772,6 +2781,7 @@
"name": "People Search Engines",
"type": "folder"
},
+
{
"children": [
{
diff --git a/public/unavailable.json b/public/unavailable.json
index c465dfb6..474618b4 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -226,6 +226,11 @@
"type": "url",
"url": "http://www.panoramio.com/"
},
+ {
+ "name": "MIT PGP Key Server",
+ "type": "url",
+ "url": "http://pgp.mit.edu/"
+ },
{
"name": "PicSearch",
"type": "url",
From 80db224f57cf3df247e6eb62da642334e7c8b9db Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Tue, 2 Aug 2022 23:15:26 +0600
Subject: [PATCH 068/131] Reverse People Search Engines section
---
public/arf.json | 159 ++++++++++++++++++----------------------
public/unavailable.json | 45 ++++++++++++
2 files changed, 117 insertions(+), 87 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 967954b3..31573d6a 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -2526,87 +2526,83 @@
{
"children": [
{
- "name": "Family Tree Now",
+ "name": "Family Tree Now (U)",
"type": "url",
"url": "http://www.familytreenow.com/"
},
{
- "name": "Pipl",
+ "name": "Pipl (R)(C)",
"type": "url",
- "url": "https://pipl.com/"
+ "url": "https://pipl.com/",
+ "description": "Protect every online interaction. Acquire more good users and customers, enhance the customer experience and improve the ROI of your trust and safety initiatives."
},
{
"name": "Spokeo People Search",
"type": "url",
- "url": "http://www.spokeo.com/"
+ "url": "http://www.spokeo.com/",
+ "description": "Search by name, phone, address, or email to confidentially lookup information about people you know such as yourself, friends, family, acquaintances, and old classmates."
},
{
- "name": "ThatsThem",
+ "name": "ThatsThem (R)(C)",
"type": "url",
- "url": "https://thatsthem.com/name-address-search"
+ "url": "https://thatsthem.com/name-address-search",
+ "description": "Reverse Address Lookup. Find Out Who Lives at an Address FOR FREE"
},
{
- "name": "ZoomInfo Directory",
+ "name": "ZoomInfo Directory (R)(C)",
"type": "url",
- "url": "http://www.zoominfo.com/people_directory/professional_profile/A-0-1"
+ "url": "http://www.zoominfo.com/people_directory/professional_profile/A-0-1",
+ "description": "Directory of Profiled Business People"
},
{
- "name": "Zaba Search",
+ "name": "Zaba Search (Intelius)",
"type": "url",
- "url": "http://www.zabasearch.com/"
+ "url": "http://www.zabasearch.com/",
+ "description": "Free* People Search and Public Information Search Engine!"
},
{
"name": "USSearch.com",
"type": "url",
- "url": "http://www.ussearch.com/"
- },
- {
- "name": "Snoop Station",
- "type": "url",
- "url": "http://snoopstation.com/index.html"
+ "url": "https://www.ussearch.com/",
+ "description": "America’s Public Records Search Company"
},
{
"name": "Melissa Data - People Finder (R)",
"type": "url",
- "url": "http://www.melissadata.com/lookups/peoplefinder.asp"
+ "url": "http://www.melissadata.com/lookups/peoplefinder.asp",
+ "description": "When you need accurate address validation - trust your address experts to deliver.\nWe offer three ways to access our best-of-breed address engine to meet your needs. How can we deliver the best address verification and correction to you today?"
},
{
- "name": "Advanced Background Checks",
+ "name": "Advanced Background Checks (U)",
"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": "PeepDB",
- "type": "url",
- "url": "http://www.peepdb.com/"
+ "url": "http://www.peekyou.com/",
+ "description": "Find friends, relatives and colleagues across the Web."
},
{
"name": "Reverse Genie People",
"type": "url",
- "url": "http://www.reversegenie.com/people.php"
+ "url": "http://www.reversegenie.com/people.php",
+ "description": "Reverse Phone Lookup. The Original Phone Registry"
},
{
"name": "Wink People Search",
"type": "url",
- "url": "http://itools.com/tool/wink-people-search"
+ "url": "http://itools.com/tool/wink-people-search",
+ "description": "Free people search - find people on social networks and across the Web. Find people using name search, location, school, work, interests, and more."
},
{
"name": "Radaris",
"type": "url",
- "url": "http://radaris.com/"
+ "url": "http://radaris.com/",
+ "description": "Fast People Search. Contact Information & Public Records"
},
{
- "name": "Profile Engine",
+ "name": "Profile Engine (R)(C)",
"type": "url",
"url": "http://profileengine.com/"
},
@@ -2620,11 +2616,6 @@
"type": "url",
"url": "http://infospace.com/"
},
- {
- "name": "Waatp",
- "type": "url",
- "url": "http://waatp.com/"
- },
{
"name": "Webmii",
"type": "url",
@@ -2633,112 +2624,101 @@
{
"name": "Snitch.name",
"type": "url",
- "url": "http://snitch.name/"
+ "url": "http://snitch.name/",
+ "description": "Search by firstname, lastname, phone number"
},
{
"name": "Lullar",
"type": "url",
- "url": "http://com.lullar.com/"
+ "url": "https://com.lullar.com/",
+ "description": "Profile Search by Email (ex. name@gmail.com), First Last Name or Username"
},
{
- "name": "Yasni",
+ "name": "Yasni (R)",
"type": "url",
- "url": "http://www.yasni.com/"
+ "url": "http://www.yasni.com/",
+ "description": "People Search Service"
},
{
"name": "findmypast.com",
"type": "url",
- "url": "http://search.findmypast.com/search-world-records"
+ "url": "http://search.findmypast.com/search-world-records",
+ "description": "Did your paternal great grandfather fight in the First World War with the British Army in Africa or did your maternal grandmother emigrate from New South Wales to America? Discover your global ancestors by searching millions of records across the world. Delve through records from Australia, the United Kingdom, the United States and Ireland in one place. World records are valuable for families who traveled or immigrated to different countries. Focus your search by narrowing by category, such as birth, marriage & death or military service & conflict."
},
{
"name": "HowManyOfMe",
"type": "url",
- "url": "http://howmanyofme.com/search/"
+ "url": "http://howmanyofme.com/search/",
+ "description": "How many have your name?"
},
{
"name": "FamilySearch.org",
"type": "url",
- "url": "https://familysearch.org/search/"
+ "url": "https://familysearch.org/search/",
+ "description": "Records create a paper trail for your ancestors and can lead you to important details about their life. Enter a name, and we'll look for it in birth certificates, marriage registrations, census records, and other official documents."
},
{
"name": "Ancestry.com",
"type": "url",
- "url": "http://search.ancestry.com/"
+ "url": "http://search.ancestry.com/",
+ "description": "Property ancestor search with geo"
},
{
- "name": "SearchBug",
+ "name": "SearchBug (R)(C)(API)",
"type": "url",
- "url": "http://www.searchbug.com/#pageTop"
+ "url": "http://www.searchbug.com/#pageTop",
+ "description": "SEARCH PEOPLE, VERIFY & APPEND NAMES, PROPERTY ADDRESS, PHONE & EMAIL"
},
{
- "name": "Nuwber",
+ "name": "Nuwber (R)",
"type": "url",
"url": "https://nuwber.com/"
},
- {
- "name": "eVerify",
- "type": "url",
- "url": "http://www.everify.com/"
- },
{
"name": "Genealogy.com",
"type": "url",
- "url": "http://www.genealogy.com/"
- },
- {
- "name": "The New Ultimates",
- "type": "url",
- "url": "http://www.newultimates.com/"
- },
- {
- "name": "My Life",
- "type": "url",
- "url": "https://www.mylife.com/"
- },
- {
- "name": "Ark",
- "type": "url",
- "url": "http://ark.com/landing"
+ "url": "http://www.genealogy.com/",
+ "description": "Genealogy.com is a source for family history buffs to find genealogical research originally posted in GenForum and our most popular genealogy articles. Start a search or browse below to start digging into your family's past!"
},
{
"name": "AnyWho",
"type": "url",
- "url": "http://www.anywho.com/whitepages"
+ "url": "http://www.anywho.com/whitepages",
+ "description": "People Search / Find People By Name"
},
{
"name": "Addresses.com",
"type": "url",
- "url": "http://www.addresses.com/"
+ "url": "http://www.addresses.com/",
+ "description": "Free People Search and Public Information Search Engine"
},
{
"name": "Sorted By Name",
"type": "url",
- "url": "http://sortedbyname.com/"
+ "url": "http://sortedbyname.com/",
+ "description": " curated collection of links to genealogy details mentioned on other websites, or acquired by the webmaster"
},
{
"name": "Cubib",
"type": "url",
- "url": "https://cubib.com/"
+ "url": "https://cubib.com/",
+ "description": "Free Public Data Search"
},
{
- "name": "True People Search",
+ "name": "True People Search (U)",
"type": "url",
"url": "https://www.truepeoplesearch.com/"
},
{
- "name": "Fast People Search",
+ "name": "Fast People Search (U)",
"type": "url",
"url": "https://www.fastpeoplesearch.com/"
},
- {
- "name": "Speedy Hunt",
- "type": "url",
- "url": "https://speedyhunt.com/"
- },
{
"name": "Been Verified",
"type": "url",
- "url": "https://www.beenverified.com/"
+ "url": "https://www.beenverified.com/",
+ "description": "People, Vehicle, Property and Contact Info"
}],
"name": "General People Search",
"type": "folder"
@@ -2748,7 +2728,8 @@
{
"name": "The Knot",
"type": "url",
- "url": "https://www.theknot.com/registry/couplesearch"
+ "url": "https://www.theknot.com/registry/couplesearch",
+ "description": "Find a couple's wedding registry and website"
},
{
"name": "Registry Finder",
@@ -2758,22 +2739,24 @@
{
"name": "My Registry",
"type": "url",
- "url": "https://www.myregistry.com/"
+ "url": "https://www.myregistry.com/",
+ "description": "Wedding Registry, Baby Registry & Gift Lists for all occasions"
},
{
- "name": "Amazon Registry Search",
+ "name": "Amazon Registry Search (U)",
"type": "url",
"url": "https://www.amazon.com/gp/registry/search"
},
{
- "name": "Bed, Bath, & Beyond Gift Registry",
+ "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"
+ "url": "https://registry.thebump.com/babyregistrysearch",
+ "description": "Looking for a friend or family member's registry? Enter their info here and click Search"
}],
"name": "Registries",
"type": "folder"
@@ -2882,6 +2865,7 @@
"name": "Dating",
"type": "folder"
},
+
{
"children": [
{
@@ -3022,6 +3006,7 @@
"name": "Telephone Numbers",
"type": "folder"
},
+
{
"children": [
{
diff --git a/public/unavailable.json b/public/unavailable.json
index 474618b4..61ee1567 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -226,6 +226,51 @@
"type": "url",
"url": "http://www.panoramio.com/"
},
+ {
+ "name": "Waatp",
+ "type": "url",
+ "url": "http://waatp.com/"
+ },
+ {
+ "name": "PeepDB",
+ "type": "url",
+ "url": "http://www.peepdb.com/"
+ },
+ {
+ "name": "Snoop Station",
+ "type": "url",
+ "url": "http://snoopstation.com/index.html"
+ },
+ {
+ "name": "SalesMaple Contact Search",
+ "type": "url",
+ "url": "https://www.salesmaple.com/contacts/#!/"
+ },
+ {
+ "name": "The New Ultimates",
+ "type": "url",
+ "url": "http://www.newultimates.com/"
+ },
+ {
+ "name": "eVerify",
+ "type": "url",
+ "url": "http://www.everify.com/"
+ },
+ {
+ "name": "My Life",
+ "type": "url",
+ "url": "https://www.mylife.com/"
+ },
+ {
+ "name": "Ark",
+ "type": "url",
+ "url": "http://ark.com/landing"
+ },
+ {
+ "name": "Speedy Hunt",
+ "type": "url",
+ "url": "https://speedyhunt.com/"
+ },
{
"name": "MIT PGP Key Server",
"type": "url",
From c98f9fadd2359282d744f5f45557783eb34e659e Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Tue, 2 Aug 2022 23:57:01 +0600
Subject: [PATCH 069/131] Reverse Dating / Adult section
---
public/arf.json | 60 ++++++++++++++++++++++++++++++++++---------------
1 file changed, 42 insertions(+), 18 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 31573d6a..78f26ff4 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -2778,29 +2778,31 @@
"url": "https://www.ayi.com/index.php"
},
{
- "name": "Plenty Of Fish.com",
+ "name": "Plenty Of Fish.com (R)",
"type": "url",
"url": "http://www.pof.com/"
},
{
- "name": "eHarmony",
+ "name": "eHarmony (R)",
"type": "url",
"url": "http://www.eharmony.com/"
},
{
- "name": "Farmers Only",
+ "name": "Farmers Only (R)",
"type": "url",
"url": "http://www.farmersonly.com/"
},
{
"name": "Zoosk",
"type": "url",
- "url": "https://www.zoosk.com/"
+ "url": "https://www.zoosk.com/",
+ "description": "Matching singles all around the world for over 13 years"
},
{
- "name": "OkCupid",
+ "name": "OkCupid (R)",
"type": "url",
- "url": "https://www.okcupid.com/"
+ "url": "https://www.okcupid.com/",
+ "description": "DATING FOR EVERY SINGLE PERSON"
},
{
"name": "Tinder (R)",
@@ -2808,24 +2810,27 @@
"url": "https://tinder.com/"
},
{
- "name": "Wamba.com",
+ "name": "Wamba.com (R)",
"type": "url",
"url": "http://wamba.com/"
},
{
- "name": "AdultFriendFinder",
+ "name": "AdultFriendFinder (R)",
"type": "url",
- "url": "http://adultfriendfinder.com/"
+ "url": "http://adultfriendfinder.com/",
+ "description": "Join the world's largest social network for adults"
},
{
"name": "Ashley Madison",
"type": "url",
- "url": "https://www.ashleymadison.com/"
+ "url": "https://www.ashleymadison.com/",
+ "description": "Adult matching service"
},
{
- "name": "BeautifulPeople.com",
+ "name": "BeautifulPeople.com (R)",
"type": "url",
- "url": "https://www.beautifulpeople.com/en-US"
+ "url": "https://www.beautifulpeople.com/en-US",
+ "description": "The Worlds Most Exclusive Dating Site For Beautiful People Only"
},
{
"name": "Badoo",
@@ -2835,24 +2840,43 @@
{
"name": "Spark.com",
"type": "url",
- "url": "https://www.spark.com/"
+ "url": "https://www.spark.com/",
+ "description": "The dating app powered by *self expression."
},
{
"name": "Meetup",
"type": "url",
- "url": "http://www.meetup.com/"
+ "url": "http://www.meetup.com/",
+ "description": "Celebrating 20 years of real connections on Meetup"
},
{
"name": "BlackPeopleMeet",
"type": "url",
- "url": "http://www.blackpeoplemeet.com/"
+ "url": "http://www.blackpeoplemeet.com/",
+ "description": "MEET OTHER BLACK SINGLES IN YOUR AREA"
+ },
+ {
+ "name": "tube8",
+ "type": "url",
+ "url": "https://www.tube8.com"
+ },
+ {
+ "name": "PornHub",
+ "type": "url",
+ "url": "https://www.pornhub.com"
+ },
+ {
+ "name": "Mamba",
+ "type": "url",
+ "url": "https://www.mamba.com"
},
{
"children": [
{
- "name": "TrueDater",
+ "name": "TrueDater (Germany)",
"type": "url",
- "url": "http://www.truedater.com/"
+ "url": "http://www.truedater.com/",
+ "description": "Alles rund um Dating, Liebe und Beziehungen"
},
{
"name": "WomanSavers",
@@ -2862,7 +2886,7 @@
"name": "Reviews of Users",
"type": "folder"
}],
- "name": "Dating",
+ "name": "Dating / Adult",
"type": "folder"
},
From 583c7a4410e73a40e761bc3047fed250260f9088 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Wed, 3 Aug 2022 00:02:35 +0600
Subject: [PATCH 070/131] Remove Dating / Adult to Peole Search Engines section
---
public/arf.json | 250 ++++++++++++++++++++++++------------------------
1 file changed, 125 insertions(+), 125 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index 78f26ff4..c325f92f 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -2760,136 +2760,136 @@
}],
"name": "Registries",
"type": "folder"
- }],
- "name": "People Search Engines",
- "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 (R)",
- "type": "url",
- "url": "http://www.pof.com/"
- },
- {
- "name": "eHarmony (R)",
- "type": "url",
- "url": "http://www.eharmony.com/"
- },
- {
- "name": "Farmers Only (R)",
- "type": "url",
- "url": "http://www.farmersonly.com/"
- },
- {
- "name": "Zoosk",
- "type": "url",
- "url": "https://www.zoosk.com/",
- "description": "Matching singles all around the world for over 13 years"
- },
- {
- "name": "OkCupid (R)",
- "type": "url",
- "url": "https://www.okcupid.com/",
- "description": "DATING FOR EVERY SINGLE PERSON"
- },
- {
- "name": "Tinder (R)",
- "type": "url",
- "url": "https://tinder.com/"
- },
- {
- "name": "Wamba.com (R)",
- "type": "url",
- "url": "http://wamba.com/"
- },
- {
- "name": "AdultFriendFinder (R)",
- "type": "url",
- "url": "http://adultfriendfinder.com/",
- "description": "Join the world's largest social network for adults"
- },
- {
- "name": "Ashley Madison",
- "type": "url",
- "url": "https://www.ashleymadison.com/",
- "description": "Adult matching service"
- },
- {
- "name": "BeautifulPeople.com (R)",
- "type": "url",
- "url": "https://www.beautifulpeople.com/en-US",
- "description": "The Worlds Most Exclusive Dating Site For Beautiful People Only"
- },
- {
- "name": "Badoo",
- "type": "url",
- "url": "https://badoo.us/"
- },
- {
- "name": "Spark.com",
- "type": "url",
- "url": "https://www.spark.com/",
- "description": "The dating app powered by *self expression."
- },
- {
- "name": "Meetup",
- "type": "url",
- "url": "http://www.meetup.com/",
- "description": "Celebrating 20 years of real connections on Meetup"
- },
- {
- "name": "BlackPeopleMeet",
- "type": "url",
- "url": "http://www.blackpeoplemeet.com/",
- "description": "MEET OTHER BLACK SINGLES IN YOUR AREA"
- },
- {
- "name": "tube8",
- "type": "url",
- "url": "https://www.tube8.com"
- },
- {
- "name": "PornHub",
- "type": "url",
- "url": "https://www.pornhub.com"
- },
- {
- "name": "Mamba",
- "type": "url",
- "url": "https://www.mamba.com"
},
{
"children": [
- {
- "name": "TrueDater (Germany)",
- "type": "url",
- "url": "http://www.truedater.com/",
- "description": "Alles rund um Dating, Liebe und Beziehungen"
- },
- {
- "name": "WomanSavers",
- "type": "url",
- "url": "http://www.womansavers.com/search-a-guy.asp"
- }],
- "name": "Reviews of Users",
- "type": "folder"
- }],
- "name": "Dating / Adult",
+ {
+ "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 (R)",
+ "type": "url",
+ "url": "http://www.pof.com/"
+ },
+ {
+ "name": "eHarmony (R)",
+ "type": "url",
+ "url": "http://www.eharmony.com/"
+ },
+ {
+ "name": "Farmers Only (R)",
+ "type": "url",
+ "url": "http://www.farmersonly.com/"
+ },
+ {
+ "name": "Zoosk",
+ "type": "url",
+ "url": "https://www.zoosk.com/",
+ "description": "Matching singles all around the world for over 13 years"
+ },
+ {
+ "name": "OkCupid (R)",
+ "type": "url",
+ "url": "https://www.okcupid.com/",
+ "description": "DATING FOR EVERY SINGLE PERSON"
+ },
+ {
+ "name": "Tinder (R)",
+ "type": "url",
+ "url": "https://tinder.com/"
+ },
+ {
+ "name": "Wamba.com (R)",
+ "type": "url",
+ "url": "http://wamba.com/"
+ },
+ {
+ "name": "AdultFriendFinder (R)",
+ "type": "url",
+ "url": "http://adultfriendfinder.com/",
+ "description": "Join the world's largest social network for adults"
+ },
+ {
+ "name": "Ashley Madison",
+ "type": "url",
+ "url": "https://www.ashleymadison.com/",
+ "description": "Adult matching service"
+ },
+ {
+ "name": "BeautifulPeople.com (R)",
+ "type": "url",
+ "url": "https://www.beautifulpeople.com/en-US",
+ "description": "The Worlds Most Exclusive Dating Site For Beautiful People Only"
+ },
+ {
+ "name": "Badoo",
+ "type": "url",
+ "url": "https://badoo.us/"
+ },
+ {
+ "name": "Spark.com",
+ "type": "url",
+ "url": "https://www.spark.com/",
+ "description": "The dating app powered by *self expression."
+ },
+ {
+ "name": "Meetup",
+ "type": "url",
+ "url": "http://www.meetup.com/",
+ "description": "Celebrating 20 years of real connections on Meetup"
+ },
+ {
+ "name": "BlackPeopleMeet",
+ "type": "url",
+ "url": "http://www.blackpeoplemeet.com/",
+ "description": "MEET OTHER BLACK SINGLES IN YOUR AREA"
+ },
+ {
+ "name": "tube8",
+ "type": "url",
+ "url": "https://www.tube8.com"
+ },
+ {
+ "name": "PornHub",
+ "type": "url",
+ "url": "https://www.pornhub.com"
+ },
+ {
+ "name": "Mamba",
+ "type": "url",
+ "url": "https://www.mamba.com"
+ },
+ {
+ "children": [
+ {
+ "name": "TrueDater (Germany)",
+ "type": "url",
+ "url": "http://www.truedater.com/",
+ "description": "Alles rund um Dating, Liebe und Beziehungen"
+ },
+ {
+ "name": "WomanSavers",
+ "type": "url",
+ "url": "http://www.womansavers.com/search-a-guy.asp"
+ }],
+ "name": "Reviews of Users",
+ "type": "folder"
+ }],
+ "name": "Dating / Adult",
+ "type": "folder"
+ }
+ ],
+ "name": "People Search Engines",
"type": "folder"
},
-
+
{
"children": [
{
From 52e182113e1918df0d59a5d9304a6c0267a29d6c Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Wed, 3 Aug 2022 00:08:17 +0600
Subject: [PATCH 071/131] Remove Username to People Search Engines section
---
public/arf.json | 201 ++++++++++++++++++++++++------------------------
1 file changed, 100 insertions(+), 101 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index c325f92f..e5884a85 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1363,106 +1363,6 @@
"type": "folder"
},
- {
- "children": [
- {
- "children": [
- {
- "name": "Namechk",
- "type": "url",
- "url": "https://namechk.com/",
- "description": "CHECK OVER 30 DOMAINS AND MORE THAN 90 SOCIAL MEDIA ACCOUNTS"
- },
- {
- "name": "Namechk (T)(U)",
- "type": "url",
- "url": "https://github.com/HA71/Namechk",
- "description": "Osint tool based on namechk.com for checking usernames on more than 100 websites, forums and social networks"
- },
- {
- "name": "NameCheckr",
- "type": "url",
- "url": "https://www.namecheckr.com/"
- },
- {
- "name": "UserSearch.org",
- "type": "url",
- "url": "https://usersearch.org/",
- "description": "Find someone by username or email on Social Networks, Dating Sites, Forums, Crypto Forums, Chat Sites and Blogs. 600+ sites Supported! Largest Reverse User Search Online!"
- },
- {
- "name": "WhatsMyName (T)",
- "type": "url",
- "url": "https://github.com/WebBreacher/WhatsMyName",
- "description": "This repository has the unified data required to perform user and username enumeration on various websites. Content is in a JSON file and can easily be used in other projects such as the ones below"
- },
- {
- "name": "Thats Them",
- "type": "url",
- "url": "https://thatsthem.com/",
- "description": "Free People Search Engine. Find Addresses, Phones, Emails, and Much More!"
- },
- {
- "name": "KnowEm? (R)(C)",
- "type": "url",
- "url": "https://knowem.com/",
- "description": "Search over 500 popular social networks, over 150 domain names, and the entire USPTO Trademark Database to instantly secure your brand on the internet"
- },
- {
- "name": "Check Usernames",
- "type": "url",
- "url": "http://checkusernames.com/",
- "description": "Check the use of your brand or username on 160 Social Networks"
- },
- {
- "name": "NameCheckup",
- "type": "url",
- "url": "https://namecheckup.com/",
- "description": "Find available username"
- },
- {
- "name": "Instant Username Search",
- "type": "url",
- "url": "https://instantusername.com/",
- "description": "Instant Username Search"
- }],
- "name": "Username Search Engines",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "Amazon Usernames (M)(D)",
- "type": "url",
- "url": "https://www.google.com/search?q=site:amazon.com+%3Cusername%3E"
- },
- {
- "name": "Amazon Wishlists (U)(D)",
- "type": "url",
- "url": "https://www.amazon.com/gp/registry/search.html/?ie=UTF8&type=wishlist"
- },
- {
- "name": "Github User (M)(D)",
- "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 (R)",
- "type": "url",
- "url": "https://keybase.io/"
- }],
- "name": "Specific Sites",
- "type": "folder"
- }],
- "name": "Username",
- "type": "folder"
- },
-
{
"children": [
{
@@ -2723,6 +2623,105 @@
"name": "General People Search",
"type": "folder"
},
+ {
+ "children": [
+ {
+ "children": [
+ {
+ "name": "Namechk",
+ "type": "url",
+ "url": "https://namechk.com/",
+ "description": "CHECK OVER 30 DOMAINS AND MORE THAN 90 SOCIAL MEDIA ACCOUNTS"
+ },
+ {
+ "name": "Namechk (T)(U)",
+ "type": "url",
+ "url": "https://github.com/HA71/Namechk",
+ "description": "Osint tool based on namechk.com for checking usernames on more than 100 websites, forums and social networks"
+ },
+ {
+ "name": "NameCheckr",
+ "type": "url",
+ "url": "https://www.namecheckr.com/"
+ },
+ {
+ "name": "UserSearch.org",
+ "type": "url",
+ "url": "https://usersearch.org/",
+ "description": "Find someone by username or email on Social Networks, Dating Sites, Forums, Crypto Forums, Chat Sites and Blogs. 600+ sites Supported! Largest Reverse User Search Online!"
+ },
+ {
+ "name": "WhatsMyName (T)",
+ "type": "url",
+ "url": "https://github.com/WebBreacher/WhatsMyName",
+ "description": "This repository has the unified data required to perform user and username enumeration on various websites. Content is in a JSON file and can easily be used in other projects such as the ones below"
+ },
+ {
+ "name": "Thats Them",
+ "type": "url",
+ "url": "https://thatsthem.com/",
+ "description": "Free People Search Engine. Find Addresses, Phones, Emails, and Much More!"
+ },
+ {
+ "name": "KnowEm? (R)(C)",
+ "type": "url",
+ "url": "https://knowem.com/",
+ "description": "Search over 500 popular social networks, over 150 domain names, and the entire USPTO Trademark Database to instantly secure your brand on the internet"
+ },
+ {
+ "name": "Check Usernames",
+ "type": "url",
+ "url": "http://checkusernames.com/",
+ "description": "Check the use of your brand or username on 160 Social Networks"
+ },
+ {
+ "name": "NameCheckup",
+ "type": "url",
+ "url": "https://namecheckup.com/",
+ "description": "Find available username"
+ },
+ {
+ "name": "Instant Username Search",
+ "type": "url",
+ "url": "https://instantusername.com/",
+ "description": "Instant Username Search"
+ }],
+ "name": "Username Search Engines",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "Amazon Usernames (M)(D)",
+ "type": "url",
+ "url": "https://www.google.com/search?q=site:amazon.com+%3Cusername%3E"
+ },
+ {
+ "name": "Amazon Wishlists (U)(D)",
+ "type": "url",
+ "url": "https://www.amazon.com/gp/registry/search.html/?ie=UTF8&type=wishlist"
+ },
+ {
+ "name": "Github User (M)(D)",
+ "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 (R)",
+ "type": "url",
+ "url": "https://keybase.io/"
+ }],
+ "name": "Specific Sites",
+ "type": "folder"
+ }],
+ "name": "Username",
+ "type": "folder"
+ },
{
"children": [
{
@@ -2889,7 +2888,7 @@
"name": "People Search Engines",
"type": "folder"
},
-
+
{
"children": [
{
From b9bed711bedb4c4550996ba5c16b31ac69d7a9c3 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Wed, 3 Aug 2022 00:32:12 +0600
Subject: [PATCH 072/131] Reverse Telephone numbers section
---
public/arf.json | 98 +++++++++++++++++++++++------------------
public/unavailable.json | 10 +++++
2 files changed, 64 insertions(+), 44 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index e5884a85..ce04da72 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -2894,7 +2894,7 @@
{
"children": [
{
- "name": "Slydial",
+ "name": "Slydial (R)(C)",
"type": "url",
"url": "https://www.slydial.com/"
}],
@@ -2906,125 +2906,134 @@
{
"name": "Numbering Plans",
"type": "url",
- "url": "https://www.numberingplans.com/?page=analysis&sub=phonenr"
+ "url": "https://www.numberingplans.com/?page=analysis&sub=phonenr",
+ "description": "Analysis of telephone numbers. Below you can find out all information we have on any phone number in the world. Simply enter the phone number in international format for correct results, a variety of notations are accepted as well though."
},
{
- "name": "Numberway",
+ "name": "ThisNumber (Numberway)",
"type": "url",
- "url": "https://www.numberway.com/"
+ "url": "https://www.numberway.com/",
+ "description": "International Phone Directories"
}],
"name": "International",
"type": "folder"
},
{
- "name": "Pipl API (M)",
+ "name": "Pipl API (M)(API)",
"type": "url",
"url": "https://api.pipl.com/search/v5/?phone=18887420000&key=sample_key&pretty=true"
},
- {
- "name": "WhoCalld",
- "type": "url",
- "url": "https://whocalld.com/"
- },
{
"name": "411",
"type": "url",
- "url": "http://www.411.com/reverse_phone"
+ "url": "http://www.411.com/reverse_phone",
+ "description": "Lookup phone numbers & find out more about who is calling you"
},
{
- "name": "CallerID Test",
+ "name": "CallerID Test (R)(C)",
"type": "url",
- "url": "http://www.calleridtest.com/"
+ "url": "http://www.calleridtest.com/",
+ "description": "We provide a better way to get the phone data you need with less effort. We've been the trusted leader in Caller ID search since 2014."
},
{
"name": "ThatsThem - Reverse Phone Lookup",
"type": "url",
- "url": "https://thatsthem.com/reverse-phone-lookup"
+ "url": "https://thatsthem.com/reverse-phone-lookup",
+ "description": "Reverse Phone Lookup. Find Out Who Owns a Phone Number FOR FREE"
},
{
- "name": "Twilio Lookup",
+ "name": "Twilio Lookup (R)(C)",
"type": "url",
- "url": "https://www.twilio.com/lookup"
+ "url": "https://www.twilio.com/lookup",
+ "description": "Twilio Phone Lookup and Virtual Numbers"
},
{
"name": "Fone Finder",
"type": "url",
- "url": "http://www.fonefinder.net/"
+ "url": "http://www.fonefinder.net/",
+ "description": "Search for USA/Canadian telephone numbers"
},
{
- "name": "True Caller",
+ "name": "True Caller (R)(C)",
"type": "url",
- "url": "http://www.truecaller.com/"
+ "url": "https://www.truecaller.com/",
+ "description": "The world’s Best Caller ID and Spam Blocking app"
},
{
"name": "Reverse Genie",
"type": "url",
- "url": "http://www.reversegenie.com/phone.php"
+ "url": "http://www.reversegenie.com/phone.php",
+ "description": "Reverse Phone Lookup"
},
{
"name": "SpyDialer",
"type": "url",
- "url": "http://www.spydialer.com/default.aspx"
+ "url": "http://www.spydialer.com/default.aspx",
+ "description": "FREE REVERSE PHONE LOOKUP SEARCH"
},
{
- "name": "Phone Validator",
+ "name": "Phone Validator (R)",
"type": "url",
- "url": "http://www.phonevalidator.com/"
+ "url": "http://www.phonevalidator.com/",
+ "description": "Free Phone Validation"
},
{
"name": "Free Carrier Lookup",
"type": "url",
- "url": "http://freecarrierlookup.com/"
+ "url": "http://freecarrierlookup.com/",
+ "description": "Enter a phone number and we'll return the carrier name and whether the number is wireless or landline. We have the latest data so our results are highly up-to-date and accurate for most countries. We also return the email-to-SMS and email-to-MMS gateway addresses for USA and Canadian* phone numbers."
},
{
- "name": "Mr. Number (M)",
+ "name": "Hiya (Mr. Number) (R)(C)",
"type": "url",
- "url": "http://mrnumber.com/1-888-742-0000"
- },
- {
- "name": "CallerIDService.com (R)",
- "type": "url",
- "url": "http://www.calleridservice.com/"
+ "url": "https://www.hiya.com/",
+ "description": "Hiya identifies calls you want and blocks numbers you want to avoid, and comes with options like auto-blocking and reverse phone lookup."
},
{
"name": "Next Caller (R)",
"type": "url",
- "url": "https://nextcaller.com/"
+ "url": "https://nextcaller.com/",
+ "description": "VeriCall Technology. ANI Validation & Spoof Detection"
},
{
- "name": "Data24-7 (R)",
+ "name": "Data24-7 (R)(C)",
"type": "url",
- "url": "https://www.data24-7.com/signup.php"
+ "url": "https://www.data24-7.com",
+ "description": "Use better data to make better business decisions"
},
{
- "name": "HLR Lookup Portal (R)",
+ "name": "HLR Lookup Portal (R)(C)(API)",
"type": "url",
- "url": "https://www.hlr-lookups.com/"
+ "url": "https://www.hlr-lookups.com/",
+ "description": "Enterprise HLR Lookup Platform and API"
},
{
- "name": "OpenCNAM",
+ "name": "OpenCNAM (R)(C)",
"type": "url",
- "url": "https://www.opencnam.com/"
+ "url": "https://www.opencnam.com/",
+ "description": "Consumers and businesses need their names accurately displayed, so people will respond when they receive a call or a text. Increase response with the most accurate Caller ID available. "
},
{
- "name": "OpenCNAM API",
+ "name": "OpenCNAM API (R)(API)",
"type": "url",
"url": "http://api.opencnam.com/v2/phone/+19073372323"
},
{
- "name": "USPhoneBook",
+ "name": "USPhoneBook (R)",
"type": "url",
"url": "https://www.usphonebook.com"
},
{
- "name": "Numspy",
+ "name": "Numspy (R)(C)",
"type": "python3 Module",
- "url": "https://bhattsameer.github.io/numspy"
+ "url": "https://bhattsameer.github.io/numspy",
+ "description": "A python module for sending free sms as well as finding details of mobile number via website Way2sms."
},
{
- "name": "Numspy-Api",
+ "name": "Numspy-Api (R)(C)(API)",
"type": "url",
- "url": "https://numspy.pythonanywhere.com/"
+ "url": "https://numspy.pythonanywhere.com/",
+ "description": "PythonAnywhere lets you host, run, and code Python in the cloud. Our free plan gives you access to machines with everything already set up for you. You can develop and host your website or any other code directly from your browser without having to install software or manage your own server."
}],
"name": "Telephone Numbers",
"type": "folder"
@@ -3337,6 +3346,7 @@
"name": "Public Records",
"type": "folder"
},
+
{
"children": [
{
diff --git a/public/unavailable.json b/public/unavailable.json
index 61ee1567..92f97bae 100644
--- a/public/unavailable.json
+++ b/public/unavailable.json
@@ -236,6 +236,16 @@
"type": "url",
"url": "http://www.peepdb.com/"
},
+ {
+ "name": "CallerIDService.com (R)",
+ "type": "url",
+ "url": "http://www.calleridservice.com/"
+ },
+ {
+ "name": "WhoCalld",
+ "type": "url",
+ "url": "https://whocalld.com/"
+ },
{
"name": "Snoop Station",
"type": "url",
From 8b89931edbee610eda7901195a0172af146c25b0 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Wed, 3 Aug 2022 01:00:25 +0600
Subject: [PATCH 073/131] Remove Metadata to Images / Videos / Docs section
---
public/arf.json | 364 +++++++++++++++++++++++++-----------------------
1 file changed, 187 insertions(+), 177 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index ce04da72..c3cbf600 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -1176,6 +1176,8 @@
"type": "folder"
},
+ {
+ "children": [
{
"children": [
{
@@ -1360,7 +1362,159 @@
}
],
"name": "Email Address",
- "type": "folder"
+ "type": "folder"},
+ {
+ "children": [
+ {
+ "children": [
+ {
+ "name": "Slydial (R)(C)",
+ "type": "url",
+ "url": "https://www.slydial.com/"
+ }],
+ "name": "Voicemail",
+ "type": "folder"
+ },
+ {
+ "children": [
+ {
+ "name": "Numbering Plans",
+ "type": "url",
+ "url": "https://www.numberingplans.com/?page=analysis&sub=phonenr",
+ "description": "Analysis of telephone numbers. Below you can find out all information we have on any phone number in the world. Simply enter the phone number in international format for correct results, a variety of notations are accepted as well though."
+ },
+ {
+ "name": "ThisNumber (Numberway)",
+ "type": "url",
+ "url": "https://www.numberway.com/",
+ "description": "International Phone Directories"
+ }],
+ "name": "International",
+ "type": "folder"
+ },
+ {
+ "name": "Pipl API (M)(API)",
+ "type": "url",
+ "url": "https://api.pipl.com/search/v5/?phone=18887420000&key=sample_key&pretty=true"
+ },
+ {
+ "name": "411",
+ "type": "url",
+ "url": "http://www.411.com/reverse_phone",
+ "description": "Lookup phone numbers & find out more about who is calling you"
+ },
+ {
+ "name": "CallerID Test (R)(C)",
+ "type": "url",
+ "url": "http://www.calleridtest.com/",
+ "description": "We provide a better way to get the phone data you need with less effort. We've been the trusted leader in Caller ID search since 2014."
+ },
+ {
+ "name": "ThatsThem - Reverse Phone Lookup",
+ "type": "url",
+ "url": "https://thatsthem.com/reverse-phone-lookup",
+ "description": "Reverse Phone Lookup. Find Out Who Owns a Phone Number FOR FREE"
+ },
+ {
+ "name": "Twilio Lookup (R)(C)",
+ "type": "url",
+ "url": "https://www.twilio.com/lookup",
+ "description": "Twilio Phone Lookup and Virtual Numbers"
+ },
+ {
+ "name": "Fone Finder",
+ "type": "url",
+ "url": "http://www.fonefinder.net/",
+ "description": "Search for USA/Canadian telephone numbers"
+ },
+ {
+ "name": "True Caller (R)(C)",
+ "type": "url",
+ "url": "https://www.truecaller.com/",
+ "description": "The world’s Best Caller ID and Spam Blocking app"
+ },
+ {
+ "name": "Reverse Genie",
+ "type": "url",
+ "url": "http://www.reversegenie.com/phone.php",
+ "description": "Reverse Phone Lookup"
+ },
+ {
+ "name": "SpyDialer",
+ "type": "url",
+ "url": "http://www.spydialer.com/default.aspx",
+ "description": "FREE REVERSE PHONE LOOKUP SEARCH"
+ },
+ {
+ "name": "Phone Validator (R)",
+ "type": "url",
+ "url": "http://www.phonevalidator.com/",
+ "description": "Free Phone Validation"
+ },
+ {
+ "name": "Free Carrier Lookup",
+ "type": "url",
+ "url": "http://freecarrierlookup.com/",
+ "description": "Enter a phone number and we'll return the carrier name and whether the number is wireless or landline. We have the latest data so our results are highly up-to-date and accurate for most countries. We also return the email-to-SMS and email-to-MMS gateway addresses for USA and Canadian* phone numbers."
+ },
+ {
+ "name": "Hiya (Mr. Number) (R)(C)",
+ "type": "url",
+ "url": "https://www.hiya.com/",
+ "description": "Hiya identifies calls you want and blocks numbers you want to avoid, and comes with options like auto-blocking and reverse phone lookup."
+ },
+ {
+ "name": "Next Caller (R)",
+ "type": "url",
+ "url": "https://nextcaller.com/",
+ "description": "VeriCall Technology. ANI Validation & Spoof Detection"
+ },
+ {
+ "name": "Data24-7 (R)(C)",
+ "type": "url",
+ "url": "https://www.data24-7.com",
+ "description": "Use better data to make better business decisions"
+ },
+ {
+ "name": "HLR Lookup Portal (R)(C)(API)",
+ "type": "url",
+ "url": "https://www.hlr-lookups.com/",
+ "description": "Enterprise HLR Lookup Platform and API"
+ },
+ {
+ "name": "OpenCNAM (R)(C)",
+ "type": "url",
+ "url": "https://www.opencnam.com/",
+ "description": "Consumers and businesses need their names accurately displayed, so people will respond when they receive a call or a text. Increase response with the most accurate Caller ID available. "
+ },
+ {
+ "name": "OpenCNAM API (R)(API)",
+ "type": "url",
+ "url": "http://api.opencnam.com/v2/phone/+19073372323"
+ },
+ {
+ "name": "USPhoneBook (R)",
+ "type": "url",
+ "url": "https://www.usphonebook.com"
+ },
+ {
+ "name": "Numspy (R)(C)",
+ "type": "python3 Module",
+ "url": "https://bhattsameer.github.io/numspy",
+ "description": "A python module for sending free sms as well as finding details of mobile number via website Way2sms."
+ },
+ {
+ "name": "Numspy-Api (R)(C)(API)",
+ "type": "url",
+ "url": "https://numspy.pythonanywhere.com/",
+ "description": "PythonAnywhere lets you host, run, and code Python in the cloud. Our free plan gives you access to machines with everything already set up for you. You can develop and host your website or any other code directly from your browser without having to install software or manage your own server."
+ }],
+ "name": "Telephone Numbers",
+ "type": "folder"
+ }
+ ],
+ "name": "Email Addresses & Phones",
+ "type": "folder"
},
{
@@ -1872,7 +2026,36 @@
}],
"name": "Fonts",
"type": "folder"
- }],
+ },
+ {
+ "children": [
+ {
+ "name": "ExifTool (T)(API)",
+ "type": "url",
+ "url": "http://www.sno.phy.queensu.ca/~phil/exiftool/",
+ "description": "ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files. ExifTool supports many different metadata formats including EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP and ID3, Lyrics3, as well as the maker notes of many digital cameras by Canon, Casio, DJI, FLIR, FujiFilm, GE, GoPro, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Motorola, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony."
+ },
+ {
+ "name": "Metagoofil (T)",
+ "type": "url",
+ "url": "http://www.edge-security.com/metagoofil.php",
+ "description": "Metagoofil is an information gathering tool designed for extracting metadata of public documents (pdf,doc,xls,ppt,docx,pptx,xlsx) belonging to a target company."
+ },
+ {
+ "name": "FOCA (T)",
+ "type": "url",
+ "url": "https://www.elevenpaths.com/labstools/foca/index.html"
+ },
+ {
+ "name": "CodeTwo Outlook Export (T)(R)(C)",
+ "type": "url",
+ "url": "https://www.codetwo.com/freeware/outlook-export/",
+ "description": "CodeTwo Outlook Export is a free tool for exporting data from Microsoft Outlook to CSV text files. The program allows exporting much more data than offered by the built-in export feature in Outlook, allowing the export of non-standard user-defined fields from Outlook and is quicker and easier to use. Data can be exported from folders of all types, such as Contacts, Calendar, E-mail, Post, Tasks, Journal, Notes."
+ }
+ ],
+ "name": "Metadata",
+ "type": "folder"
+ }],
"name": "Images / Videos / Docs",
"type": "folder"
},
@@ -2889,156 +3072,6 @@
"type": "folder"
},
- {
- "children": [
- {
- "children": [
- {
- "name": "Slydial (R)(C)",
- "type": "url",
- "url": "https://www.slydial.com/"
- }],
- "name": "Voicemail",
- "type": "folder"
- },
- {
- "children": [
- {
- "name": "Numbering Plans",
- "type": "url",
- "url": "https://www.numberingplans.com/?page=analysis&sub=phonenr",
- "description": "Analysis of telephone numbers. Below you can find out all information we have on any phone number in the world. Simply enter the phone number in international format for correct results, a variety of notations are accepted as well though."
- },
- {
- "name": "ThisNumber (Numberway)",
- "type": "url",
- "url": "https://www.numberway.com/",
- "description": "International Phone Directories"
- }],
- "name": "International",
- "type": "folder"
- },
- {
- "name": "Pipl API (M)(API)",
- "type": "url",
- "url": "https://api.pipl.com/search/v5/?phone=18887420000&key=sample_key&pretty=true"
- },
- {
- "name": "411",
- "type": "url",
- "url": "http://www.411.com/reverse_phone",
- "description": "Lookup phone numbers & find out more about who is calling you"
- },
- {
- "name": "CallerID Test (R)(C)",
- "type": "url",
- "url": "http://www.calleridtest.com/",
- "description": "We provide a better way to get the phone data you need with less effort. We've been the trusted leader in Caller ID search since 2014."
- },
- {
- "name": "ThatsThem - Reverse Phone Lookup",
- "type": "url",
- "url": "https://thatsthem.com/reverse-phone-lookup",
- "description": "Reverse Phone Lookup. Find Out Who Owns a Phone Number FOR FREE"
- },
- {
- "name": "Twilio Lookup (R)(C)",
- "type": "url",
- "url": "https://www.twilio.com/lookup",
- "description": "Twilio Phone Lookup and Virtual Numbers"
- },
- {
- "name": "Fone Finder",
- "type": "url",
- "url": "http://www.fonefinder.net/",
- "description": "Search for USA/Canadian telephone numbers"
- },
- {
- "name": "True Caller (R)(C)",
- "type": "url",
- "url": "https://www.truecaller.com/",
- "description": "The world’s Best Caller ID and Spam Blocking app"
- },
- {
- "name": "Reverse Genie",
- "type": "url",
- "url": "http://www.reversegenie.com/phone.php",
- "description": "Reverse Phone Lookup"
- },
- {
- "name": "SpyDialer",
- "type": "url",
- "url": "http://www.spydialer.com/default.aspx",
- "description": "FREE REVERSE PHONE LOOKUP SEARCH"
- },
- {
- "name": "Phone Validator (R)",
- "type": "url",
- "url": "http://www.phonevalidator.com/",
- "description": "Free Phone Validation"
- },
- {
- "name": "Free Carrier Lookup",
- "type": "url",
- "url": "http://freecarrierlookup.com/",
- "description": "Enter a phone number and we'll return the carrier name and whether the number is wireless or landline. We have the latest data so our results are highly up-to-date and accurate for most countries. We also return the email-to-SMS and email-to-MMS gateway addresses for USA and Canadian* phone numbers."
- },
- {
- "name": "Hiya (Mr. Number) (R)(C)",
- "type": "url",
- "url": "https://www.hiya.com/",
- "description": "Hiya identifies calls you want and blocks numbers you want to avoid, and comes with options like auto-blocking and reverse phone lookup."
- },
- {
- "name": "Next Caller (R)",
- "type": "url",
- "url": "https://nextcaller.com/",
- "description": "VeriCall Technology. ANI Validation & Spoof Detection"
- },
- {
- "name": "Data24-7 (R)(C)",
- "type": "url",
- "url": "https://www.data24-7.com",
- "description": "Use better data to make better business decisions"
- },
- {
- "name": "HLR Lookup Portal (R)(C)(API)",
- "type": "url",
- "url": "https://www.hlr-lookups.com/",
- "description": "Enterprise HLR Lookup Platform and API"
- },
- {
- "name": "OpenCNAM (R)(C)",
- "type": "url",
- "url": "https://www.opencnam.com/",
- "description": "Consumers and businesses need their names accurately displayed, so people will respond when they receive a call or a text. Increase response with the most accurate Caller ID available. "
- },
- {
- "name": "OpenCNAM API (R)(API)",
- "type": "url",
- "url": "http://api.opencnam.com/v2/phone/+19073372323"
- },
- {
- "name": "USPhoneBook (R)",
- "type": "url",
- "url": "https://www.usphonebook.com"
- },
- {
- "name": "Numspy (R)(C)",
- "type": "python3 Module",
- "url": "https://bhattsameer.github.io/numspy",
- "description": "A python module for sending free sms as well as finding details of mobile number via website Way2sms."
- },
- {
- "name": "Numspy-Api (R)(C)(API)",
- "type": "url",
- "url": "https://numspy.pythonanywhere.com/",
- "description": "PythonAnywhere lets you host, run, and code Python in the cloud. Our free plan gives you access to machines with everything already set up for you. You can develop and host your website or any other code directly from your browser without having to install software or manage your own server."
- }],
- "name": "Telephone Numbers",
- "type": "folder"
- },
-
{
"children": [
{
@@ -3637,6 +3670,7 @@
"name": "Business Records",
"type": "folder"
},
+
{
"children": [
{
@@ -4979,31 +5013,7 @@
"name": "Language Translation",
"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://www.elevenpaths.com/labstools/foca/index.html"
- },
- {
- "name": "CodeTwo Outlook Export (T)",
- "type": "url",
- "url": "http://www.codetwo.com/freeware/outlook-export/"
- }],
- "name": "Metadata",
- "type": "folder"
- },
+
{
"children": [
{
From ed3d255b832b52d668edd4ec8f381c7156a1c0a9 Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Wed, 3 Aug 2022 01:04:11 +0600
Subject: [PATCH 074/131] Optimize Metatada sections
---
public/arf.json | 47 ++++++++++++++++++++---------------------------
1 file changed, 20 insertions(+), 27 deletions(-)
diff --git a/public/arf.json b/public/arf.json
index c3cbf600..081d2dc8 100644
--- a/public/arf.json
+++ b/public/arf.json
@@ -2027,35 +2027,28 @@
"name": "Fonts",
"type": "folder"
},
+ {
+ "children": [
{
- "children": [
- {
- "name": "ExifTool (T)(API)",
- "type": "url",
- "url": "http://www.sno.phy.queensu.ca/~phil/exiftool/",
- "description": "ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files. ExifTool supports many different metadata formats including EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP and ID3, Lyrics3, as well as the maker notes of many digital cameras by Canon, Casio, DJI, FLIR, FujiFilm, GE, GoPro, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Motorola, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony."
- },
- {
- "name": "Metagoofil (T)",
- "type": "url",
- "url": "http://www.edge-security.com/metagoofil.php",
- "description": "Metagoofil is an information gathering tool designed for extracting metadata of public documents (pdf,doc,xls,ppt,docx,pptx,xlsx) belonging to a target company."
- },
- {
- "name": "FOCA (T)",
- "type": "url",
- "url": "https://www.elevenpaths.com/labstools/foca/index.html"
- },
- {
- "name": "CodeTwo Outlook Export (T)(R)(C)",
- "type": "url",
- "url": "https://www.codetwo.com/freeware/outlook-export/",
- "description": "CodeTwo Outlook Export is a free tool for exporting data from Microsoft Outlook to CSV text files. The program allows exporting much more data than offered by the built-in export feature in Outlook, allowing the export of non-standard user-defined fields from Outlook and is quicker and easier to use. Data can be exported from folders of all types, such as Contacts, Calendar, E-mail, Post, Tasks, Journal, Notes."
- }
- ],
- "name": "Metadata",
- "type": "folder"
+ "name": "Metagoofil (T)",
+ "type": "url",
+ "url": "http://www.edge-security.com/metagoofil.php",
+ "description": "Metagoofil is an information gathering tool designed for extracting metadata of public documents (pdf,doc,xls,ppt,docx,pptx,xlsx) belonging to a target company."
+ },
+ {
+ "name": "FOCA (T)",
+ "type": "url",
+ "url": "https://www.elevenpaths.com/labstools/foca/index.html"
+ },
+ {
+ "name": "CodeTwo Outlook Export (T)(R)(C)",
+ "type": "url",
+ "url": "https://www.codetwo.com/freeware/outlook-export/",
+ "description": "CodeTwo Outlook Export is a free tool for exporting data from Microsoft Outlook to CSV text files. The program allows exporting much more data than offered by the built-in export feature in Outlook, allowing the export of non-standard user-defined fields from Outlook and is quicker and easier to use. Data can be exported from folders of all types, such as Contacts, Calendar, E-mail, Post, Tasks, Journal, Notes."
}],
+ "name": "Metadata",
+ "type": "folder"
+ }],
"name": "Images / Videos / Docs",
"type": "folder"
},
From 55a4e6192f0e91480bef8bee5e2c5b546ed08f9b Mon Sep 17 00:00:00 2001
From: Maxim Borschev
Date: Wed, 3 Aug 2022 15:06:22 +0600
Subject: [PATCH 075/131] Change legend
---
README.md | 1 +
public/index.html | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5a3637de..7f583a6d 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ https://osintframework.com
(C) - For commercial use / paid service
(M) - Indicates a URL that contains the search term and the URL itself must be edited manually
(U) - Currently unsupported, unmaintained or deprecated
+(I) - By Invitation
### For Update Notifications
Follow me on Twitter: @jnordine - https://twitter.com/jnordine
diff --git a/public/index.html b/public/index.html
index 92f87648..581f29a6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -21,7 +21,7 @@
(D) - Google Dork: Google Hacking. (API) - Contains API
(R) - Requires registration. (C) - For commercial use / paid service
(M) - Indicates a URL that contains the search term and the URL itself must be edited manually
- (U) - Currently unsupported, unmaintained or deprecated
+ (U) - Currently unsupported, unmaintained or deprecated. (I) - By Invitation