Skip to content

Anish-Saxena/Source-Code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DABANGG Attack

DABANGG are a set of refinements over existing flush-based attacks which make them resilient to noise by taking frequency and core placement of victim and attack threads into account. We term DABANGG-enabled Flush+Reload and Flush+Flush attacks D+F+R and D+F+F, respectively.

This repository contains the following experiments:

  1. Single and multi-character keylogging
  2. AES (T-Table based) private key extraction in OpenSSL
  3. RSA (Square-Multiply-Reduce exponentiation) private key in GnuPG
  4. Covert channel attack
  5. Spectre attack

To calibrate for your system, go to calibration. To view core frequencies in your system, go to freq_scripts. To perform the experiments, go to experiments.

About

Source code for DABANGG attack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.6%
  • C++ 22.0%
  • Python 7.0%
  • Shell 5.4%
  • Makefile 1.0%