u1timate 不积跬步无以至千里,不积小流无以成江海

设置elastic agent的output为logstash

配置SSL 这里可以新生成ca证书,完成pki的创建,不需要与es的ca证书共用 使用es自带的证书生成工具 /usr/share/elasticsearch/bin/elasticsearch-certutil ca --pem 这里重新自定义了生成的文件名称,最终的路径为/usr/share/e

u1timate u1timate Published on 2024-11-05

基于socks5实现系统的全局代理

0x01 Linux 想在linux上通过socks5实现对全局流量的代理,主要基于redsocks+iptables实现。socks5服务开源的很多,比如windows上的ccproxy,linux上的go-proxy等。 iptables 图中使用箭头展示了用户访问使用了iptables的机器的

u1timate u1timate Published on 2024-09-23

基于wazuh的安全检测(2)

0x01 wazuh集成thehive 集成thehive的步骤如下 在wazuh manager中安装thehive的python 依赖包 在 Wazuh manager上创建集成 Python 脚本。 在 Wazuh manager上创建 Bash 脚本。 将 TheHive 服务器集成到 Wa

u1timate u1timate Published on 2024-09-19

基于Wazuh的安全检测(1)

0x01 架构 配置 wazuh version 4.9 wazuh-dashboard-plugins v4.9 OpenSearch Dashboards 2.13.0 系统版本 center:

u1timate u1timate Published on 2024-09-18

自定义nexus插件

环境准备 Java 8 引用官方提供的java项目骨架 nexus oss 3.29.2-02 (api版本类似) https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.29

u1timate u1timate Published on 2024-06-13

openresty精简编译

编译openresty应用,用于开发waf,尽可能做到精简 0x01 nginx 编译准备 系统环境 rocky 9 dnf install pcre pcre-devel zlib zlib-devel libxml2 libxml2-devel libxslt libxslt-devel gd

u1timate u1timate Published on 2024-05-31

PVE使用IMG镜像文件,img/raw转qcow2

将文件上传到iso镜像文件夹中 上传后的文件一般情况下是在var/lib/vz/template/iso/目录下 将img格式的文件转换为qcow2格式 因为qcow2格式的虚拟机可以保存快照 qemu-img convert -f raw -O qcow2 <firmware_name> <out

u1timate u1timate Published on 2024-04-27

ESXI安装网卡驱动

esxi6.7正常使用中,通过离线安装包安装网卡驱动。 首先找到需要找到esxi的网卡驱动下载地址,这里以r8111网卡为例。 进入网站V-Front VIBSDepot Wiki 搜索 一个一个找

u1timate u1timate Published on 2023-06-18

Mysql修改存储目录后出现apparmor="DENIED" operation="mknod"错误

在ubuntu22系统上将mysql的datadir属性修改为自定义的存储目录,重新启动mysql的时候出现以下错误 localhost kernel: [ 10.363102] audit: type=1400 audit(1680406241.956:38): apparmor="DENIE

u1timate u1timate Published on 2023-04-02

删除MacOS系统可执行文件的扩展属性

使用golang的交叉编译在windows上编译macos上的可执行文件,然后移动到macos上添加可执行权限,直接进行app打包时,会出现打包好的app无法执行的问题。如图已经添加可执行权限app运行结果解决方式使用xattr命令删除可执行文件的扩展属性xattr -c 可执行文件执行完成后,再次

u1timate u1timate Published on 2023-01-16
Previous Next