路漫漫其修远兮,吾将上下而求索

导航

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 39 下一页

2021年7月15日 #

CMD中关于find和findstr命令一点区别的发现和记录

摘要: 首先我们都知道,windows系统中cmd环境下查看文本文件的命令是type,如果要在很多文本文件中搜索指定字段时可以用type *(类似linux系统的cat *) 一时有点凌乱,东西有点多,随着深入查找,发现问题也有点多 1、chcp 936和chcp 65001的区别 2、find和finds 阅读全文

posted @ 2021-07-15 22:56 爱在西元间 阅读(470) 评论(0) 推荐(0)

2021年7月13日 #

Linux配置mail发送登录通知邮件功能

摘要: 安装mailx yum install mailx -y (centos环境)apt-get install mailutils -y (debian环境正在测试) 配置mail vi /etc/mail.rc 直接在后面追加下面内容,这里用的腾讯企业邮箱 set smtp=smtps://smtp 阅读全文

posted @ 2021-07-13 16:32 爱在西元间 阅读(1191) 评论(0) 推荐(1)

2021年7月6日 #

File "/bin/yum", line 30 except KeyboardInterrupt, e: SyntaxError: invalid syntax 报错的解决

摘要: yum安装包的报错信息如下: [root@iZb3kuz33l2fzfZ ~]# yum install screen -y File "/bin/yum", line 30 except KeyboardInterrupt, e: ^ SyntaxError: invalid syntax 是因为 阅读全文

posted @ 2021-07-06 03:23 爱在西元间 阅读(1616) 评论(0) 推荐(0)

2021年6月28日 #

批处理的个人日常使用集锦(持续更新)bat、cmd

摘要: 做一个批处理的常见批量操作集合(之前的忘记写了,从现在开始一点点记下来,以前xp时代写过不少工具,有内网群扫ip并验证开机的,autorun病毒清除的,杀毒的,文件目录管理的等等) chcp 65001 采用utf-8编码,支持中文,解决乱码 1、复制当前目录下的1.xls到当前目录下的所有子目录中 阅读全文

posted @ 2021-06-28 23:48 爱在西元间 阅读(134) 评论(0) 推荐(0)

弱口令汇总

摘要: 日常弱口令 123456 admin password admin@123 88888888 12345678 tomcat后台常见弱口令 用户名: tomcat admin 口令: tomcat admin 123456 admin123 weblogic常见默认口令 weblogic:Oracl 阅读全文

posted @ 2021-06-28 22:09 爱在西元间 阅读(157) 评论(0) 推荐(0)

php一句话图片马上传绕过

摘要: 主页 burpsuite截获,修改后缀为php,末尾加上一句话马(内容开头一定要是图片文件标志头),上传成功并返回路径 <?php @eval($_POST['c']);?> 其他测试: 1、删掉部分图片内容时(图片文件头不对),无法上传 2、可以修改图片文件头为gif文件的标志头:GIF87a或者 阅读全文

posted @ 2021-06-28 14:01 爱在西元间 阅读(4413) 评论(0) 推荐(0)

2021年6月25日 #

linux口令文件shadow加密复现

摘要: 创建测试账号abc,口令abcdefg useradd abcpasswd abc cat /etc/shadow 查看系统生成的口令 abc:$6$IIxEKxve$fRj6OFj7I4SqgdN6fVTFOHt8UVLpBNN50QbYp4MrS9SuX2Zi/J8qfDhfdRepQF4gBB 阅读全文

posted @ 2021-06-25 17:10 爱在西元间 阅读(263) 评论(0) 推荐(0)

linux系统使用screen工具恢复断开的会话

摘要: 服务器环境是Debian 初次需要下载安装 apt-get install screen 所有参数 Use: screen [-opts] [cmd [args]] or: screen -r [host.tty] Options: -4 Resolve hostnames only to IPv4 阅读全文

posted @ 2021-06-25 16:58 爱在西元间 阅读(642) 评论(0) 推荐(0)

snmp协议漏洞的msf利用

摘要: 利用msf的snmp扫描模块 use auxiliary/scanner/snmp/snmp_login options 看下选项,填ip即可,端口默认161set rhosts ip run use auxiliary/scanner/snmp/snmp_enumoptionsset rhosts 阅读全文

posted @ 2021-06-25 10:35 爱在西元间 阅读(938) 评论(0) 推荐(0)

2021年6月9日 #

burpsuite Intruder结果导出为excel

摘要: 阅读全文

posted @ 2021-06-09 13:18 爱在西元间 阅读(1150) 评论(0) 推荐(0)

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 39 下一页