본문 바로가기
Life/tools

A2SV - Auto Scanning SSL Vulnerability tool

by SpeeDr00t 2016. 8. 12.
반응형
A2SV - Auto Scanning SSL Vulnerability tool




How to Install? 
Download(clone) & Unpack A2SV 
git clone https://github.com/hahwul/a2sv.git 
cd a2sv 

Install Python Package / OpenSSL 

pip install argparse 
pip install netaddr 

apt-get install openssl 

Run A2SV 
python a2sv.py -h 

use
python a2sv.py -t 127.0.0.1 
python a2sv.py -t 127.0.0.1 -m heartbleed 
python a2sv.py -t 127.0.0.1 -p 8111 

update
python a2sv.py -u 
python a2sv.py --update 


a2sv-master.zip


반응형