Deepfake Scanner by Deepware.

Overview

Deepware Scanner (CLI)

This repository contains the command-line deepfake scanner tool with the pre-trained models that are currently used at deepware.ai.

To get an in-depth review about the scanner and the training process please refer to deepware.md. Here we will discuss the usage of the command-line scanner.

Installation

Make sure you have a nvidia gpu with cuda support. Scanner can run both on Windows and Linux.

On Linux
  • Clone the repo or download it as a zip and extract to a directory.
  • Install the dependencies listed in requirements file with pip install -r requirements.txt
  • Download the pre-trained model and place it in the weights directory.
On Windows

We packed all the requirements in a portable zip file including the model. You can download the zip file and start scanning right away.

Usage

The scanning script is scan.py and it has four command line arguments. Here's the usage printed by the script.

scan.py

Let's dive into the arguments.

  • scan_dir is the directory of videos, alternatively a file with list of video paths is supported.
  • models_dir is the directory pre-trained models are stored. There can be multiple models and they will be ensembled automatically.
  • cfg_file is the config file. You shouldn't worry about this unless you want to train a new model.
  • device is the cuda device that will be used for scanning. cpu is not supported as of now.

Here's an example command line.

scan.py /home/user/videos weights config.json cuda:0

On windows you can use scan.bat file with just the video folder as input.

Training

Training scripts with a subset of DFDC dataset will be published soon. Stay tuned! 🔔

Comments
  • CPU code returns 0.5 for all videos with warning message

    CPU code returns 0.5 for all videos with warning message

    CUDA code retuns more realistic values without any warnings.

    Maybe

    252 except Exception as e:
    253    print(e, file, file=sys.stderr)
    254    return 0.5
    

    should be changed.

    opened by P-Light 4
  • Any reference on funtion label_spread() in strategy()?

    Any reference on funtion label_spread() in strategy()?

    In function strategy(), there's another function label_spread(). I don't understand the mechanism and can't find any reference. Can you point any to me? Thanks a lot!

    opened by neverUseThisName 2
  • Threshold to determine a video as fake?

    Threshold to determine a video as fake?

    Hi! I use the scanner on deepware.ai to scan a few videos and the result is fantastic. When I run it by using this git, it returns probability. How can I make it return something similar like your website scanner ? Or specifically, what threshold should I take to say a video is fake or not ? I uploaded a fake video that I created. Scanner predicted it right (deepfake detected). But when I run by command, it returns about 0.3 as probability. I'm a little confused here. Thanks!

    opened by reobroqn 1
  • better readability and one bug fix

    better readability and one bug fix

    Replaced manual dicts with defaultdicts to save lines and for better readability. Bug fix: Change len(bad) to len(bad[0]) if i'm not misunderstanding it.

    opened by neverUseThisName 1
  • Deepware is failing

    Deepware is failing

    Hi, I just try Deepware fake detector today using a real video of myself using the cam of my cellphone with no manipulations of the video of any kind, and for my surprise Deepware said it is a deepfake... so I am wondering if deepfake detectors are actually a real tool to detect fake videos, because if it detect a real video as a fake then there is no sense in use Deepware to detect fake videos

    opened by CarlosDavidLopezGrether 0
  • Pre-trained models

    Pre-trained models

    Thank you for the wonderful work!!! For the public repo, there is only one pre-trained model. Want to ask if you can also provide the other models used in your online demo or any pointer to obatin? Many thx!

    opened by acpsm2 0
Dieser Scanner findet Websites, die nicht direkt in Suchmaschinen auftauchen, aber trotzdem erreichbar sind.

Deep Web Scanner Dieses Script findet Websites, die per IPv4-Adresse erreichbar sind und speichert deren Metadaten. Die Ausgabe im Terminal wird nach

Alex K. 30 Nov 18, 2022
Js File Scanner This is Js File Scanner

Js File Scanner This is Js File Scanner . Which are scan in js file and find juicy information Toke,Password Etc.

null 122 Dec 12, 2022
Visualize Data From Stray Scanner https://keke.dev/blog/2021/03/10/Stray-Scanner.html

StrayVisualizer A set of scripts to work with data collected using Stray Scanner. Usage Installing Dependencies Install dependencies with pip -r requi

Kenneth Blomqvist 45 Dec 30, 2022
Yuyu Scanner is a Web Reconnaissance & Web Analysis Scanner to find assets and information about targets.

Yuyu Scanner Yuyu Scanner is a Web Reconnaissance & Web Analysis Scanner to find assets and information about targets. installation ! run as root

