Author Topic: Hiding files on windows  (Read 16530 times)

0 Members and 1 Guest are viewing this topic.

Offline rasenove

  • Baron
  • ****
  • Posts: 950
  • Cookies: 53
  • ಠ_ಠ
    • View Profile
Hiding files on windows
« on: December 21, 2012, 07:36:21 am »
This is the way I hide my files
First change the files extention to .dll or .exe or something like windows system files.
Then place them in a folder of a softwair tha has a lot of dll , exe files. Rename my file to something simeller to the other dll files.
Then i go to command prommote and change my files attribute so it will be considered as a readonly,hidden and System file.
(Windows doesnt show system files. And doesnt let anyone ddleat a read only file)

So people will think its a system file. And leave it alone.

PLEAS SHOW ME HOW YOT GUYS HIDE YOUR FILES. 

The best way to hide files would be to remand it to something like,
'' Filename/  ''
or
''ABC/"
So NO system can access its directory. becaus "/" is a part of directory.
 
BUT i dont know how to do this.
My secrets have secrets...

Offline parad0x

  • VIP
  • Royal Highness
  • *
  • Posts: 638
  • Cookies: 118
    • View Profile
Re: Hiding files on windows
« Reply #1 on: December 21, 2012, 08:24:27 am »
I don't hide my files.I just go to cmd and type "cacls "Path of the file/folder" /E /P everyone:n"when someone tries to open that file or folder, it gives a msg that you do not have permission to open this file/folder.And also no one can see what is there inside the folder,how large it is and the main thing is that you cannot delete it. :) :) 
« Last Edit: December 21, 2012, 08:25:29 am by Mr. Perfect »

Offline rasenove

  • Baron
  • ****
  • Posts: 950
  • Cookies: 53
  • ಠ_ಠ
    • View Profile
Re: Hiding files on windows
« Reply #2 on: December 21, 2012, 08:52:19 am »
So how do you access the file/folder when you want to ?
My secrets have secrets...

Offline parad0x

  • VIP
  • Royal Highness
  • *
  • Posts: 638
  • Cookies: 118
    • View Profile
Re: Hiding files on windows
« Reply #3 on: December 21, 2012, 09:08:21 am »
So how do you access the file/folder when you want to ?
I just change "everyone:n" to "everyone:f"
One more thing, The command is inside the quotes and when giving the path(it is also without quotes) of the folder/file use backslashes(windows use forward slashes).
For eg: If I want to lock folder named Hello whose path is D:\Games then I will lock this as
1.) open cmd and type ==> cacls D:/Games /E /P everyone:n
To UNLOCK
1.) open cmd and type ==> cacls D:/Games /E /P everyone:f

Got it? ;) ;)

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Hiding files on windows
« Reply #4 on: December 21, 2012, 09:55:32 am »
Well another trick is to make a folder, (put System and hidden attribs, but you don't have to), change icon to indivisible and paste your files there.

Or putting all the files in an archive and binding to an image - there's a great tool in this forum in Java by Deque for that :)

Offline rasenove

  • Baron
  • ****
  • Posts: 950
  • Cookies: 53
  • ಠ_ಠ
    • View Profile
Re: Hiding files on windows
« Reply #5 on: December 21, 2012, 10:08:54 am »
Mr. Perfect : I don't compete that doesn't mean I don't know anything.
 
ME : i never ment anything like that, i asked becaus i didnt know .

As for Kulverstukas,
changing folder icon wont be a good idea.
Becaus the real icon comes back for a sec when you enter the folder where its placed or when you refresh that folder.
Onthe Other hand, a very big imege file is weird and makes everyone curious about it.

Anyway thanks for shairing your ideas.

Staff note: as for you I suggest to use the damn edit button.
« Last Edit: December 21, 2012, 11:01:16 am by Kulverstukas »
My secrets have secrets...

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Hiding files on windows
« Reply #6 on: December 21, 2012, 01:30:34 pm »
There is a post on my blog about this "hide your assets the python way". I give example on doing it in cmd too.
>>>import this
-----------------------------

Offline parad0x

  • VIP
  • Royal Highness
  • *
  • Posts: 638
  • Cookies: 118
    • View Profile
Re: Hiding files on windows
« Reply #7 on: December 21, 2012, 01:39:54 pm »
Mr. Perfect : I don't compete that doesn't mean I don't know anything.
 
ME : i never ment anything like that, i asked becaus i didnt know .
What do you want to say? >:( >:(

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: Hiding files on windows
« Reply #8 on: December 21, 2012, 04:36:49 pm »
What do you want to say? >:( >:(

OP didn't realize that this is your signature.

Offline rasenove

  • Baron
  • ****
  • Posts: 950
  • Cookies: 53
  • ಠ_ಠ
    • View Profile
Re: Hiding files on windows
« Reply #9 on: December 21, 2012, 04:42:07 pm »
What do you want to say? >:( >:(
Sorry i thought your signeture was a part of your reply.

Well another trick is to make a folder, (put System and hidden attribs, but you don't have to), change icon to indivisible and paste your files there.

Or putting all the files in an archive and binding to an image - there's a great tool in this forum in Java by Deque for that :)

changing folder icon wont be a good idea.
Becaus the real icon comes back for a sec when
you enter the folder where its placed or when
you refresh that folder.
Onthe Other hand, a very big imege file is weird
and makes everyone curious about it.
Anyway thanks for shairing your ideas.

Staff note: edit button mothafucka... do you see it?
« Last Edit: December 21, 2012, 04:50:58 pm by Kulverstukas »
My secrets have secrets...

Offline parad0x

  • VIP
  • Royal Highness
  • *
  • Posts: 638
  • Cookies: 118
    • View Profile
Re: Hiding files on windows
« Reply #10 on: December 22, 2012, 07:31:49 am »
OP didn't realize that this is your signature.
What is OP? ???
Can you expand?

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: Hiding files on windows
« Reply #11 on: December 22, 2012, 07:36:30 am »
What is OP? ???
Can you expand?

Original Poster. The person who created the thread.

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Hiding files on windows
« Reply #12 on: December 22, 2012, 09:24:24 pm »
Here you go, hidden folder, already posted on EZ back in June 2012 ;) I new I had posted it somewhere lol

http://evilzone.org/evilzone-releases/stealth-folder/msg23914/#msg23914
« Last Edit: December 22, 2012, 09:24:41 pm by skidiot.h »
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline rasenove

  • Baron
  • ****
  • Posts: 950
  • Cookies: 53
  • ಠ_ಠ
    • View Profile
Re: Hiding files on windows
« Reply #13 on: December 23, 2012, 04:53:12 am »
Here you go, hidden folder, already posted on EZ back in June 2012 ;) I new I had posted it somewhere lol

http://evilzone.org/evilzone-releases/stealth-folder/msg23914/#msg23914

Best method iv ever seen, i think il use mine + yours + mr. Perfects idea.
 But i still want to add a "/" to the file or the folders name.Do You know how to do it?
My secrets have secrets...

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Hiding files on windows
« Reply #14 on: December 23, 2012, 09:23:12 am »
Lol well skidiot's is the same idea what I had described, just that he wrote a tutorial :)