Archive
标签: Web
Apache Log4j2 RCE(CVE-2021-44228)
#!/usr/bin/env python3
import argparse
from colorama import Fore, init
import subprocess
import threading
from pathl...
阅读全文
爬虫-获取返回的json数据写入Excel
#!/usr/bin/python3
import requests,openpyxl,time,shutil,sys
try:
Search_Addres = sys.argv[1]
information...
阅读全文