Digital Forensics & Metadata Intelligence Tool - Analyze hidden EXIF data and GPS coordinates from images
Linux & macOS:
# 1. Create the alias
echo "alias shadow='python3 $(pwd)/shadow.py'" >> ~/.bashrc
# 2. Refresh shell
source ~/.bashrc
# 3. Usage
shadow image.jpg
Windows
:: 1. Create temporary alias doskey shadow=python "%cd%\shadow.py" $* :: 2. Usage shadow image.jpg
Manuel run
python3 shadow.py image.jpg # Linux python shadow.py image.jpg # Windows
enjoy :P