offensive-tools/forensic/tesseract/SKILL.md
Auth/lab ref: Tesseract OCR engine for extracting text from images and scanned documents.
npx skillsauth add aeondave/malskill tesseractInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
OCR for when the flag is technically visible but insists on pretending it is art.
Use Tesseract when you need to:
# OCR to stdout
tesseract image.png stdout
# OCR to a text file prefix
tesseract image.png output
# Specify language and page segmentation mode
tesseract image.png stdout -l eng --psm 6
--psm changes behavior a lot; single-line, sparse-text, and full-page inputs want different modes.exiftool for metadata and with image preprocessing outside the OCR step when results are poor.No bundled scripts/, references/, or assets/.
Use the official Tesseract docs for language packs, OCR engine modes, and advanced config files.
development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.