Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shadowTrace

Digital Forensics & Metadata Intelligence Tool - Analyze hidden EXIF data and GPS coordinates from images

Setup & Aliases

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

If you don't want aliases

python3 shadow.py image.jpg # Linux python shadow.py image.jpg # Windows

enjoy :P

About

Digital Forensics & Metadata Intelligence Tool - Analyze hidden EXIF data and GPS coordinates from images

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages