hwm2015 发表于 2019-3-31 12:30:13

以下是360蜘蛛实时监测脚本,其他搜索引擎的以此类推,如果实在不会写,我分享到网盘里面。

监测蜘蛛爬行脚本

#!/bin/bash

cd /home/wwwlogs

SpiderNum=`cat bbs.cnblackhat.com.log | grep 360Spider | wc -l`

spider() {

SpiderIp="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' '  '{print $1}' | sed -n $i'p'`"

SpiderTime="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $4}' | sed -n $i'p'`"

SpiderTarget="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $7}' | sed -n $i'p'`"

SpiderStatus="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $9}' | sed -n $i'p'`"

SpiderType="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $20}' | sed -n $i'p'`"


echo "$SpiderIp : $SpiderTime : $SpiderTarget : $SpiderStatus : $SpiderType"
}

for ((i=1; i<=$SpiderNum; i++))
do
spider
done


其它搜索引擎脚本下载地址:

购买主题 已有 24 人购买  本主题需向作者支付 4 黑币 才能浏览

x15881588 发表于 2019-5-24 16:32:55

以下是360蜘蛛实时监测脚本,其他搜索引擎的以此类推,如果实在不会写,我分享到网盘里面。

监测蜘蛛爬行脚本

#!/bin/bash

cd /home/wwwlogs

SpiderNum=`cat bbs.cnblackhat.com.log | grep 360Spider | wc -l`

spider() {

SpiderIp="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' '  '{print $1}' | sed -n $i'p'`"

SpiderTime="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $4}' | sed -n $i'p'`"

SpiderTarget="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $7}' | sed -n $i'p'`"

SpiderStatus="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $9}' | sed -n $i'p'`"

SpiderType="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $20}' | sed -n $i'p'`"


echo "$SpiderIp : $SpiderTime : $SpiderTarget : $SpiderStatus : $SpiderType"
}

for ((i=1; i<=$SpiderNum; i++))
do
spider
done


其它搜索引擎脚本下载地址:

购买主题 已有 24 人购买  本主题需向作者支付 4 黑币 才能浏览

dhb94 发表于 2019-9-5 08:22:41

以下是360蜘蛛实时监测脚本,其他搜索引擎的以此类推,如果实在不会写,我分享到网盘里面。

监测蜘蛛爬行脚本

#!/bin/bash

cd /home/wwwlogs

SpiderNum=`cat bbs.cnblackhat.com.log | grep 360Spider | wc -l`

spider() {

SpiderIp="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' '  '{print $1}' | sed -n $i'p'`"

SpiderTime="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $4}' | sed -n $i'p'`"

SpiderTarget="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $7}' | sed -n $i'p'`"

SpiderStatus="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $9}' | sed -n $i'p'`"

SpiderType="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $20}' | sed -n $i'p'`"


echo "$SpiderIp : $SpiderTime : $SpiderTarget : $SpiderStatus : $SpiderType"
}

for ((i=1; i<=$SpiderNum; i++))
do
spider
done


其它搜索引擎脚本下载地址:

购买主题 已有 24 人购买  本主题需向作者支付 4 黑币 才能浏览

野生萝莉 发表于 2020-6-5 09:26:02

以下是360蜘蛛实时监测脚本,其他搜索引擎的以此类推,如果实在不会写,我分享到网盘里面。

监测蜘蛛爬行脚本

#!/bin/bash

cd /home/wwwlogs

SpiderNum=`cat bbs.cnblackhat.com.log | grep 360Spider | wc -l`

spider() {

SpiderIp="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' '  '{print $1}' | sed -n $i'p'`"

SpiderTime="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $4}' | sed -n $i'p'`"

SpiderTarget="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $7}' | sed -n $i'p'`"

SpiderStatus="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $9}' | sed -n $i'p'`"

SpiderType="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $20}' | sed -n $i'p'`"


echo "$SpiderIp : $SpiderTime : $SpiderTarget : $SpiderStatus : $SpiderType"
}

for ((i=1; i<=$SpiderNum; i++))
do
spider
done


其它搜索引擎脚本下载地址:

购买主题 已有 24 人购买  本主题需向作者支付 4 黑币 才能浏览

Fufuu 发表于 2020-6-7 15:09:32

以下是360蜘蛛实时监测脚本,其他搜索引擎的以此类推,如果实在不会写,我分享到网盘里面。

监测蜘蛛爬行脚本

#!/bin/bash

cd /home/wwwlogs

SpiderNum=`cat bbs.cnblackhat.com.log | grep 360Spider | wc -l`

spider() {

SpiderIp="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' '  '{print $1}' | sed -n $i'p'`"

SpiderTime="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $4}' | sed -n $i'p'`"

SpiderTarget="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $7}' | sed -n $i'p'`"

SpiderStatus="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $9}' | sed -n $i'p'`"

SpiderType="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $20}' | sed -n $i'p'`"


echo "$SpiderIp : $SpiderTime : $SpiderTarget : $SpiderStatus : $SpiderType"
}

for ((i=1; i<=$SpiderNum; i++))
do
spider
done


其它搜索引擎脚本下载地址:

购买主题 已有 24 人购买  本主题需向作者支付 4 黑币 才能浏览

diaozhegenyan 发表于 2020-7-13 21:44:15

