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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
xsssniper — 자동 XSS 발견 도구 | Kitploit
도구/GitHubGitHub/gbrindisi/xsssniper
Web Vulnerability ScannersVulnerability AnalysisWeb SecurityFuzzing
GitHubgbrindisi/xsssniper

xsssniper

자동 XSS 발견 도구

저장소 보기웹사이트
4191198년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

XSSSNIPER

xsssniper는 대량 스캔 기능을 갖춘 편리한 XSS 탐지 도구입니다.

사용법:

root@kitploit:~
Usage: xsssniper.py [options]

Options:
  -h, --help            show this help message and exit
  -u URL, --url=URL     target URL
  --post                try a post request to target url
  --data=POST_DATA      post data to use
  --threads=THREADS     number of threads
  --http-proxy=HTTP_PROXY
                        scan behind given proxy (format: 127.0.0.1:80)
  --tor                 scan behind default Tor
  --crawl               crawl target url for other links to test
  --forms               crawl target url looking for forms to test
  --user-agent=USER_AGENT
                        provide an user agent
  --random-agent        perform scan with random user agents
  --cookie=COOKIE       use a cookie to perform scans
  --dom                 basic heuristic to detect dom xss

예시:

GET 매개변수로 단일 URL 스캔:

root@kitploit:~
$ python xsssniper.py -u "http://target.com/index.php?page=test"

POST 매개변수로 단일 URL 스캔:

root@kitploit:~
$ python xsssniper.py -u "http://target.com/index.php" --post --data=POST_DATA

스캔할 양식을 찾기 위해 단일 URL 크롤링:

root@kitploit:~
$ python xsssniper.py -u "http://target.com" --forms

전체 웹사이트 대량 스캔:

root@kitploit:~
$ python xsssniper.py -u "http://target.com" --crawl

전체 웹사이트 및 포함된 양식 대량 스캔:

root@kitploit:~
$ python xsssniper.py -u "http://target.com" --crawl --forms

대상 페이지의 자바스크립트(임베디드 및 링크)를 분석하여 일반적인 sink와 소스를 검색합니다:

root@kitploit:~
$ python xsssniper.py -u "http://target.com" --dom

감사합니다:

  • Miroslav Stamparm
  • Claudio Telmon

라이선스

ISC 라이선스.

Copyright (c) 2012, Gianluca Brindisi < [email protected] >

본 소프트웨어를 무료로 또는 유료로 모든 목적으로 사용, 복사, 수정 및/또는 배포할 수 있는 권한은 위의 저작권 표시와 이 허가 표시가 모든 사본에 포함되는 조건으로 부여됩니다.

본 소프트웨어는 '있는 그대로' 제공되며, 저자는 상품성과 적합성에 대한 묵시적 보증을 포함하여 이 소프트웨어와 관련된 모든 보증을 부인합니다. 어떠한 경우에도 저자는 계약, 불법 행위 또는 기타 행위로 인해 발생하는 특별, 직접, 간접, 결과적 손해 또는 사용, 데이터 또는 이익의 손실로 인한 손해에 대해 책임을 지지 않습니다.

도구 다운로드