https://github.com/rickmark/badusb
Detect and take advantage of TOCTOU with USB mass storage
https://github.com/rickmark/badusb
Last synced: about 1 year ago
JSON representation
Detect and take advantage of TOCTOU with USB mass storage
- Host: GitHub
- URL: https://github.com/rickmark/badusb
- Owner: rickmark
- License: bsd-2-clause
- Created: 2019-04-08T21:09:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T21:44:44.000Z (about 7 years ago)
- Last Synced: 2025-01-29T17:14:21.449Z (over 1 year ago)
- Language: Python
- Size: 60.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-fuse-sample
This repo contains a very simple FUSE filesystem example in Python. It's the
code from a post I wrote a while back:
https://www.stavros.io/posts/python-fuse-filesystem/
If you see anything needing improvement or have any feedback, please open an
issue.