mirror of
https://github.com/kgretzky/evilginx2
synced 2026-06-08 15:15:53 +00:00
5 lines
170 B
Batchfile
5 lines
170 B
Batchfile
@echo off
|
|
set GOARCH=amd64
|
|
echo Building...
|
|
go build -o .\build\evilginx.exe -mod=vendor && cls && .\build\evilginx.exe -p ./phishlets -t ./redirectors -developer -debug
|