khast3x / h8mail

Email OSINT & Password breach hunting tool, locally or using premium services. Supports chasing down related email
Other
4.14k stars 518 forks source link

h8mail: error: argument -lb/--local-breach: expected at least one argument #73

Closed dantenincevic closed 4 years ago

dantenincevic commented 4 years ago

I'm running h8mail with docker on MacOS Catalina and I've downloaded a breach compilation folder. When I run:

docker run -ti kh4st3x00/h8mail -t john@gmail.com -bc '/Users/kristian/Desktop/BreachCompilation' --local

I get the following error:

h8mail: error: argument -lb/--local-breach: expected at least one argument

I have no idea why this is happening.

khast3x commented 4 years ago

Hello,

It seems you are not mounting the volume containing the breach compilation to the docker container running h8mail.
This is typically done using -v.
You can read more about using h8mail with Docker in this blog post.

Cheers