dos cmd ip扫描批处理
@echo off setlocal enabledelayedexpansion set IP_PREFIX=192.168.0. for /l %%i in (1,1,254) do ( set IP=!IP_PREFIX!%%i ping -n 1 -w 100 !IP! | findstr 'TTL' if !errorlevel! equ 0 ( ...
iis web.config http跳转https配置
iis net 2.0经典模式下配置文件 配置好后 网址可自动跳转到https<rewrite>标签的内容放入<system.webServer> 没有的话直接复制 <system.webServer>标签下所有内容到配置文件...
centos fail2ban 放爆破插件安装使用
1.CentOS内置源并未包含fail2ban,需要先安装epel源#安装epel源 yum -y install epel-release #安装fial2ban yum -y install fail2ban2.防爆破配置文件新建文件名:jail.local上传到默认安装路...
jq自动关闭底部弹出层
<div id='ad' style='z-index:100; position: absolute; bottom: 5px; width: 100%; '> <a href='#' target='_blank'> <img src='https://stats.chinaz.com/gj_g/anweishi.gif' ...