上一页 1 ··· 199 200 201 202 203 204 205 206 207 ··· 273 下一页
摘要: 见https://github.com/jpillora/chisel,我使用chisel,本质上是http上封装tcp协议! 下载方法: 在vps机器上: 访问http://149.28.72.184:1080/可以看到web页面,提示:Not found,其中149.28.72.184是vps机 阅读全文
posted @ 2017-09-01 14:46 bonelee 阅读(373) 评论(5) 推荐(0)
摘要: DNS/域名解析 可以看到dns解析是最初的一步,也是最重要的一步。比如访问亲友,要知道他的正确的住址,才能正确地上门拜访。 dns有两种协议,一种是UDP(默认),一种是TCP。 udp 方式,先回应的数据包被当做有效数据 在linux下可以用dig来检测dns。国内的DNS服务器通常不会返回正常 阅读全文
posted @ 2017-09-01 12:09 bonelee 阅读(3825) 评论(0) 推荐(0)
摘要: 利用 ICMP 隧道穿透防火墙 转自:http://xiaix.me/li-yong-icmp-sui-dao-chuan-tou-fang-huo-qiang/ 以前穿透防火墙总是使用 SSH 隧道、DNS 隧道或 HTTP 隧道等等,今天来说一个利用 SNMP 隧道进行穿透工具--icmptun 阅读全文
posted @ 2017-09-01 11:03 bonelee 阅读(6587) 评论(0) 推荐(1)
摘要: DNS Tunnel判定方法: 1、查询DNS请求的域名是否存在备案; 2、查询DNS请求的域名情报信息(以及域名的alex排名); 3、查看相同主域名下子域名编码格式及长度;(存在Base32和Base64编码且较长需要多加关注,同时xshellghost dns tunnel关注下) 4、利用浏 阅读全文
posted @ 2017-09-01 10:36 bonelee 阅读(703) 评论(0) 推荐(0)
摘要: 假设有如下数据,以空格为数据列分割: 1 何维川 124.63 172 0.72 2 张子寅 99.67 172 0.58 3 周广滨 93.34 188 0.50 4 陈兴 41.86 188 0.22 5 薛永成 26.68 188 0.14 6 张永福 18.25 188 0.10 7 李华田 阅读全文
posted @ 2017-08-31 17:52 bonelee 阅读(5973) 评论(1) 推荐(0)
摘要: 说下shard出现的几个状态说明: relocating_shards shows the number of shards that are currently moving from one node to another node(现网中遇到,因为kill -9重启es的方法不对,导致node 阅读全文
posted @ 2017-08-31 17:44 bonelee 阅读(12570) 评论(1) 推荐(0)
摘要: Red Cluster! 摘自:http://blog.kiyanpro.com/2016/03/06/elasticsearch/reroute-unassigned-shards/ There are 3 cluster states: When cluster health is red, i 阅读全文
posted @ 2017-08-31 17:26 bonelee 阅读(5981) 评论(2) 推荐(0)
摘要: Recovering unassigned shards on elasticsearch 2.x 摘自:https://z0z0.me/recovering-unassigned-shards-on-elasticsearch/ I got accross the problem when dec 阅读全文
posted @ 2017-08-31 17:24 bonelee 阅读(615) 评论(1) 推荐(0)
摘要: How to resolve unassigned shards in Elasticsearch 转自:https://www.datadoghq.com/blog/elasticsearch-unassigned-shards/ How to resolve unassigned shards 阅读全文
posted @ 2017-08-31 17:20 bonelee 阅读(843) 评论(1) 推荐(0)
摘要: 解决方法:(1)如果是红色的,可以直接分片shard给你认为有最新(或最多)数据的节点。见下: 摘自:https://discuss.elastic.co/t/how-to-resolve-the-unassigned-shards/87635 Use the reroute command to 阅读全文
posted @ 2017-08-31 15:50 bonelee 阅读(6310) 评论(2) 推荐(0)
上一页 1 ··· 199 200 201 202 203 204 205 206 207 ··· 273 下一页