banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

Social Fisher(SocFish)是一款網絡釣魚工具。

image
關於 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>

工具執行截圖

image
專案地址
SocialFish:

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。