Browse available fuzzers.

Presentation of some projects

  • gettext.py: crash any program using gettext (included in the libc). By default, it uses "bash x" which display "bash: x: command not found" in your language.
    • input data: mangled libc translation (libc.mo)
    • iput vector: LANGUAGE environement variable
  • identify.py / mplayer.py: Fuzz ImageMagick and Mplayer programs using your image, audio, and video files.
    • input data: mangled file
    • input vector: command line argument
  • vim.py: crash vim editor
    • input data: long AAAA..A string
    • input vector: VIM or VIMRUNTIME environment variable

Ideas

See also ideas of new projects.