Login Register


[challenge] compressed folder obfuscation filter_list
Author
Message
RE: [challenge] compressed folder obfuscation #18
(04-17-2015, 01:06 PM)Touka Wrote: Recently, I found out that it's possible to change the extension of any compressed folder (.zip, .rar, even .exe) to .txt or your choice of text file to make it unusable, then change it back when needed to use it.

My challenge is to find a way to do this automatically, using minimal user input. I tired it yesterday and failed pretty hard so good luck to anyone who tries.

I'm confused. Changing the file extension does not make it unusable, it just changes the default program used to open the file; on windows, default programs for the "open" verb for instance depend on the default program assigned to a file extension. Other than that, I can load an executable with a .txt or .jpeg file extension into memory no problem, because the file bytes will never change just by changing the file extension. What point are you trying to get across here?

Touka Wrote:By automatic, I mean after the file name is inputted, the written program would go through the process of changing the extension without any manual intervention

So parsing the file signature and determining the original filetype by that, and renaming the file to it's proper extension automatically? It's as simple as that.

"MZ" - .exe
"PK" - .zip
etc...

Otherwise I don't understand... It's easy to just call the rename() function and change the filename + extension to anything at random.

Reply





Messages In This Thread
RE: [challenge] folder encryption - by Master - 04-17-2015, 01:14 PM
RE: [challenge] folder encryption - by Inori - 04-17-2015, 01:20 PM
RE: [challenge] folder encryption - by Eclipse - 04-17-2015, 01:41 PM
RE: [challenge] folder encryption - by Inori - 04-17-2015, 04:41 PM
RE: [challenge] folder encryption - by Brawler - 04-17-2015, 06:52 PM
RE: [challenge] folder encryption - by Eclipse - 04-17-2015, 07:37 PM
RE: [challenge] folder encryption - by Brawler - 04-17-2015, 07:57 PM
RE: [challenge] folder encryption - by Eclipse - 04-17-2015, 07:59 PM
RE: [challenge] folder encryption - by ring-1 - 04-17-2015, 08:08 PM
RE: [challenge] folder encryption - by Inori - 04-17-2015, 09:12 PM
RE: [challenge] compressed folder obfuscation - by 0xDEAD10CC - 04-18-2015, 07:15 PM



Users browsing this thread: 1 Guest(s)