gallimaufry
gallimaufry copied to clipboard
Command Line Parsing Library for USB PCAP Files
Error:- `docker pull bannsec/Gallimaufry invalid reference format: repository name must be lowercase ` `docker pull bannsec/gallimaufry ` Worked
Add `.devcontainer/devcontainer.json` file with specified tasks * Create the `.devcontainer` directory * Add the `.devcontainer/devcontainer.json` file with the following content: ```json { "tasks": { "build": "npm run package", "test": "test"...
``` In [4]: usb = USB("gallimaufry/examples/keyboard/csaw2012/dongle.pcap") --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[4], line 1 ----> 1 usb = USB("/home/gsgx/code/gallimaufry/examples/keyboard/csaw2012/dongle.pcap") File ~/code/gallimaufry/Gallimaufry/USB.py:27, in USB.__init__(self, pcap) 24 self.pcap_filename =...