domain_wappalyzer.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:DataSploit 作者: zanyarjamal 项目源码 文件源码
def main():
    domain = sys.argv[1]
    print colored(style.BOLD + '\n---> Wapplyzing web page of base domain:\n' + style.END, 'blue')

    #make proper URL with domain. Check on ssl as well as 80.
    print "Hitting HTTP:\n",
    try:
        targeturl = "http://" + domain
        wappalyzeit(targeturl)
    except:
        print "[-] HTTP connection was unavailable"
    print "\nHitting HTTPS:\n",
    try:
        targeturl = "https://" + domain
        wappalyzeit(targeturl)
    except:
        print "[-] HTTPS connection was unavailable"
    print "\n-----------------------------\n"
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号