Skip to content
/ funter Public

A fast, multithreaded tool for finding regex matches in text & binary files. Built for CTFs.

Notifications You must be signed in to change notification settings

melotic/funter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

funter

A fast, multithreaded tool for finding regex matches in text & binary files. This tool is built for A&D CTFs.

It can help you find flags on a given box without searching endlessly.

Features

  • Searches through binary files & text files
  • Multithreaded
  • ~1MB footprint
  • Cross platform

Usage/Examples

funter "htb{[A-Za-z0-9]{32}}" /home/justin
funter "htb{[A-Za-z0-9]{32}}" # searches /

About

A fast, multithreaded tool for finding regex matches in text & binary files. Built for CTFs.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages