Any hint for not_art

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.

I’m only almost there only that last step I think :flushed: