Skip to content

Commit

Permalink
add auth info
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin_ben authored and Your Name committed Nov 16, 2020
1 parent bbbb794 commit 8588162
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/core/net.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# -*- coding: utf-8 -*-
# Author: kelvinBen
# Github: https://github.com/kelvinBen/AppInfoScanner
import re
import time
import threading
Expand Down Expand Up @@ -39,8 +42,6 @@ def __get_Http_info__(self,threadLock):
# self.worksheet.write(cores.excel_row, 8, label = "")
self.lock.release()



def __get_request_result__(self,url):
result={"status":"","server":"","cookie":"","cdn":"","des_ip":"","sou_ip":"","title":""}
cdn = ""
Expand Down

0 comments on commit 8588162

Please sign in to comment.