Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
a2sv — SSL 취약점 자동 스캐닝 | Kitploit
도구/GitHubGitHub/hahwul/a2sv
ReconnaissanceVulnerability ScannersInformation GatheringNetwork SecurityPenetration TestingArchived
GitHubhahwul/a2sv

a2sv

SSL 취약점 자동 스캐닝

저장소 보기
6351685년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

MIT License

1. A2SV?

SSL 취약점 자동 스캐닝.

HeartBleed, CCS Injection, SSLv3 POODLE, FREAK... 등

A. 지원 취약점

root@kitploit:~
- CVE-2007-1858] Anonymous Cipher
- CVE-2012-4929] CRIME(SPDY)
- CVE-2014-0160] CCS Injection
- CVE-2014-0224] HeartBleed
- CVE-2014-3566] SSLv3 POODLE
- CVE-2015-0204] FREAK Attack
- CVE-2015-4000] LOGJAM Attack
- CVE-2016-0800] SSLv2 DROWN

B. 개발 계획

root@kitploit:~
- PLAN] SSL ACCF
- PLAN] SSL Information Analysis

2. 설치 방법?

A. 다운로드(클론) 및 A2SV 압축 해제

root@kitploit:~
$ git clone https://github.com/hahwul/a2sv.git
$ cd a2sv

B. Python 패키지 / OpenSSL 설치

root@kitploit:~
$ pip install argparse
$ pip install netaddr

$ apt-get install openssl

C. A2SV 실행

root@kitploit:~
$ python a2sv.py -h

3. 사용 방법?

root@kitploit:~
usage: a2sv [-h] [-t TARGET] [-tf TARGETFILE] [-p PORT] [-m MODULE]
[-d DISPLAY] [-u] [-v]

optional arguments:
  -h, --helpshow 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]: https://raw.githubusercontent.com/hahwul/a2sv/HEAD/Crime(SPDY)
[heart]: https://raw.githubusercontent.com/hahwul/a2sv/HEAD/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

[SSL 취약점 스캔]

root@kitploit:~
$ 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

[A2SV 업데이트]

root@kitploit:~
$ python a2sv.py -u

$ python a2sv.py --update

4. 지원

제가 신경을 많이 쓰지 못하는 프로젝트라 답변이 매우 느립니다.

5. 후원

저는 커피를 좋아합니다! 커피 중독자예요.
Buy Me A Coffee

6. 스크린샷

7. 코드 참조 사이트

root@kitploit:~
- poodle : https://github.com/supersam654/Poodle-Checker

- heartbleed : https://github.com/sensepost/heartbleed-poc

- ccs injection : https://github.com/Tripwire/OpenSSL-CCS-Inject-Test

- freak : https://gist.github.com/martinseener/d50473228719a9554e6a
도구 다운로드