SocialFish-kali下社会工程学钓鱼工具

参考:https://www.youtube.com/watch?v=hwMPsHkrS0M

必须需要的环境:

  • Python 2.7
  • Wget from Python
  • PHP
  • sudo

可选系统:

  • Kali Linux - Rolling Edition
  • Linux Mint - 18.3 Sylvia
  • Ubuntu - 16.04.3 LTS
  • MacOS High Sierra
cd /tmp
git clone https://github.com/UndeadSec/SocialFish.git
cd SocialFish
sudo pip install -r requirements.txt
python SocialFish.py

个人感受:用到了ngork,把本地的虚假资源,放到了公网上,提供给目标去访问,仿真度比较高,资源仿真度比较高,然后重点伪造域名或者欺骗域名,就可以了。

你可能感兴趣的:(安全)