日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

尋找網站后臺地址的python腳本

系統 1898 0
            
#!/usr/bin/python 
# This was written for educational purpose only. Use it at your own risk. 
# Author will be not responsible for any damage! 
# 
################################################################# 
# ______  ____  ____                    # 
# |  _ \  \  \ /  /                   # 
# | |_) |  \  \/  /                    # 
# |  _ <   \_  _/                    # 
# | |_) |   | |                     # 
# |______/    |__|                     # 
#                                # 
#  ______   __  _____        ____    __ ___   # 
#  / ____/_ __/ /_ |__ /______   __/ __ \_____/ |/ /  # 
# / /  / / / / __ \ /_  ") 
     
  if code==1: 
    print("\t [+] Scanning " + site + "...\n\n") 
    for admin in php: 
      admin = admin.replace("\n","") 
      admin = "/" + admin 
      host = site + admin 
      print ("\t [#] Checking " + host + "...") 
      connection = httplib.HTTPConnection(site) 
      connection.request("GET",admin) 
      response = connection.getresponse() 
      var2 = var2 + 1
      if response.status == 200: 
        var1 = var1 + 1
        print "%s %s" % ( "\n\n>>>" + host, "Admin page found!") 
        raw_input("Press enter to continue scanning.\n") 
      elif response.status == 404: 
        var2 = var2 
      elif response.status == 302: 
        print "%s %s" % ("\n>>>" + host, "Possible admin page (302 - Redirect)") 
      else: 
        print "%s %s %s" % (host, " Interesting response:", response.status) 
      connection.close() 
    print("\n\nCompleted \n") 
    print var1, " Admin pages found"
    print var2, " total pages scanned"
    raw_input("[/] The Game Over; Press Enter to Exit") 
 
 
  if code==2: 
    print("\t [+] Scanning " + site + "...\n\n") 
    for admin in asp: 
      admin = admin.replace("\n","") 
      admin = "/" + admin 
      host = site + admin 
      print ("\t [#] Checking " + host + "...") 
      connection = httplib.HTTPConnection(site) 
      connection.request("GET",admin) 
      response = connection.getresponse() 
      var2 = var2 + 1
      if response.status == 200: 
        var1 = var1 + 1
        print "%s %s" % ( "\n\n>>>" + host, "Admin page found!") 
        raw_input("Press enter to continue scanning.\n") 
      elif response.status == 404: 
        var2 = var2 
      elif response.status == 302: 
        print "%s %s" % ("\n>>>" + host, "Possible admin page (302 - Redirect)") 
      else: 
        print "%s %s %s" % (host, " Interesting response:", response.status) 
      connection.close() 
    print("\n\nCompleted \n") 
    print var1, " Admin pages found"
    print var2, " total pages scanned"
    raw_input("The Game Over; Press Enter to Exit") 
 
  if code==3: 
    print("\t [+] Scanning " + site + "...\n\n") 
    for admin in cfm: 
      admin = admin.replace("\n","") 
      admin = "/" + admin 
      host = site + admin 
      print ("\t [#] Checking " + host + "...") 
      connection = httplib.HTTPConnection(site) 
      connection.request("GET",admin) 
      response = connection.getresponse() 
      var2 = var2 + 1
      if response.status == 200: 
        var1 = var1 + 1
        print "%s %s" % ( "\n\n>>>" + host, "Admin page found!") 
        raw_input("Press enter to continue scanning.\n") 
      elif response.status == 404: 
        var2 = var2 
      elif response.status == 302: 
        print "%s %s" % ("\n>>>" + host, "Possible admin page (302 - Redirect)") 
      else: 
        print "%s %s %s" % (host, " Interesting response:", response.status) 
      connection.close() 
    print("\n\nCompleted \n") 
    print var1, " Admin pages found"
    print var2, " total pages scanned"
    raw_input("The Game Over; Press Enter to Exit") 
 
  if code==4: 
    print("\t [+] Scanning " + site + "...\n\n") 
    for admin in js: 
      admin = admin.replace("\n","") 
      admin = "/" + admin 
      host = site + admin 
      print ("\t [#] Checking " + host + "...") 
      connection = httplib.HTTPConnection(site) 
      connection.request("GET",admin) 
      response = connection.getresponse() 
      var2 = var2 + 1
      if response.status == 200: 
        var1 = var1 + 1
        print "%s %s" % ( "\n\n>>>" + host, "Admin page found!") 
        raw_input("Press enter to continue scanning.\n") 
      elif response.status == 404: 
        var2 = var2 
      elif response.status == 302: 
        print "%s %s" % ("\n>>>" + host, "Possible admin page (302 - Redirect)") 
      else: 
        print "%s %s %s" % (host, " Interesting response:", response.status) 
      connection.close() 
    print("\n\nCompleted \n") 
    print var1, " Admin pages found"
    print var2, " total pages scanned"
    raw_input("The Game Over; Press Enter to Exit") 
 
  if code==5: 
    print("\t [+] Scanning " + site + "...\n\n") 
    for admin in cgi: 
      admin = admin.replace("\n","") 
      admin = "/" + admin 
      host = site + admin 
      print ("\t [#] Checking " + host + "...") 
      connection = httplib.HTTPConnection(site) 
      connection.request("GET",admin) 
      response = connection.getresponse() 
      var2 = var2 + 1
      if response.status == 200: 
        var1 = var1 + 1
        print "%s %s" % ( "\n\n>>>" + host, "Admin page found!") 
        raw_input("Press enter to continue scanning.\n") 
      elif response.status == 404: 
        var2 = var2 
      elif response.status == 302: 
        print "%s %s" % ("\n>>>" + host, "Possible admin page (302 - Redirect)") 
      else: 
        print "%s %s %s" % (host, " Interesting response:", response.status) 
      connection.close() 
    print("\n\nCompleted \n") 
    print var1, " Admin pages found"
    print var2, " total pages scanned"
    raw_input("The Game Over; Press Enter to Exit") 
 
  if code==6: 
    print("\t [+] Scanning " + site + "...\n\n") 
    for admin in brf: 
      admin = admin.replace("\n","") 
      admin = "/" + admin 
      host = site + admin 
      print ("\t [#] Checking " + host + "...") 
      connection = httplib.HTTPConnection(site) 
      connection.request("GET",admin) 
      response = connection.getresponse() 
      var2 = var2 + 1
      if response.status == 200: 
        var1 = var1 + 1
        print "%s %s" % ( "\n\n>>>" + host, "Admin page found!") 
        raw_input("Press enter to continue scanning.\n") 
      elif response.status == 404: 
        var2 = var2 
      elif response.status == 302: 
        print "%s %s" % ("\n>>>" + host, "Possible admin page (302 - Redirect)") 
      else: 
        print "%s %s %s" % (host, " Interesting response:", response.status) 
      connection.close() 
    print("\n\nCompleted \n") 
    print var1, " Admin pages found"
    print var2, " total pages scanned"
    raw_input("The Game Over; Press Enter to Exit") except (httplib.HTTPResponse, socket.error): 
  print "\n\t[!] Session Cancelled; Error occured. Check internet settings" except (KeyboardInterrupt, SystemExit): 
  print "\n\t[!] Session cancelled"
          


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦?。?!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 普定县| 东乌珠穆沁旗| 万荣县| 娱乐| 启东市| 卢氏县| 林州市| 涡阳县| 明光市| 彰化县| 临漳县| 三原县| 兴国县| 南川市| 离岛区| 盐亭县| 灵石县| 自治县| 福建省| 河源市| 绥滨县| 岳池县| 印江| 新建县| 理塘县| 陇南市| 宿州市| 五大连池市| 志丹县| 金平| 唐海县| 嘉义县| 南平市| 垦利县| 齐齐哈尔市| 长岭县| 大名县| 黑水县| 砀山县| 娱乐| 新安县|