摘要:
本文主要用来区别一下几个命令【其实要真正的区别这些概念还应该深入讨论进程的相关知识,这里暂且不表,待续~】 shell subsh... 阅读全文
posted @ 2022-03-06 10:39
叶常落
阅读(155)
评论(0)
推荐(0)
摘要:
小技巧:2>&1把标准错误重定向到标准输出。 2>/dev/null把标准错误扔到黑洞去 本文主要收集linux下各种小命令 ... 阅读全文
posted @ 2022-03-06 10:39
叶常落
阅读(51)
评论(0)
推荐(0)
摘要:
windows API from ctypes import windll kernel32 = windll.kernel32... 阅读全文
posted @ 2022-03-06 10:39
叶常落
阅读(107)
评论(0)
推荐(0)
摘要:
参考 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
叶常落
阅读(59)
评论(0)
推荐(0)
摘要:
peach是一个测试工具。 fuzz是一种模糊测试方法。 本文主要用来讲解peach测试api的方法。 原理就是peach生成各种数据,把这些数据作为参数传递给被测试的接口,从而实现黑盒模糊测试。 linux安装 windows安装 peach版本 ... 阅读全文
posted @ 2022-03-06 10:39
叶常落
阅读(433)
评论(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
叶常落
阅读(92)
评论(0)
推荐(0)
摘要:
who可以查看有谁登陆了系统,who am i 查看我是谁 /etc/motd, /etc/issue.net登陆时显示的信息 1... 阅读全文
posted @ 2022-03-06 10:39
叶常落
阅读(480)
评论(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)

浙公网安备 33010602011771号