08 2017 档案
摘要:今天和同事学习到的这个方法,学习了,记录一下: . 250 2.0.0 Ok: queued as CDD8C1E06A9 基于RFC 5321来进行发送邮件,之前一直没能洞真正发送邮件的原理。 参考连接:https://tools.ietf.org/html/rfc5321
阅读全文
摘要:昨天看到袁哥微博,看到了这篇,今天测试了一下,记录下来: The DNS Client service does not log by default. However, if a file named %systemroot%\system32\dnsrslvr.log is manually c
阅读全文
摘要:Each UNIX process has 3 UIDs associated to it. Superuser/root is UID=0. UID Read UID. It is of the user/process that created THIS process. It can be c
阅读全文
摘要:// A proof-of-concept local root exploit for CVE-2017-1000112. // Includes KASLR and SMEP bypasses. No SMAP bypass. // Tested on Ubuntu trusty 4.4.0-* and Ubuntu xenial 4-8-0-* kernels. // // Usage: ...
阅读全文