Files
AngelSword/information/informationmain.py
2017-02-20 17:25:03 +08:00

12 lines
417 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 -*-
'''
name: information漏洞库
referer: unknow
author: Lucifer
description: 包含所有information漏洞类型封装成一个模块
'''
from information.robots_find import robots_find_BaseVerify
from information.git_check import git_check_BaseVerify
from information.jsp_conf_find import jsp_conf_find_BaseVerify
from information.svn_check import svn_check_BaseVerify