以下是360蜘蛛实时监测脚本,其他搜索引擎的以此类推,如果实在不会写,我分享到网盘里面。

监测蜘蛛爬行脚本

#!/bin/bash

cd /home/wwwlogs

SpiderNum=`cat bbs.cnblackhat.com.log | grep 360Spider | wc -l`

spider() {

SpiderIp="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' '  '{print $1}' | sed -n $i'p'`"

SpiderTime="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $4}' | sed -n $i'p'`"

SpiderTarget="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $7}' | sed -n $i'p'`"

SpiderStatus="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $9}' | sed -n $i'p'`"

SpiderType="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $20}' | sed -n $i'p'`"


echo "$SpiderIp : $SpiderTime : $SpiderTarget : $SpiderStatus : $SpiderType"
}

for ((i=1; i<=$SpiderNum; i++))
do
spider
done


其它搜索引擎脚本下载地址:

购买主题 已有 24 人购买  本主题需向作者支付 4 黑币 才能浏览

碎冰冰 发表于 2021-7-14 00:02:27

以下是360蜘蛛实时监测脚本,其他搜索引擎的以此类推,如果实在不会写,我分享到网盘里面。

监测蜘蛛爬行脚本

#!/bin/bash

cd /home/wwwlogs

SpiderNum=`cat bbs.cnblackhat.com.log | grep 360Spider | wc -l`

spider() {

SpiderIp="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' '  '{print $1}' | sed -n $i'p'`"

SpiderTime="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $4}' | sed -n $i'p'`"

SpiderTarget="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $7}' | sed -n $i'p'`"

SpiderStatus="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $9}' | sed -n $i'p'`"

SpiderType="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $20}' | sed -n $i'p'`"


echo "$SpiderIp : $SpiderTime : $SpiderTarget : $SpiderStatus : $SpiderType"
}

for ((i=1; i<=$SpiderNum; i++))
do
spider
done


其它搜索引擎脚本下载地址:

购买主题 已有 24 人购买  本主题需向作者支付 4 黑币 才能浏览

zhan1993 发表于 2021-9-24 12:17:59

以下是360蜘蛛实时监测脚本,其他搜索引擎的以此类推,如果实在不会写,我分享到网盘里面。

监测蜘蛛爬行脚本

#!/bin/bash

cd /home/wwwlogs

SpiderNum=`cat bbs.cnblackhat.com.log | grep 360Spider | wc -l`

spider() {

SpiderIp="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' '  '{print $1}' | sed -n $i'p'`"

SpiderTime="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $4}' | sed -n $i'p'`"

SpiderTarget="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $7}' | sed -n $i'p'`"

SpiderStatus="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $9}' | sed -n $i'p'`"

SpiderType="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $20}' | sed -n $i'p'`"


echo "$SpiderIp : $SpiderTime : $SpiderTarget : $SpiderStatus : $SpiderType"
}

for ((i=1; i<=$SpiderNum; i++))
do
spider
done


其它搜索引擎脚本下载地址:

购买主题 已有 24 人购买  本主题需向作者支付 4 黑币 才能浏览

莫问seo 发表于 2023-11-3 22:40:12

以下是360蜘蛛实时监测脚本,其他搜索引擎的以此类推,如果实在不会写,我分享到网盘里面。

监测蜘蛛爬行脚本

#!/bin/bash

cd /home/wwwlogs

SpiderNum=`cat bbs.cnblackhat.com.log | grep 360Spider | wc -l`

spider() {

SpiderIp="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' '  '{print $1}' | sed -n $i'p'`"

SpiderTime="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $4}' | sed -n $i'p'`"

SpiderTarget="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $7}' | sed -n $i'p'`"

SpiderStatus="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $9}' | sed -n $i'p'`"

SpiderType="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $20}' | sed -n $i'p'`"


echo "$SpiderIp : $SpiderTime : $SpiderTarget : $SpiderStatus : $SpiderType"
}

for ((i=1; i<=$SpiderNum; i++))
do
spider
done


其它搜索引擎脚本下载地址:

购买主题 已有 24 人购买  本主题需向作者支付 4 黑币 才能浏览

定位 发表于 2023-11-4 17:51:36

以下是360蜘蛛实时监测脚本,其他搜索引擎的以此类推,如果实在不会写,我分享到网盘里面。

监测蜘蛛爬行脚本

#!/bin/bash

cd /home/wwwlogs

SpiderNum=`cat bbs.cnblackhat.com.log | grep 360Spider | wc -l`

spider() {

SpiderIp="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' '  '{print $1}' | sed -n $i'p'`"

SpiderTime="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $4}' | sed -n $i'p'`"

SpiderTarget="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $7}' | sed -n $i'p'`"

SpiderStatus="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $9}' | sed -n $i'p'`"

SpiderType="`cat bbs.cnblackhat.com.log | grep 360Spider | awk -F ' ' '{print $20}' | sed -n $i'p'`"


echo "$SpiderIp : $SpiderTime : $SpiderTarget : $SpiderStatus : $SpiderType"
}

for ((i=1; i<=$SpiderNum; i++))
do
spider
done


其它搜索引擎脚本下载地址:

购买主题 已有 24 人购买  本主题需向作者支付 4 黑币 才能浏览
页: 1 2 3 [4]
查看完整版本: 各个搜索引擎实时监测蜘蛛爬行脚本(定位原创)