2024-10-01から1ヶ月間の記事一覧

Windows24H2でsudoが使えるようになった話

Windows24H2でsudoが使えるようになった話 sudoの話から,Windowsでsudoが使えるようになった事に対する個人的な意見を書こうかなと.. その前に... Windows11 24H2について Windows11からは,1年に1度の機能更新プログラムがきます.そして2024年10月1日に…

Forensics(Steganographyについて)

CTF

ステガノグラフィ(Steganography) ステガノグラフィとは,情報隠蔽(英語版)技術の一つであり,情報を他の情報に埋め込む技術のこと,あるいはその研究を指す.(Wikipedia) 一見,なにも違和感はないが実は...みたいな感じで, 画像,動画,音声,テキス…

IRON CTF 2024 Writeup(Crypto/Random Pixels)

CTF

Q : My Image accidently fell into a pixel mixer can you help me recover it? A zip file is given, containing a python program (enc.py) to encode the image and the image (encrypted.png). So, we can decode the images. enc.py import random, ti…