Justakazh 20 Nov 24, 2022
USSR-Scanner - USSR Scanner with python

Purposes ? Hey there is abosolutely no need to do this we do it only to irritate

Binary.club 2 Jan 24, 2022
WaveFake: A Data Set to Facilitate Audio DeepFake Detection

WaveFake: A Data Set to Facilitate Audio DeepFake Detection This is the code repository for our NeurIPS 2021 (Track on Datasets and Benchmarks) paper

Chair for Sys­tems Se­cu­ri­ty 27 Dec 22, 2022
Code for csig audio deepfake detection

FMFCC Audio Deepfake Detection Solution This repo provides an solution for the 多媒体伪造取证大赛. Our solution achieve the 1st in the Audio Deepfake Detection

BokingChen 9 Jun 4, 2022
PyDeepFakeDet is an integrated and scalable tool for Deepfake detection.

PyDeepFakeDet An integrated and scalable library for Deepfake detection research. Introduction PyDeepFakeDet is an integrated and scalable Deepfake de

Junke, Wang 49 Dec 11, 2022
A simple asynchronous TCP/IP Connect Port Scanner in Python 3

Python 3 Asynchronous TCP/IP Connect Port Scanner A simple pure-Python TCP Connect port scanner. This application leverages the use of Python's Standa

null 70 Jan 3, 2023
Find exposed data in Azure with this public blob scanner

BlobHunter A tool for scanning Azure blob storage accounts for publicly opened blobs. BlobHunter is a part of "Hunting Azure Blobs Exposes Millions of

CyberArk 250 Jan 3, 2023
Streamlit dashboard examples - Twitter cashtags, StockTwits, WSB, Charts, SQL Pattern Scanner

streamlit-dashboards Streamlit dashboard examples - Twitter cashtags, StockTwits, WSB, Charts, SQL Pattern Scanner Tutorial Video https://ww

null 122 Dec 21, 2022
Lightspin AWS IAM Vulnerability Scanner

Red-Shadow Lightspin AWS IAM Vulnerability Scanner Description Scan your AWS IAM Configuration for shadow admins in AWS IAM based on misconfigured den

Lightspin 90 Dec 14, 2022
Vulnerability Scanner & Auto Exploiter You can use this tool to check the security by finding the vulnerability in your website or you can use this tool to Get Shells

About create a target list or select one target, scans then exploits, done! Vulnnr is a Vulnerability Scanner & Auto Exploiter You can use this tool t

Nano 108 Dec 4, 2021
SCodeScanner stands for Source Code scanner where the user can scans the source code for finding the Critical Vulnerabilities.

The SCodeScanner stands for Source Code Scanner, where you can scan your source code files like PHP and get identify the vulnerabilities inside it. The tool can use by Pentester, Developer to quickly identify the weakness.

null 136 Dec 13, 2022
Scanner for Intranet

cthun3是集成端口扫描,服务识别,netbios扫描,网站识别,暴力破解和漏洞扫描的工具. cthun(克苏恩)是魔兽世界电子游戏中一位上古之神 截图 cthun3结合viper使用时截图 使用方法 端口扫描 -ps-ip 端口扫描的ip地址范围,例如可以输入 -ps-ip 192.168.14

rootkit 18 Sep 3, 2022
Static Token And Credential Scanner

Static Token And Credential Scanner What is it? STACS is a YARA powered static credential scanner which suports binary file formats, analysis of neste

STACS 81 Dec 27, 2022
Astvuln is a simple AST scanner which recursively scans a directory, parses each file as AST and runs specified method.

Astvuln Astvuln is a simple AST scanner which recursively scans a directory, parses each file as AST and runs specified method. Some search methods ar

Bitstamp Security 7 May 29, 2022
nuclei scanner for proxyshell ( CVE-2021-34473 )

Proxyshell-Scanner nuclei scanner for Proxyshell RCE (CVE-2021-34423,CVE-2021-34473,CVE-2021-31207) discovered by orange tsai in Pwn2Own, which affect

PikaChu 29 Dec 16, 2022
Refer'd Resume Scanner

Refer'd Resume Scanner I wanted to share a free resource we built to assist applicants with resume building. Our resume scanner identifies potential s

Refer'd 74 Mar 7, 2022
PetrickScanner is a simple Python OOP TCP Port Scanner

PetrickScanner PetrickScanner is a simple Python OOP TCP Port Scanner Functions Python TCP Port Scanner DNS Resolver Random Scanner PLEASE ANY PROBLEM

null 11 Nov 30, 2021