Last active
January 27, 2022 19:33
-
-
Save pberba/fe7bba9dcd5bfbaceed0ef36a79a9509 to your computer and use it in GitHub Desktop.
How to get Lastpass Phishlet for evilginx2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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