摘要:1、使用下面命令下载部署wpscan的docker环境 docker pull wpscanteam/wpscan 2、扫描 docker run -it --rm wpscanteam/wpscan --url https://target.tld/ --enumerate u https://t
阅读全文
摘要:首先我们都知道,windows系统中cmd环境下查看文本文件的命令是type,如果要在很多文本文件中搜索指定字段时可以用type *(类似linux系统的cat *) 一时有点凌乱,东西有点多,随着深入查找,发现问题也有点多 1、chcp 936和chcp 65001的区别 2、find和finds
阅读全文
摘要:安装mailx yum install mailx -y (centos环境)apt-get install mailutils -y (debian环境正在测试) 配置mail vi /etc/mail.rc 直接在后面追加下面内容,这里用的腾讯企业邮箱 set smtp=smtps://smtp
阅读全文
摘要:yum安装包的报错信息如下: [root@iZb3kuz33l2fzfZ ~]# yum install screen -y File "/bin/yum", line 30 except KeyboardInterrupt, e: ^ SyntaxError: invalid syntax 是因为
阅读全文