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:

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。