Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
/ phishing-boat Public archive

[WIP] a phishing email analysis container

Notifications You must be signed in to change notification settings

s3cpat/phishing-boat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published