Last active
August 29, 2015 14:14
-
-
Save kawaz/565b811ae3fd732761b8 to your computer and use it in GitHub Desktop.
glibcのgethostbynameの脆弱性チェックスクリプト
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
out="/tmp/GHOST_64" | |
wget -q --no-check-certificate https://www.dropbox.com/s/5omfy4n27lfvlik/GHOST_64 -O "$out" | |
chmod +x "$out" | |
"$out" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ここの情報を元にワンライナーでチェックできるようにした。
GHOST_64のバイナリは64bit環境でコンパイルしたやつを自分のDropboxに置いてるだけなので半年後には無いと思う。あと中身が信用出来ない人は自分で同じことやればいい。実行は自己責任で。