Linux
-
Shell数组的坑
先看现象 # 写法一: root@localhost:~# arry=() root@localhost:~# str=aa root@localhost:~# if [[ "$str" =~ ${arry[*]} ]]; then echo "ma…… -
Docker 安装 AWVS 25.1.250204093
Hub镜像地址:https://hub.docker.com/r/0xgkd/awvs docker run -it -d -p 13443:3443 0xgkd/awvs 访问: URL: https://YOUR_IP:13443 username: admin@gkd.co…… -
使用Charles抓取APP https请求
说明 常见的抓包工具对于抓http请求没有任何问题,也很方便,只需要在电脑开启代理,手机wifi代理设置为电脑IP以及代理端口即可。但是想要抓https包就不那么简…… -
Reverse Shell
简介 Reverse Shell 反向Shell。 通常我们在服务器上会开放一个ssh 22端口,本地ssh客户端通过此端口进行连接到服务器,这是正向Shell。 但是如果服务器对22…… -
SSH跳板机
场景 如上图所示: 两个Region是相互隔离的,现在需要从A区域的server1连接到B区域的server2,server1和server2都在各自的内网中,但是两个区域都有一台可以…… -
VMware虚拟机设置
允许root远程登录 vim /etc/ssh/sshd_config 设置 PermitRootLogin yes 删除普通用户alex userdel -r alex 处理克隆虚拟机IP重复问题 ubutnu20 编辑: v…… -
Caused by: hudson.plugins.git.GitException: Command “git fetch –tags –force –progress — https://gitlab.xxx.com/xx.git +refs/heads/*:refs/remotes/origin/*” returned status code 128:
在Jenkins构建过程中出现如下错误: > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials…… -
RocketMQ 裸机部署 Docker部署
RocketMQ 官方文档:https://rocketmq.apache.org/docs/%E4%BB%8B%E7%BB%8D/02quickstart 裸机部署-单机 机器规划 1台机器: 机器A:192.168.200.137 环境 Roc…… -
记一次服务器被安插挖矿木马rsyslogds的处理过程
收到告警 收到告警报告说服务器CPU高: 服务器检查 马上上服务器查看top: 看到有3个名为rsyslogds的进程导致的CPU高,初看还以为是系统进程rsyslog,仔细看…… -
简单易用的端口转发工具rinetd
官网:http://www.rinetd.com/ 安装如下: yum install -y gcc wget http://www.rinetd.com/download/rinetd.tar.gz tar -zxvf rinetd.tar.gz cd ri……
厉害
评论于 通过修改hosts去除小米电视广告