2023-03-06
学习笔记
0

tags:

  • opencti
  • docker
  • portainer
  • 威胁情报

ubuntu安装

略,网上一大堆

docker及docker-compose

安装docker

sudo apt-get update && sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] http://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable" && sudo apt-get update && sudo apt-get install -y docker-ce
2022-02-20
注入
0

"APC"是"Asynchronous Procedure Call"(异步过程调用)的缩写,它是一

2022-02-20
注入
0

消息钩子注入原理是利用Windows 系统中SetWindowsHookEx()这个`API

2022-02-20
注入
0

本质上和上面的远程线程注入差别不大,差别就是远程线程注入是在进程启动之后在进程体内创建线程,而劫持进

2022-02-20
注入
0

说起远程线程注入,首先要了解远程线程的一个概念,我们每一个进程中都有很多的线程,如果要在本进程内创建