上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 56 下一页
摘要: 参考 http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(270) 评论(0) 推荐(0)
摘要: 时间转换格式控制符: %Y 年 %m 月 %B 月名 %b 月名缩写 %d 日 %A 星期 %a 星期缩写 %H 时... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(58) 评论(0) 推荐(0)
摘要: peach是一个测试工具。 fuzz是一种模糊测试方法。 本文主要用来讲解peach测试api的方法。 原理就是peach生成各种数据,把这些数据作为参数传递给被测试的接口,从而实现黑盒模糊测试。 linux安装 windows安装 peach版本 ... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(432) 评论(0) 推荐(0)
摘要: $IFS是域分割符echo $IFS|od https://linux.die.net/man/1/tr tr --help or man tr tr translate 用法概要synopsis tr [OPTION]... SET1 [SET2] 从标准... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(89) 评论(0) 推荐(0)
摘要: who可以查看有谁登陆了系统,who am i 查看我是谁 /etc/motd, /etc/issue.net登陆时显示的信息 1... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(479) 评论(0) 推荐(0)
摘要: os.walk() 这个函数yield一个3-tuple(dirpath, dirnames, filenames) 解释 d... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(52) 评论(0) 推荐(0)
摘要: http://pexpect.readthedocs.io/en/stable/ https://github.com/lineu... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(681) 评论(0) 推荐(0)
摘要: procfs 伪文件系统 /proc和普通的目录不一样,这是一个和内核的数据相关的一个目录。proc文件系统中的文件都是有特定用途的... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(112) 评论(0) 推荐(0)
摘要: 参考 http://www.thegeekstuff.com/2012/08/lsof-command-examples/ li... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(175) 评论(0) 推荐(0)
摘要: aide实际上是通过检测系统所发生的变化来判断系统是否遭到入侵 配置文件(不同系统下可能有所区别) /etc/aide.conf ... 阅读全文
posted @ 2022-03-06 10:39 叶常落 阅读(97) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 56 下一页