diff --git a/TJCTF 2023/neofeudalism/README.md b/TJCTF 2023/neofeudalism/README.md new file mode 100644 index 0000000..cf22388 --- /dev/null +++ b/TJCTF 2023/neofeudalism/README.md @@ -0,0 +1,22 @@ +# neofeudalism +> One of my friends has gotten into neo-feudalism recently. He says that society should be more like a feudalist one, with unequal rights, legal protections, and wealth distribution. + +## About the Challenge + +We given a image and we must find flag from this image + +![chall](images/image.png) + +## How to Solve + +To solve this challenge, we use `zteg` + +For the full command `zsteg -a image.png` which is mean -a is try all known method + +![flag](images/flag.jpg) + +We found flag on `b1,r,msb,yx` section + +``` +tjctf{feudalism_still_bad_ea31e43b} +``` \ No newline at end of file diff --git a/TJCTF 2023/neofeudalism/images/flag.jpg b/TJCTF 2023/neofeudalism/images/flag.jpg new file mode 100644 index 0000000..7216125 Binary files /dev/null and b/TJCTF 2023/neofeudalism/images/flag.jpg differ diff --git a/TJCTF 2023/neofeudalism/images/image.png b/TJCTF 2023/neofeudalism/images/image.png new file mode 100644 index 0000000..8ddba5b Binary files /dev/null and b/TJCTF 2023/neofeudalism/images/image.png differ