An open API service indexing awesome lists of open source software.

https://github.com/froggdev/bash_froggpoodler

Test Poodle Exploit on a linux server using bash
https://github.com/froggdev/bash_froggpoodler

Last synced: 7 months ago
JSON representation

Test Poodle Exploit on a linux server using bash

Awesome Lists containing this project

README

          

froggPoodler
============

* Vulnerability POODLE
* CVE-2014-3566

this code is used to test Poodle vulnerability on SSL3 exploit,
based on Dan Varga works (from redhat) script.
I made some change and now the Poodle vulnerability check is more clean for me...

=> Script call :
* bash poodle.sh {serverIP} {serverPort}
* info : serverIP and serverPort are optional

=> 20141017 - Frogg change from original:
* if script ip isnt set, set 127.0.0.1 as default ip
* change if and elseif for a switch
* added some comments
* added text color and formating

code to prevent ^M : sed -i 's/\r$//' {fileName}