05 2022 档案
摘要:Sub Button1_Click() ' ' Button1_Click Macro ' Dim col%, Myr&, Arr, i& Dim Sht As Worksheet, Sht1 As Worksheet Application.ScreenUpdating = False Appli
阅读全文
摘要:linux 主机探测 for i in 10.0.1.{1..254}; do if ping -c 3 -w 3 $i &>/dev/null; then echo $i Find the target; fi; done FOFA 后台挖掘 title="后台" && body="passwor
阅读全文