Any hint for not_art

Any hit for doing not_art. The new Misc Challenges

The only hint I got its nothing like Art :smiley:

now this is a stego challenge.

@smm2 said:
Art - Challenges - Hack The Box :: Forums

does that help at all?
i tried to use the online resource i used to solve that challenge.
but error was returned (i guess that is why the challenge has NOT in the name)

Maybe you have to ā€œfixā€ the colorsā€¦ I am trying to do that right nowā€¦

@5l1ph4ck3r said:
Maybe you have to ā€œfixā€ the colorsā€¦ I am trying to do that right nowā€¦

any luck?

No, not any luck at allā€¦ I will try something elseā€¦

anyone can throw out a hint for this one?
tried stego tools
tried changing colors.
still no success.
is there a chance we have to combine it with the art challenge image?

@w31rd0 said:
anyone can throw out a hint for this one?
tried stego tools
tried changing colors.
still no success.
is there a chance we have to combine it with the art challenge image?

I tried combining them and tried comparing differences but still no luck .
judging from the difficulty rating im afraid we have to debug ā€¦

So this is a stego challenge, how many different ways can a message be hidden in a picture?

@hmgh0st said:
So this is a stego challenge, how many different ways can a message be hidden in a picture?

i do not think that there is a good estimation for that.
looking into challenges here some can be really unique.
and may require different ways of processing until you figure out the way the flag is hidden

@hmgh0st said:
So this is a stego challenge, how many different ways can a message be hidden in a picture?

well it can be hidden within LSB and checked
steghide checked and it said the file format isnt supported
file command sais it is a PNG

what else can i check?

@McBlocked said:
well it can be hidden within LSB and checked

it could be hidden with LSB. I honestly havenā€™t solved it yet, but the idea had crossed my mind yesterday and I started digging into it. It could also not be hidden with LSB.

@w31rd0 said:

@hmgh0st said:
So this is a stego challenge, how many different ways can a message be hidden in a picture?

i do not think that there is a good estimation for that.
looking into challenges here some can be really unique.
and may require different ways of processing until you figure out the way the flag is hidden

This is also very much true. Also the question was rhetorical, but it makes you think and may turn up something else. I checked out two color-related programming langs, but they both turned up nothing. I moved to checking byte differences, which may result in google searches. Just throwing ideas around, trying to figure it out, myself.

from PIL import Image

:slight_smile:

@decart said:
from PIL import Image

:slight_smile:

Sounds good to me lol.

@hmgh0st said:

@decart said:
from PIL import Image

:slight_smile:

Sounds good to me lol.

Itā€™s not like iā€™m gonna share the whole script :slight_smile: And thatā€™s a reasonable hint to start :slight_smile:

@decart said:

@hmgh0st said:

@decart said:
from PIL import Image

:slight_smile:

Sounds good to me lol.

Itā€™s not like iā€™m gonna share the whole script :slight_smile: And thatā€™s a reasonable hint to start :slight_smile:

Not expecting that. Whereā€™s the fun in sharing entire scripts?! lol. Itā€™s a hint. A very vague one since this could be any number of image manipulating scripts, but itā€™s a hint. Enjoy the challenge, everyone!

Think in threes.

i got the some binary. but canā€™t decode. any one give some hint my path is correct or not.