sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.87k stars 329 forks source link

error="open : no such file or directory" #48

Closed mpgn closed 4 years ago

mpgn commented 4 years ago

Describe the bug No such file or directory while the file exist

To Reproduce Steps to reproduce the behavior:

~/go/bin/gowitness file domain.txt                                                                                             10:22:42
FATA[2020-05-12 10:22:49] Unable to read source file                    error="open : no such file or directory" source=

Expected behavior File to be read

Version Information:

leonjza commented 4 years ago

Check out gowitness file --help. To use a file, you need the -s/--source flag.

gowitness file -s domain.txt