Files
xss_scanner_mix/xss_scanner/__init__.py
2025-03-09 19:44:06 +08:00

10 lines
311 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
XSS深度漏洞扫描器 - 包初始化
"""
__version__ = '1.0.0'
__author__ = '高级渗透工程师'
__description__ = '一个全面的Web应用安全扫描工具专注于检测XSS漏洞同时也能够发现其他类型的Web安全漏洞。'