USB Event Tracking

Tracking USB events with USBRip.

Introduction

usbrip (inherited from "USB Ripper", not "USB R.I.P.") is a simple forensics tool with command line interface that lets you keep track of USB device artifacts (i.e., USB event history) on Linux machines.

Installation

sudo -H python3 -m pip install -U usbrip
usbrip -h

OR

pipx install usbrip

OR

sudo apt install python3-venv p7zip-full -y
git clone https://github.com/snovvcrash/usbrip && cd usbrip
sudo -H installers/install.sh
cd
usbrip -h

OR

sudo apt install usbrip

Usage


REFERENCES

Last updated

Was this helpful?