Skip to main content

A2SV WEB HACKER

OVERVIEW:

A2SV stands for Auto Scanning to SSL Vulnerability. A2SV performs vulnerability scanning for CCS injection, Heartbleed, Logjam, Freak Attack, Anonymous Cipher, SSL v3 POODLE, SSL v2 Drown, and Crime (SPDY).

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

HOW TO USE:usage: a2sv [-h] [-t TARGET] [-tf TARGETFILE] [-p PORT] [-m MODULE] [-d DISPLAY] [-u] [-v]

OPTIONAL ARRGUMENTS:

-h, --help show this help message and exit
  -t TARGET, --target TARGET
Target URL and IP Address
 $ e.g -t 127.0.0.1
  -tf TARGETFILE, --targetfile TARGETFILE
Target file(list) URL and IP Address
 $ e.g -tf ./target.list
  -p PORT, --port PORT Custom Port / Default: 443
 $ e.g -p 8080
  -m MODULE, --module MODULE
Check SSL Vuln with one module
[anonymous]: Anonymous Cipher
[crime]: Crime(SPDY)
[heart]: HeartBleed
[ccs]: CCS Injection
[poodle]: SSLv3 POODLE
[freak]: OpenSSL FREAK
[logjam]: OpenSSL LOGJAM
[drown]: SSLv2 DROWN
 -d DISPLAY, --display DISPLAY
Display output
[Y,y] Show output
[N,n] Hide output
 -o OUT, --out OUT Result write to file
 $ e.g -o /home/yourdir/result.txt
 -u, --update Update A2SV (GIT)
 -v, --version Show Version

SCAN SSL:

 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 -d n
$ python a2sv.py -t 127.0.0.1 -p 8111
$ python a2sv.py -tf target_list.txt

UPDATE A2SV:

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



Comments

Popular posts from this blog

Asus ROG Phone 8 Pro Edition Full Specification

  NETWORK Technology GSM / CDMA / HSPA / LTE / 5G LAUNCH Announced 2024, January 08 Status Available. Released 2024, January 18 BODY Dimensions 163.8 x 76.8 x 8.9 mm (6.45 x 3.02 x 0.35 in) Weight 225 g (7.94 oz) Build Glass front (Gorilla Glass Victus 2), glass back (Gorilla Glass), aluminum frame SIM Dual SIM (Nano-SIM, dual stand-by)   IP68 dust/water resistant (up to 1.5m for 30 min) 341 Mini-LED programmable matrix (on the back) Pressure sensitive zones (Gaming triggers) DISPLAY Type LTPO AMOLED, 1B colors, 165Hz, HDR10, 1600 nits (HBM), 2500 nits (peak) Size 6.78 inches, 111.0 cm 2  (~88.2% screen-to-body ratio) Resolution 1080 x 2400 pixels, 20:9 ratio (~388 ppi density) Protection Corning Gorilla Glass Victus 2   Always-On display PLATFORM OS Android 14 Chipset Qualcomm SM8650-AB Snapdragon 8 Gen 3 (4 nm) CPU Octa-core (1x3.3 GHz Cortex-X4 & 5x3.2 GHz Cortex-A720 & 2x2.3 GHz Cortex-A520) GPU Adreno 750 MEMORY Card slot No Internal 512GB 16GB RAM, 1TB ...

Grand Theft Auto 5 could crash your Xbox 360

Grand Theft Auto 5 could crash your Xbox 360  0 Xbox 360 elite The release of the 5th installment in the Grand Theft Auto series has been nothing short of expected as the game sells millions and millions of copies worldwide there is still some concern over playing it with the first generation Xbox 360. There are a couple of users that are playing the game on the older, first released Xbox 360 and they are claiming that the game freezes and/or will not play at all. The game simply will not load and it might be because the game has 2 discs, one for installation and the other for gameplay. Back around 2008, the Xbox 360 was not geared for games that were going to be graphically intensive; such is the   latest Grand Theft Auto 5 . Rockstar Games pulled out all of the stops and even though the problems are coming in from the older generation of the Xbox 360, the game appears to be working just fine with the other models released over the years. According...