woj-ciech / Danger-zone

Correlate data between domains, IPs and email addresses, present it as a graph and store everything into Elasticsearch and JSON files.
669 stars 127 forks source link

email format #11

Open bkr32 opened 5 years ago

bkr32 commented 5 years ago

so trying to run this on powershell on windows, and passing the email as '@mail.com' and get wrong email format, if i use it without quotes The splatting operator '@' cannot be used to reference variables in an expression.

what is the correct way to format email?

woj-ciech commented 5 years ago

Hey, I think it's more Powershell issue that with the script. Can you share the command that you are running? Please try these advice https://stackoverflow.com/questions/5571579/escaping-splatted-variables-in-powershell-invoke-expression?rq=1

bkr32 commented 5 years ago

powershell acting wonky right now but will get back after a reboot