Goblyn is a tool focused to enumeration and capture of website files metadata.
Goblyn will search for active directories in the website and so enumerate the files, if it find some file it will get the metadata of file.
- Supports multiple file types;
- Simple to use;
- Easy installation;
- Fast.
- Download this repository and run:
sudo python3 setup.py install
- Download the
exiftool
:
sudo apt install exiftool
- Have fun :)
sudo goblyn [OPTIONS]
You can use the -help
argument to explore help banner of Goblyn.
Example of use:
sudo goblyn -t http://fma.if.usp.br/~amsilva/Livros/ -wl C:\Users\Lsy\Desktop\common.txt --file-types=pdf,docx,png
Important: You need to use full path of a file. So, if you want to use the "-o" or "-wl" command you'll need to set the full path of file.
If you finds this tool useful and wants to add some functionality, improve the code performance or improve something in the Goblyn, the best way to get it added is to submit a pull request.