AS2V
A2SV means Auto Scanning to SSL Vulnerability.
Auto Scanning for SSL Vulnerabilities is a process used to automatically check for weaknesses or flaws in the SSL/TLS (Secure Sockets Layer/Transport Layer Security) protocol used to secure internet connections 🛡️.
SSL/TLS is crucial for ensuring that data exchanged between your device (like your computer or smartphone) and a website’s server is encrypted and protected from eavesdropping or tampering 👨💻
auto scanning for SSL vulnerabilities is a proactive measure to identify and address potential security risks in the SSL/TLS implementation of websites or servers.
in this article you will learn about how to install AS2V in termux by just single command !
Table of Contents :
Features :
- Anonymous Cipher
- CRIME(SPDY)
- CCS Injection
- HeartBleed
- SSLv3 POODLE
- FREAK Attack
- LOGJAM Attack
- SSLv2 DROWN
Language :
Author Info :
Name :
HAHWUL
About :
Offensive Security Engineer
Github :
https://github.com/hahwul
Tutorial
Step : 1
First of you need to download termux application for install this information gathering tool. if you have already installed in your device then skip this step.
you can checkout “What is Termux ?” post there you will get basic information about what is termux and how its work and also you will get download link of latest version so please click below link and download it.
Step : 2
apt update -y && apt upgrade -y&& pkg install git python2 -y&& git clone https://github.com/hahwul/a2sv && cd a2sv && pip2 install netaddr argparse && python2 a2sv.py
Open the Termux app, paste the given command, and press enter. Ensure a stable internet connection for a faster installation process.
above one line command save your time and make automatic install A2SV in termux ! you can refer to the attached screenshot for guidance on how it should appear after pasting the command.
python2 a2sv.py -h
Successfully installed A2SV in termux , you can see in above screenshot. you can see help menu there is lots of option about modules, ports, update etc..
for scanning website or domain you need to paste below command in termux and please dont forget to replace bhai4you.com domain with your domain name.
python2 a2sv.py -t bhai4you.com
you can see in above screenshot it will check everything’s about your site like ssl, heartbleed, css injection, vulnerability and much more.
If you’re having any issues or need help troubleshooting, drop a comment below💬. We’re here to assist and get you sorted ASAP! 👨💻
Thanks for Reading ♥