会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
安全工搬砖笔记
root@kali:~/Desktop#echo d2VjaGF0OiBiYXNoMzk= | base64 --decode
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2017年5月4日
Local Authentication Using Challenge Response with Yubikey for CentOS 7
摘要: Connect Yubikey ,then initialize YubiKey slot 2: Create /var/yubico directory for challenge file. TIPs: xiaoxiaoleo is the login user name. add pam co
阅读全文
posted @ 2017-05-04 13:06 小小leo
阅读(793)
评论(0)
推荐(0)
2017年5月2日
计算Linux权限掩码umask值
摘要: 创建文件默认最大权限为666 (-rw-rw-rw-),默认创建的文件没有可执行权限x位。 创建目录默认最大权限777(-rwx-rwx-rwx),默认创建的目录属主是有x权限,允许用户进入。 简单的python脚本计算umask对应的文件和目录权限 umask与文件目录权限对照表 REF:http
阅读全文
posted @ 2017-05-02 10:10 小小leo
阅读(1571)
评论(0)
推荐(0)
2017年4月25日
SELinux 案例 1
摘要: deamon 进程的权限白名单 Generate Policy for Internet Services Daemon,生成一个模板: 代码见https://github.com/xiaoxiaoleo/SELinux-Example 待续..
阅读全文
posted @ 2017-04-25 15:17 小小leo
阅读(248)
评论(0)
推荐(0)
SELinux 案例 2
摘要: 普通进程权限白名单 <!--EndFragment-->
阅读全文
posted @ 2017-04-25 15:17 小小leo
阅读(223)
评论(0)
推荐(0)
2017年4月17日
ShadowBroker公开的SMB远程命令执行漏洞修复
摘要: 有人不知道如何获得MS对应的补丁KB编号,可以看这篇文章了~ 漏洞编号为ms17-010,如何查看对应MS号的补丁已经安装: 下载微软官方的补丁信息列表(Microsoft Security Bulletin Data) https://www.microsoft.com/en-gb/downloa
阅读全文
posted @ 2017-04-17 10:53 小小leo
阅读(1370)
评论(0)
推荐(0)
2017年4月7日
CentOS 7 主机加固手册-下
摘要: CentOS 7 主机加固手册-上 CentOS 7 主机加固手册-中 CentOS 7 主机加固手册-下 0x1f 删除禁用非必要的服务 删除非必要的服务 禁止非必要的服务 禁用Secure RPC Client 服务 Disable rpcgssd: The rpcgssd service ma
阅读全文
posted @ 2017-04-07 16:40 小小leo
阅读(2574)
评论(0)
推荐(0)
CentOS 7 主机加固手册-中
摘要: CentOS 7 主机加固手册-上 CentOS 7 主机加固手册-中 CentOS 7 主机加固手册-下 0x0c 设置/boot/grub2/grub.cfg权限 Set grub.conf to chmod 600: 设置/boot/grub2/grub.cfg的权限为600 0x0d 设置B
阅读全文
posted @ 2017-04-07 16:34 小小leo
阅读(4903)
评论(0)
推荐(0)
CentOS 7 主机加固手册-上
摘要: TIPs: CentOS 7 主机加固手册-上 CentOS 7 主机加固手册-中 CentOS 7 主机加固手册-下 0x01 Kickstart自动化安装 通过kickstart脚本安装操作系统,最小化安装,预分区并设置严格的挂载权限。 0x02 安全地挂载分区 如果网站是动态网站,那么网站所在
阅读全文
posted @ 2017-04-07 16:32 小小leo
阅读(4969)
评论(0)
推荐(0)
2017年3月27日
Ansible在节点间传输文件
摘要: 1. 在控制节点(the control machine )与远程节点( the current remote host)之间传输文件 1.1 如果需要传输文件,可以使用copy模块,注意copy模块不能递归目录: 1.2 可以使用unarchive模块传输打包好的文件夹,在远程节点上自动解压: 1
阅读全文
posted @ 2017-03-27 13:34 小小leo
阅读(16615)
评论(0)
推荐(2)
2017年3月14日
通过监测DLL调用探测Mimikatz
摘要: 通过Sysmon的 l参数可以探测到DLL加载(ImageLoaded): REF: https://securityriskadvisors.com/blog/post/detecting in memory mimikatz/
阅读全文
posted @ 2017-03-14 13:24 小小leo
阅读(806)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告