關於 SocialFish
SocialFish 是一款功能強大的網路釣魚測試與資訊收集工具,在該工具的幫助下,廣大研究人員可以輕鬆執行網路釣魚測試或完成資訊收集工作,企業安全管理人員也可以使用該工具來對員工進行安全意識培訓。
工具配置
工具要求
Python 3.6+
pip3
Python3 依賴
flask
colorama
sqlite3
flask_login
shutil
re
os
secrets
python-nmap
smtplib
email
pylatex
qrcode
接下來,使用下列命令將該專案原始碼克隆至本地:
$ git clone https://github.com/UndeadSec/SocialFish.git
配置 Python3 和 pip3:
$ sudo apt-get install python3 python3-pip python3-dev -y
配置工具依賴組件:
$ cd SocialFish
$ python3 -m pip install -r requirements.txt
最後,訪問 SocialFish/core/config.py 並修改 App 密鑰:
APP_SECRET_KEY = ''
配置完成後,打開瀏覽器並訪問http://0.0.0.0:5000 即可使用 SocialFish。
當然了,你也可以直接將其託管到伺服器中。
編輯自定義頁面
HTML 模板程式碼如下所示:
<html>
<head></head>
<body>
<form action="/login" method="POST">
<label>Email Address</label>
<input type="email" name="email" placeholder="Email" autocomplete="off">
<label>Password</label>
<input type="password" name="password" placeholder="Password" autocomplete="off">
<button type="submit">sign in</button>
</form>
</body>
</html>
工具執行截圖
專案地址
SocialFish: