How to Install and Uninstall dufflebag Package on Kali Linux

Last updated: May 18,2024

1. Install "dufflebag" package

Please follow the instructions below to install dufflebag on Kali Linux

$ sudo apt update $ sudo apt install dufflebag

2. Uninstall "dufflebag" package

Please follow the instructions below to uninstall dufflebag on Kali Linux:

$ sudo apt remove dufflebag $ sudo apt autoclean && sudo apt autoremove

3. Information about the dufflebag package on Kali Linux

Package: dufflebag
Version: 0.0~git20200205.9a01942-0kali3
Architecture: all
Maintainer: Kali Developers
Installed-Size: 6044
Depends: golang-any, golang-github-aws-aws-sdk-go-dev, golang-github-deckarep-golang-set-dev, golang-lukechampine-blake3-dev (>= 1.1.5), make, sensible-utils, zip
Homepage: https://github.com/BishopFox/dufflebag
Priority: optional
Section: misc
Filename: pool/main/d/dufflebag/dufflebag_0.0~git20200205.9a01942-0kali3_all.deb
Size: 429736
SHA256: b3b89a1d7853ce9e8a4024a0bef52eecefff4821e86ac733c8eb0e8eafcbcceb
SHA1: a84df5f131314e5d3fe44d076ac81c7a2035570d
MD5sum: 696330ddc9834a2f44c6f6b8bd9f1a29
Description: Search exposed EBS volumes for secrets (program)
Dufflebag is a tool that searches through public Elastic Block Storage (EBS)
snapshots for secrets that may have been accidentally left in.
.
The tool is organized as an Elastic Beanstalk ("EB", not to be confused
with EBS) application, and definitely won't work if you try to run it
on your own machine.
.
Dufflebag has a lot of moving pieces because it's fairly nontrivial
to actually read EBS volumes in practice. You have to be in an AWS
environment, clone the snapshot, make a volume from the snapshot, attach
the volume, mount the volume, etc... This is why it's made as an Elastic
Beanstalk app, so it can automagically scale up or down however much you
like, and so that the whole thing can be easily torn down when you're
done with it.
Description-md5: