All Projects → gocaio → Goca

gocaio / Goca

Licence: apache-2.0
Goca Scanner

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Goca

Reconspider
🔎 Most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations.
Stars: ✭ 621 (+121%)
Mutual labels:  osint, pentest
Metaforge
An OSINT Metadata analyzing tool that filters through tags and creates reports
Stars: ✭ 63 (-77.58%)
Mutual labels:  osint, metadata
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+2349.11%)
Mutual labels:  osint, pentest
Sifter
Sifter aims to be a fully loaded Op Centre for Pentesters
Stars: ✭ 403 (+43.42%)
Mutual labels:  osint, pentest
PyParser-CVE
Multi source CVE/exploit parser.
Stars: ✭ 25 (-91.1%)
Mutual labels:  osint, pentest
Goohak
Automatically Launch Google Hacking Queries Against A Target Domain
Stars: ✭ 432 (+53.74%)
Mutual labels:  osint, pentest
Social Analyzer
API, CLI & Web App for analyzing & finding a person's profile across +1000 social media \ websites (Detections are updated regularly by automated systems)
Stars: ✭ 8,449 (+2906.76%)
Mutual labels:  osint, pentest
Snoop
Snoop — инструмент разведки на основе открытых данных (OSINT world)
Stars: ✭ 886 (+215.3%)
Mutual labels:  osint, pentest
Oblivion
Data leak checker & OSINT Tool
Stars: ✭ 237 (-15.66%)
Mutual labels:  osint, pentest
Intrec Pack
Intelligence and Reconnaissance Package/Bundle installer.
Stars: ✭ 177 (-37.01%)
Mutual labels:  osint, pentest
Gosint
OSINT Swiss Army Knife
Stars: ✭ 401 (+42.7%)
Mutual labels:  osint, pentest
Pentest-Bookmarkz
A collection of useful links for Pentesters
Stars: ✭ 118 (-58.01%)
Mutual labels:  osint, pentest
Pymeta
Pymeta will search the web for files on a domain to download and extract metadata. This technique can be used to identify: domains, usernames, software/version numbers and naming conventions.
Stars: ✭ 170 (-39.5%)
Mutual labels:  metadata, pentest
Dorknet
Selenium powered Python script to automate searching for vulnerable web apps.
Stars: ✭ 256 (-8.9%)
Mutual labels:  osint, pentest
Offensive Dockerfiles
Offensive tools as Dockerfiles. Lightweight & Ready to go
Stars: ✭ 150 (-46.62%)
Mutual labels:  osint, pentest
flydns
Related subdomains finder
Stars: ✭ 29 (-89.68%)
Mutual labels:  osint, pentest
aquatone
A Tool for Domain Flyovers
Stars: ✭ 43 (-84.7%)
Mutual labels:  osint, pentest
Stalkphish
StalkPhish - The Phishing kits stalker, harvesting phishing kits for investigations.
Stars: ✭ 256 (-8.9%)
Mutual labels:  osint
Datahub
The Metadata Platform for the Modern Data Stack
Stars: ✭ 4,232 (+1406.05%)
Mutual labels:  metadata
Bioformats
Bio-Formats is a Java library for reading and writing data in life sciences image file formats. It is developed by the Open Microscopy Environment. Bio-Formats is released under the GNU General Public License (GPL); commercial licenses are available from Glencoe Software.
Stars: ✭ 256 (-8.9%)
Mutual labels:  metadata

Build Status GitHub Issues GitHub tag Go Version License Contribute Yes FOSSA Status

Goca is a FOCA fork written in Go, which is a tool used mainly to find metadata and hidden information in the documents its scans. These documents may be on web pages, and can be downloaded and analyzed with Goca.

It is capable of analyzing a wide variety of documents, with the most common being Microsoft Office, Open Office, or PDF files, although it also analyzes Adobe InDesign or SVG files, for instance.

These documents are searched for using search engines such as:

  • [x] Google
  • [ ] Bing
  • [ ] DuckDuckGo
  • [ ] Yahoo
  • [ ] Ask

Then downloads the documents and extracts the EXIF information from graphic files, and a complete analysis of the information discovered through the URL is conducted even before downloading the file.


USAGE

Download built packages from Releases

To build from source, you will need Go installed.

$ export GO111MODULE=on 
$ go get ./...
$ go run goca/goca.go -h

To run Goca from Docker:

$ docker build -t gocaio/goca /path/to/goca
$ docker run gocaio/goca -h

Contributing Guide

Please reade the Contributing guide:


Documentation

Refer to the Official Doc.

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].