参考:
1、https://github.com/ring0lab/catphish
2、https://www.youtube.com/watch?v=hkEuXBPrqqo
cd /tmp
git clone https://github.com/ring0lab/catphish
cd catphish
gem install simpleidn whois whois-parser
ruby catphish.rb -d microsoft.com -m Punycode -a
#目标站点随意,-m后面的参数可选(
SingularOrPluralise
prependOrAppend
doubleExtensions
mirrorization
homoglyphs
dashOmission
Punycode)
更多姿势,自己尝试解锁。
网友评论