摘要: 一、资源 公网服务器 域名 内网服务 frp 二、用途 frp很强大,这里重点说明外网访问内网的web服务,主要功能如下: 通过 ssh 访问公司内网机器 通过自定义域名访问部署于内网的 web 服务 转发 DNS 查询请求 转发 Unix 域套接字 对外提供简单的文件访问服务 为本地 HTTP 服 阅读全文
posted @ 2021-03-17 16:29 伊泽瑞尔╰ 阅读(103) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python# -*- coding:utf-8 -*-import xlwtfrom selenium import webdriver# from selenium.webdriver.common.desired_capabilities import Desir 阅读全文
posted @ 2020-04-14 09:45 伊泽瑞尔╰ 阅读(1406) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python# -*- coding:utf-8 -*-import requestsimport jsonimport time# 2# fillder 中取得一些不变得信息# req_id = "0614ymV0y86FlTVXB02AXd8p"# uin 【自己改 阅读全文
posted @ 2020-04-14 09:33 伊泽瑞尔╰ 阅读(1575) 评论(0) 推荐(0)
摘要: 脚本: win7版: wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https:// 阅读全文
posted @ 2020-03-28 16:51 伊泽瑞尔╰ 阅读(299) 评论(0) 推荐(0)
摘要: 一、TCPCopy相关的尝试 TCPCopy是用来做TCP重放的,常用的场景是把线上流量复制到测试环境,用来排查线下不容易重现的问题,或者对测试环境做压力测试。 TCPCopy分为两部分,tcpcopy和intercept,很多文档都不会告诉你什么是intercept。以把线上服务器流量复制到线下的 阅读全文
posted @ 2020-01-01 18:14 伊泽瑞尔╰ 阅读(2256) 评论(0) 推荐(0)