挨踢而思 挨踢了,就要学会思考。

git仓库迁移脚本

git_move.sh 脚本用于把git,从旧仓库,迁移到新仓库 git_move.sh 支持两个参数:源仓库地址,目的仓库地址 执行示例: sh git_move.sh git@git.xxxx/test.git ssh://git@jr.xxxx.com/test.git 脚本执行前,必须确保如

Administrator Administrator Published on 2024-08-06

fiddler 自定义 script

向指定链接发送指定文本 import System.Web; //发送指定请求 if (!oSession.fullUrl.Contains("127.0.0.1")) { //var url = oSession.url; var url = oSession.fullUr

Administrator Administrator Published on 2024-08-06

阿里云 Maven公共代理仓库

https://developer.aliyun.com/mvn/guide 阿里云Maven中央仓库为 阿里云云效 提供的公共代理仓库,帮助研发人员提高研发生产效率,使用阿里云Maven中央仓库作为下载源,速度更快更稳定。

Administrator Administrator Published on 2024-08-06

JVM中内存的设置和分配(最大内存,总内存,剩余内存的区别)

1、设置分配的内存大小 -vmargs -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M -vmargs 说明后面是VM的参数,所以后面的其实都是JVM的参数了 -Xms128m JVM初始分配的堆内存 -Xmx512m JVM最大允许分

Administrator Administrator Published on 2024-08-06

js 反混淆 操作 hook Function eval

hook `Function`: ```js Function.prototype.__defineGetter__('constructor', function() { return function(...args) { console.log('code:', ...args); retu

Administrator Administrator Published on 2024-08-06

网页暗链隐藏的N种姿势

一、介绍 暗链也称黑链,即隐蔽链接,是黑帽SEO的作弊手法之一,其目的就是利用高权重网站外链来提升自身站点排名。 一般来说,暗链是由攻击者入侵网站后植入的,暗链在网页页面上不可见或者极易被忽略,但是搜索引擎仍然可以通过分析网页的源代码收录这些链接,如果有大量网站甚至一些高权重的网站都链向它们,积少成

Administrator Administrator Published on 2024-08-06

go语言学习文档

go语言学习文档: http://www.topgoer.com/ Go 语言 简明教程 https://studygolang.com/articles/13958 Go语言入门教程,Golang入门教程(非常详细) http://c.biancheng.net/golang/ 菜鸟教程: htt

Administrator Administrator Published on 2024-08-06

使用Docker 部署 极狐GitLab

官方文档: https://docs.gitlab.cn/jh/install/docker.html 极狐GitLab 容器使用主机装载的卷来存储持久数据:

Administrator Administrator Published on 2024-08-06

安装最新版 docker-compose

1.下载最新版本 docker-compose https://github.com/docker/compose/releases wget https://github.com/docker/compose/releases/download/v2.18.1/docker-compose-lin

Administrator Administrator Published on 2024-08-06

BurpSuite 渗透测试初探

必备工具 Burp Yakit Burp常用插件 https://github.com/gh0stkey/HaE https://github.com/smxiazi/xia_sql https://github.com/portswigger/authz https://github

Administrator Administrator Published on 2024-08-06

reCAPTCHA 与 hCaptcha 对比

总结: 用户体验:reCAPTCHA 更好,国内加载速度比hCaptcha 快 费用成本:hCaptcha 基础版本免费,reCAPTCHA 收费 集成成本:hCaptcha 兼容 reCAPTCHA 接口,难易程度相当 1.reCAPTCHA 1.1 官网 : https://developers

Administrator Administrator Published on 2024-08-06

Git第三方仓库安装方式(IUS)

官方网站 https://ius.io/setup RHEL/CentOS 7 yum install \ https://repo.ius.io/ius-release-el7.rpm \ https://dl.fedoraproject.org/pub/epel/epel-release-lat

Administrator Administrator Published on 2024-08-06
Previous Next