Giter VIP home page Giter VIP logo

path-pivot's Introduction

Path pivot attack

This is the proof-of-concept files used in the demo of the path pivot attack. The principle behind this attack is to exploit a TOCTOU race by returning different results from the drive between between the time a file is checked and when it is accessed.

More details about the attack can be found in this blog post.

Usage

  1. a disk image has to be created first. The script make_fs.sh will create an ext3 filesystem by default. It is important that the different symlink inodes are stored on distant locations on the disk. This script tries to create many file entries for that aim, but the resulting disk layout can be quite different depending on the filesystem driver used. This script has been successfully tested on a 3.14 kernel, but has shown some problems with more recent kernels.

  2. run the mass storage gadget and FUSE handler using mount.sh (edit the file first if you need to adjust some parameters)

  3. Trigger a file read to a file xxx1/xxx2/.../xxx39/<target>

Requirements

  • A board with a USB OTG port
  • cmake
  • libfuse

path-pivot's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ashr gavz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.