• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
  • About Me
  • Privacy Policy
  • Media Mentions

PenTestIT.com

Your source for Detection Engineering, Security Research and Adversary Simulation

  • Search Engine Dorks
  • RSS feed
You are here: Home / Open Source / List of Open Source Deepfake Detection Tools

List of Open Source Deepfake Detection Tools

Posted: Jul 5, 2020 by Mayuresh @pentestit 3 min read
Updated: Sep 27, 2026

Heads up: This post covers a specific tool, vulnerability, IOC set, or detection technique that may no longer reflect current threat activity, patched versions, or vendor guidance. Verify details against current sources before acting on them.

Restoring this post from my older archives. After I posted about Deepstar a couple of days ago, I wanted to know if there are more any more open source deepfake detection tools out there. What I found was that most of these tools are written in Python and some even help you “create” them. I also stumbled across some tools that help you detect fake news. This post is a culmination of that search. Presenting a list of open source deepfake detection tools:

List of Open Source Deepfake Detection Tools

What are deepfakes?

Wikipedia describes as – “Deepfakes (a portmanteau of “deep learning” and “fake”) are synthetic media in which a person in an existing image or video is replaced with someone else’s likeness.” These tools will help you detect if the image or video you are looking at has been “deepfaked“.

Open Source Deepfake Detection Tool List:

  1. FALdetector: This open source tool in Python helps you detect Photoshopped faces by helping you script Adobe Photoshop! The basic premise behind this tool is that most malicious photo manipulations are created using standard image editing tools, such as Adobe Photoshop. It does so by detecting image warping edits applied to human faces by implementing a model trained entirely using fake images that were automatically generated by scripting Photoshop itself. This has been theoretically proved by the authors in their academic paper and the open source project. Pretty impressive I must say.
  2. Deepstar: I blogged about this tool about a month ago. Deepstar aka deep* is an open source, AI based toolkit in python that helps you detect deepfake videos. It is also extensible enough to be able to facilitate testing of new detection algorithms. Check out it’s GitHub repository.
  3. Visual DeepFake Detection: This tool takes a different approach for detecting deepfakes. Since different people create different deepfake videos, it is assumed that these videos are created using a variety of deepfake techniques. Furthermore, assumptions about the type of models, their architecture or the type of artifacts they generate are also not made by this tool. Whats more is that the real and fake videos used are completely unrelated! This toolset further augments another dataset called as FaceForensics++. Check out the GitHub repository of this offering by Dessa.
  4. DeepFake Audio Detection: By now, we also know also have techniques and tools to detect deepfaked audio. This deepfake audio detector model is a deep neural network that uses Temporal convolution. First, raw audio is preprocessed and converted into a mel-frequency spectrogram — this is the input for the model. Mel-frequency cepstrum (MFC) is a representation of the short-term power spectrum of a sound, based on a linear cosine transform of a log power spectrum on a nonlinear mel scale of frequency. The model performs convolutions over the time dimension of the spectrogram, then uses masked pooling to prevent overfitting. Finally, the output is passed into a dense layer and a sigmoid activation function, which ultimately outputs a predicted probability between 0 (fake) and 1 (real). Check out the GitHub repository of this offering by Dessa as well.
  5. Resemblyzer: Resemblyzer allows you to derive a high-level representation of a voice through a deep learning model. Given an audio file of speech, it creates a summary vector of 256 values that summarizes the characteristics of the voice spoken. It helps in fake speech detection by verifying if the speech is legitimate or fake by comparing the similarity of possible fake speech to real speech. Check this project out here.

As always, I will keep updating this post as and when I find some interesting projects.

Share this post on:
Twitter Facebook LinkedIn Reddit Hacker News WhatsApp
Next Post →Deepstar: A Open Source Deepfake Detection Toolkit

Related Posts

  • Offensive Security

    Analysing BigDiskBuster, the Microsoft Defender Update Blocker

    Last week Nightmare Eclipse open sourced BigDiskBuster - although I can see that now all the repositories have been made private. This post is…

    5 min · Sep 27, 2026
  • Cyber Threat Intelligence

    Claude Skill: cve-check

    If you follow me on LinkedIn, I released this skill there first. Resharing here if you don't. I created the cve-check Claude Skill to…

    4 min · Sep 8, 2026
  • Offensive Security

    List of Open Source C2 Post-Exploitation Frameworks

    Restoring this post with the help of the Wayback machine - This post has been lying in my drafts for more than a year…

    9 min · Feb 16, 2026

Filed UnderOpen Source Tools Tagged Withdeepfake DeepFake Audio Detection Deepstar FALdetector open source python Resemblyzer Visual DeepFake Detection

About Mayuresh

Seasoned cybersecurity pioneer with over 15 years building and mentoring elite security research teams. I help drive world-class vulnerability detection and remediation initiatives, delivering patented innovations. A purple-teamer by choice, I transform threat intelligence into actionable protection engineering strategies, actively contributing to the MITRE ATT&CK framework and collaborating with industry evaluators. Passionate about strengthening enterprise cyber resilience, I unite global stakeholders to proactively reduce risk and outpace adversaries in dynamic threat landscapes.

Primary Sidebar

Add PenTestIT as a preferred source on Google

Categories

  • Adversary Emulation
  • Cyber Threat Intelligence
  • Detection Engineering
  • Offensive Security
  • Open Source
  • Penetration Testing
  • Tools
  • Vulnerability Management
  • Vulnerability Research
  • Web Application Security

Archives

  • September 2026
  • April 2026
  • March 2026
  • February 2026
  • August 2022
  • July 2020

Copyright © 2026 - PenTestIT.com | Information shared to be used for LEGAL purposes only!

(opens in a new tab)