https://github.com/gocaio/goca
Goca Scanner
https://github.com/gocaio/goca
go golang metadata osint pentest
Last synced: 9 days ago
JSON representation
Goca Scanner
- Host: GitHub
- URL: https://github.com/gocaio/goca
- Owner: gocaio
- License: apache-2.0
- Created: 2019-02-14T08:01:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T20:56:18.000Z (over 1 year ago)
- Last Synced: 2025-03-30T01:06:40.880Z (16 days ago)
- Topics: go, golang, metadata, osint, pentest
- Language: Go
- Homepage: https://goca.io
- Size: 32 MB
- Stars: 329
- Watchers: 13
- Forks: 44
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- Awesome-Pentest - Goca - 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. (OSINT / Metadata Tools)
- cybersecurity-golang-security - goca - Goca Scanner https://goca.io (Recon)
- awesome-go-security - goca - Goca Scanner https://goca.io (Recon)
README

[](https://t.me/GocaIO)
[](https://travis-ci.org/gocaio/goca)
[](https://github.com/gocaio/goca/issues)
[](https://github.com/gocaio/goca/tags)
[](https://golang.org/dl/)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/gocaio/goca/blob/master/CONTRIBUTING.md)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fgocaio%2Fgoca?ref=badge_shield)**Goca** is a [FOCA](https://github.com/ElevenPaths/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
+ [ ] AskThen 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**](https://github.com/gocaio/goca/releases)
To build from source, you will need Go installed.
```bash
$ export GO111MODULE=on
$ go get ./...
$ go run goca/goca.go -h
```To run Goca from Docker:
```bash
$ docker build -t gocaio/goca /path/to/goca
$ docker run gocaio/goca -h
```***
## Contributing Guide
Please reade the Contributing guide:
+ [Contributing](CONTRIBUTING.md)
***
## Documentation
Refer to the [Official Doc](https://github.com/gocaio/Doc).
## License
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fgocaio%2Fgoca?ref=badge_large)