2021-12-01から1ヶ月間の記事一覧
NIST Hacking Case Scenario On 09/20/04 , a Dell CPi notebook computer, serial # VLQLW, was found abandoned along with a wireless PCMCIA card and an external homemade 802.11b antennae. It is suspected that this computer was used for hacking…
docker buildしたときのレイヤーごとに作成されたファイルの在りかを探る。 使用するDockerfile Dockerfileはdockerの公式サイトのgo buildサンプルを使用する。 # syntax=docker/dockerfile:1 FROM golang:1.16-alpine WORKDIR /app # git clone https://gi…