Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
poodle-attack-sandbox — Test code for poodle attack (CVE-2014-3566) | Kitploit
Tools/GitHubGitHub/gorugoo/poodle-attack-sandbox
Vulnerability AnalysisExploitationWeb Application ExploitationCryptographyLearning & EducationLabs & Practice
GitHubgorugoo/poodle-attack-sandbox

poodle-attack-sandbox

Test code for poodle attack (CVE-2014-3566)

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

poodle-attack-sandbox

Overview

This code is the test code for POODLE(CVE-2014-3566).

POODLE stands for "Padding Oracle On Downgraded Legacy Encryption" and is a vulnerability in SSLv3.0.

Warning

If you use this code to carry out an attack, you may be arrested by the judicial authorities of your country.

Use for study purposes only.

Installation

docker/docker compose が必要なのでインストールしてください。

  1. コンテナ起動
root@kitploit:~
docker compose up --build
  1. 中間者サーバーのスクリプト起動
  • client<-->mitm<-->target の疎通確認ならば

    root@kitploit:~
    docker exec -it mitm-server bash
    

    コンテナ内で

    root@kitploit:~
    cd && cd mitm && sudo bash proxy-test.sh
    
  • 攻撃用スクリプト起動ならば

    同様のコンテナ内で

    root@kitploit:~
    cd && cd mitm && sudo bash attack.sh
    

Notice

mitmコンテナは中間者としてパケットの解析を行うために、iptablesを用いて一度パケットをキューに格納しています。

そのため上記のShell Scriptを実行しない場合、ご自身でデキューする処理を別プロセスで実行して頂かないとリクエストを送ったきりでレスポンスが帰ってきません。

ご注意ください。

Download Tool