Skip to content

Instantly share code, notes, and snippets.

@pberba
Last active January 27, 2022 19:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pberba/fe7bba9dcd5bfbaceed0ef36a79a9509 to your computer and use it in GitHub Desktop.
Save pberba/fe7bba9dcd5bfbaceed0ef36a79a9509 to your computer and use it in GitHub Desktop.
How to get Lastpass Phishlet for evilginx2
# Install go first
export GOPATH=$HOME/go
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
sudo apt-get install git make
go get -u github.com/kgretzky/evilginx2
cd $GOPATH/src/github.com/kgretzky/evilginx2
git remote add pberba https://github.com/pberba/evilginx2.git
git fetch pberba
git checkout -b lastpass pberba/feature/lastpass
make
#sudo ./bin/evilginx -p ./phishlets/ -developer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment