Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patatetom/ewfimager
GTK GUI for ewfacquire
https://github.com/patatetom/ewfimager
disk-image ewf forensics gtk gui
Last synced: 22 days ago
JSON representation
GTK GUI for ewfacquire
- Host: GitHub
- URL: https://github.com/patatetom/ewfimager
- Owner: patatetom
- Created: 2022-01-25T20:48:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T15:25:57.000Z (about 3 years ago)
- Last Synced: 2024-11-14T12:26:54.108Z (3 months ago)
- Topics: disk-image, ewf, forensics, gtk, gui
- Language: Shell
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ewfimager
_GTK GUI for ewfacquire_`ewfimager` is a `bash` script that provides with `yad` a graphical interface to the command line tool `ewfacquire`.
## prerequisites
- `bash`, `dd`, `grep`, `kill`, `mkfifo`, `rm`, `sed`, `tail`, `touch`, `tr` (usually available on Linux)
- `ewfacquire` (https://github.com/libyal/libewf)
- `yad` (https://github.com/v1cont/yad)## installation
[download](https://raw.githubusercontent.com/patatetom/ewfimager/main/ewfimager) `ewfimager` script,
save it (preferably in one of the PATH folders : `~/.local/bin/` for example),
check it (with `less /path/to/ewfimager` for example)
and make it executable (with `chmod +x /path/to/ewfimager`).## usage
```console
# usage : ewfimager [input [output]]# without parameter
ewfimager# with input only
ewfimager /dev/nvme0n1p1# with input and output
ewfimager /dev/nvme0n1p1 /tmp/test/nvme0n1p1.img.E01# with output only
ewfimager '' /tmp/test/nvme0n1p1.img.E01
```## screenshots
![select input](input.png)
![select output](output.png)
![acquisition process](acquire.png)
![acquisition success](ok.png)