> For the complete documentation index, see [llms.txt](https://viperone.gitbook.io/pentest-everything/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://viperone.gitbook.io/pentest-everything/everything/everything-osint/image-osint.md).

# Image OSINT

## Reverse Image Searching

{% embed url="<https://images.google.com>" %}

[<mark style="color:red;">Google images</mark>](https://www.google.com/imghp?hl=en) can be utilized to perform a reverse image search. Simply drag and drop an image into the search to find other instances and similar images to the one uploaded.

Google search operators can be used inline with the image search to further modify the results. For example related URLs can be redacted *"-www -twitter.com -reddit.com"*

![](/files/JpBjbm2aj2AARjl8uvrC)

[<mark style="color:red;">TinEye</mark>](https://tineye.com) can also be used for reverse image searching. TinEye can also be used with filters and by website / collection filter.

![https://tineye.com/](/files/FVOFbrBarjLd4oQ1dugZ)

### Resources

**Google Image Search:** <https://images.google.com>

**Yandex:** <https://yandex.com>

**TinEye:** <https://tineye.com>

## Exif Data

### Exiftool

**URL:** <https://github.com/exiftool/exiftool>

```bash
exiftool <File>
```

![](/files/bVQQ32x1L8zh8lXa98mp)

### Jeffrey's Image Metadata Viewer

[Jeffrey's Image Metadata Viewer](http://exif.regex.info/exif.cgi), a web based tool can be used to view EXIF information from images. This tool can be used to view information such as what device a picture was taken on and at what time and where.

![](/files/SeGclvIFZ9ICDLCWHq8u)

The same tool links the GPS coordinates from images directly to Google maps so we can see exactly where the image was taken. For investigations the location and time information can be correlated with local CCTV to identify who may have taken the images.

![](/files/ahAOHXRQx9GHhyDfMqv4)

{% hint style="info" %}
Many websites such as Twitter and Facebook will remove many parts of EXIF data from uploaded images in order to help protect end users. An example would be GPS information which could be used by criminals, on social media platforms to identify where a particular person may live.
{% endhint %}

### Resources

**Online EXIF:** <http://exif.regex.info/exif.cgi>

**Sample Images:** <https://github.com/ianare/exif-samples>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://viperone.gitbook.io/pentest-everything/everything/everything-osint/image-osint.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
