Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
xzf — EXIF-based command and control PoC | Kitploit
Tools/GitHubGitHub/nopn0p/xzf
ExploitationData ExfiltrationSteganographyPenetration TestingCommand and ControlRed Teaming
GitHubnopn0p/xzf

xzf

EXIF-based command and control PoC

View Repository
1556 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Introduction

xzf is a simple PoC demonstrating how EXIF data can be used for command and control. xzf GETs an image from a predetermined URL, then reads the software tag for an authentication string. If the string matches, xzf will execute anything contained within the ImageDescription tag.

Usage

  1. Choose your auth string and XOR key, then use xor.py to XOR out the string
  2. Choose an image and use gexif to add your commands to execute in ImageDescription and your auth string to the Software tag.
  3. XOR out the desired filename
  4. Upload the image (not imgur) and add all values to consts.h
  5. Deploy

Requirements

  • libcurl
  • libexif

References

  • https://www.media.mit.edu/pia/Research/deepview/exif.html
  • https://blog.sucuri.net/2013/07/malware-hidden-inside-jpg-exif-headers.html
Download Tool