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
- Host: GitHub
- URL: https://github.com/froggdev/bash_froggpoodler
- Owner: FroggDev
- Created: 2014-10-20T08:53:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T11:19:57.000Z (over 11 years ago)
- Last Synced: 2024-12-27T04:13:01.998Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}