Kali Linux

Gotanda : Browser Web Extension For OSINT

Gotanda is OSINT(Open Source Intelligence) Web Extension for Firefox/Chrome.

This Web Extension could search OSINT information from some IOC in web page.(IP,Domain,URL,SNS…etc)

This Repository partly the studying and JavaScript practice.

Download link below.

  • FireFox
  • Chrome

Usage

Right click highlighted IOC strings, It will show contextmenus.(Or right clicking any link. )

When You want to search using some engine, You choose one of list.

Search Engine List

NameURLCategory
Domain Toolshttps://whois.domaintools.com/whois Lookup
Security Trailshttps://securitytrails.com/whois lookup
whoisdshttps://whoisds.com/whois lookup
ThreatCrowdhttps://www.threatcrowd.org/Domain, IPv4
AbuseIPDBhttps://www.abuseipdb.com/IPv4
HackerTargethttps://hackertarget.com/IPv4
Censyshttps://censys.io/IP, Domain
Shodanhttps://shodan.io/IP, Domain
FOFAhttps://fofa.so/IP, Domain
VirusTotalhttps://virustotal.com/IP, Domain, URL,Hash
GreyNoisehttps://viz.greynoise.io/IPv4
IPAlyzerhttps://ipalyzer.com/IPv4
Tor Relay Searchhttps://metrics.torproject.org/IP,Domain
Domain Watchhttps://domainwat.ch/Domain, Email,whois lookup
crt.shhttps://crt.sh/SSL-certificate
SecurityHeadershttps://securityheaders.com/URL, Domain
DNSlyticshttps://dnslytics.com/IPv4,IPv6,ASN
URLscanhttps://urlscan.io/URL
Ultratoolshttps://www.ultratools.com/IPv6
Wayback Machinehttps://web.archive.orgURL
agusehttps://www.aguse.jp/URL
check-hosthttps://check-host.net/URL
CIRCLhttps://cve.circl.lu/CVE
FortiGuardhttps://fortiguard.com/CVE
Sploitushttps://sploitus.com/CVE
Vulmonhttps://vulmon.com/CVE
CXSecurityhttps://cxsecurity.com/CVE
Vulncode-DBhttps://www.vulncode-db.com/CVE
Malsharehttps://malshare.com/MD5 Hash
ThreatCrowdhttps://www.threatcrowd.org/IP,Domain
Hybrid Analysishttps://www.hybrid-analysis.com/hash
Twitterhttps://twitter.com/SNS, w/TimeLine
Qiitahttps://qiita.comSNS
GitHubhttps://github.comSNS
Facebookhttps://www.facebook.com/SNS, w/TimeLine
Instagramhttps://www.instagram.com/SNS
LinkedInhttps://linkedin.com/SNS
Pinteresthttps://www.pinterest.jpSNS
reddithttps://www.reddit.com/SNS

About Twitter and FaceBook could search timeline with any words.

R K

Recent Posts

Bash Scripting Best Practices Every Beginner Should Know

Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…

2 hours ago

How To Create A Self-Signed SSL Certificate Using Bash And OpenSSL

Introduction A self-signed SSL certificate is a certificate that is created and signed by the…

3 hours ago

How To Debug Bash Scripts Using bash -x And set Commands

Introduction Debugging is an important part of Bash scripting. When a script does not work…

7 hours ago

How To Use Cron Jobs With Bash Scripts For Automation

Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…

8 hours ago

How To Use Pipes In Bash Scripts For Command Chaining

Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…

9 hours ago

How To Use grep, awk, And sed In Bash Scripts

Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…

10 hours ago