Common tools for reconnaissance
The harvester
It collects public information about target domain
sudo apt install theharvester
restfulHarvest -h
Exiftool
sudo apt install libimage-exiftool-perl
This gets the metadata of the image.
exiftool -ext jpg -r /path/to/dir
searches for...
gagang.hashnode.dev1 min read