s3cpat / phishing-boat

[WIP] a phishing email analysis container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phishing-boat - a phishing email analysis container

Screenshots

Upload Page Analysis Pagae

Installation and Running

docker build -t phishing-boat .
docker run -it -d -e VT_API_KEY=<keyhere> --rm -p 80:80 --mount src=vol2,dst=/usr/src/app/uploads --name sailing phishing-boat
# open localhost/ in your favorite browser
#  and upload an .eml/.msg for analysis
# remove --mount option (with src,dst) to remove persistence
# -e VT_API_KEY=<keyhere> is for public api
# -e VT_PRIV_API_KEY=<keyhere> is for private api

About

[WIP] a phishing email analysis container


Languages

Language:Python 67.3%Language:HTML 28.5%Language:Dockerfile 4.2%