Address changed !!!

Hello user, The site address has been changed to core2info.blogspot.com please update your bookmark !
Showing posts with label HiDiNG. Show all posts
Showing posts with label HiDiNG. Show all posts

Saturday, December 12, 2009

Secret Information in Image File : Steganography

See the Image below

Hitler : Steganography

Hilter hm??

NO

Now, save the image in your computer by right clicking and choosing “Save Picture As”, then open it with Zipping Softwares like WinRAR, WinZip, or 7-Zip and see what I mean.


You will find some secret files in it!


You can do the same for hiding a secret file in a Picture. The Steps are:

1. Zip or Rar the file you want to hide.

2. Create a Folder and Copy the Zipped or Rar file along with a Picture File. ( Example dxcore.rar and core69.jpg)

3. Make sure that you dont have file extensions hidden by going to Tools -> Folder Options -> View and uncheck the “Hide extensions for known file types” and click OK.

4. Right Click on the empty space of the folder then New>Text Document and name it something like abc.bat. Click OK for changing file extension.

5. Right Click on the abc.bat file and click edit and type something like this:
copy /b core69.jpg + dxcore.rar final.jpg
EXIT

6. Save the file by going to File->Save and open the abc.bat file. core69.jpg and dxcore.rar will combine to form a file named final.jpg.




After opening the final.jpg file you will see a Picture of core69.jpg, but if you open it with WinRAR or 7-Zip it will show your secret file






This is the best example of the Steganography.
Thanks for Reading.

Saturday, June 13, 2009

Deny Access and delete to the folder (Lock)

Lock:

Yes make your folder more secure...

Follow the steps:

1) Open Folder Option

In View Tab Uncheck the Option Use Simple File Sharing


2) Right Click on the Folder which you want to Lock and Goto Properties

Now You will find the new Tab called Security

Click on Your User name and click Deny to all


3) Click Ok

4) Now Just Try to open the folder.
Great!! it will not open.

5) Last step... (Just Make it more secure)
Check the option again in Folder Option for Simple File Sharing
So that no one can see security tab...


Unlock:

1) To Unlock, Now you need to get back the Security Tab, For that You have to Uncheck the
Simple File Sharing in folder option in view tab (Same as Above First Step).


2) Right Click on the Locked Folder and Goto Properties

Go to Security tab

Click on Your User name and click Allow to all


3) Click Ok

4) Now Just Try to open the folder.
Great!! it will open.

5) Last step...
Uncheck the option again in Folder Option for Simple File Sharing
So that no one can see security tab...


Please make a comment..........
Tell Others If You Like it.............


Saturday, May 31, 2008

Lock and Hide Folder Without Software

O!!! Yes You can Set Password To your particular Folder And Also You Can Hide It!!!
Just Paste this in Your NOTEPAD


cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%== pass goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End



Here pass is Your Password You Can change it(In Red Color Above)!!

Goto:
File-->Save as-->
And Name It With .batExtension
For e.g.
Secret.bat
Private.bat
Close It

Just Run It!!!
It Will Create a Folder Named Locker
Copy Your Important thing in it and
Just run Secret.bat File Again

To Unlock Run Secret.bat It will Prompt for password


BUT A PROBLEM!!!

By Changing the Extantion .bat to .txt
Anybody can See Your Password!!!

Solution:

► After Locking Your Personal Folder Change the Address Of secret.batFile
i.e.Just Move it To an Another Location!!!
► For Unlock Just Place it Back to It's Original Location And Run It!!!

Sunday, May 25, 2008

Create Hidden USER ACCOUNT

Yes, YOU Can Create A hidden User ACCOUNT

1) Goto:
Start --> Run--> Regedit
Hit Enter

2) Goto: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList

3) In The Right Panel:
Right Click New-->New-->D Word Value
Rename it as the Name of Account to be Hidden

4) Open It Put 0 for Hidding and 1 for Showing


5) Restart

Done!!!


HOW TO DO : Normally when you Logon into windows xp, the Icon appears for the specific user to login here.

So of you want to To logon to hidden account that you have created Press Cntrl+Alt+Del twice at the welcome screen to make windows security doalog box appear. So here you type the hidden username and password and then log in !!!

DISADVANTAGE : Administrative users will be able to see your hidden account in Control Panel/User Accounts, so keep this in mind when you're planning this out.

NOTE:DO IT AT YOUR OWN RISK

Saturday, May 24, 2008

Your CD/DVD ROM Gets Hidden in My Computer? No Matter!!!



Your CD/DVD ROM Doesn't Appear in My Computer,Try This I will Help You,
CD-ROM ?


1. Goto:
Start --> Run --> REGEDIT
Hit Enter

2. In the Regestry Editor,
Goto:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}

3. In The Right Panel, Find the UpperFilters (NOT UpperFilter.bak) Press Delete Then Yes

4. Find the LowerFilters (IF EXIST) Press Delete Then Yes

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}

5. On the Edit menu, click Delete, and then click OK.

6. Close Registry Editor.

7. Restart your computer.

Note:At Your Own Risk

Friday, May 23, 2008

Hide Your Files Behind The Image



Have You ever Heard About Hidden Files Behind the Image

Yes, You Can Hide Any File In an Image.

TO Hide

1. Gather the file you wish to bind, and the image file, and place them in a Folder. Let's say C:\New Folder


-The image will hereby be referred as kk.jpg


2. Create A Winrar File with .rar or .zip of that files Which u Want To Hide Behind Image.

-The Winrar File will hereby be referred as secret.rar

3. Goto:
Start --> Run--> cmd

4. In Command Prompt, Type:
cd C:\New Folder
press Enter
Cmmand Prompt

5. Type:
copy /b kk.jpg + secret.rar kk.jpg
Press Enter


Congrats,Now Your Image is Containing Your Important Files

TO View
WinRAR
Select That Image-->Right click-->open with-->WinRar
And your file is there

Thursday, May 22, 2008

Virus Has Disable Your Show Hidden Files Option?Here is the Soluton.

Have U ever Faced This type of problem:







Here is Method I:

1.Goto:
start-->Run-->regedit
Press Enter
2.Goto:
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Explorer\Advanced

3.In the right hand area, double click "hidden" and change the value to 1.

Thats it!
Now U Can See Hidden Files...


Here is METHOD II

1.Goto:
start-->Run-->regedit
Press Enter
2.Goto:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\
Advanced\Folder\Hidden\SHOWALL
3.Look at the “CheckedValue” key is it there?Yes, Delete it
4.Right Click:
New-->DWord Value
Rename it As “CheckedValue”
5.Open it And Set it's Hexadecimal Value to 1

Finish!!

The “Show hidden files & folders” check box should now work normally. Enjoy!

Hide Hard Drive Partitions In Windows

If you want to hide any partition of your hard disk just follow these simple steps.

1. Goto Start > Run and type diskpart

A DOS window will appear with following description

DISKPART>

2. Then type list volume

All partitions will be listed, there will be also a volume number for each partitions

3. Suppose you want to hide drive E:, type select volume 3 (Here 3 is the volume number of E:, in your pc it may vary). A message will now appear in the window saing "Volume 3 is the selected volume".

4. Now type remove letter E . You may have to reboot the computer.
Diskpart will remove the letter. Since Windows XP doesn't have the capability to identify the unknown volume, it won't display or show results from it.


So U can HIDE YOUR Hard drive




To access the content of the hidden drive, repeat the process, but in the foruth step, replace remove with assign, ie.,


assign letter E.

HiDE YOUR FOLDERS WiTHOUT USiNG SOFTWARES

Hey friends U can hide (System Hidden) your folders very easily, WiTHOUT USiNG SOFTWARE...
JUST DO THIS:

Go to command prompt
start->run->cmd
PRESS ENTER

HiDE/UNHiDE
To HIDE the Folder:

Suppose U want 2 HIDE the folder named kkk which is located in C Drive
Just type:
C:/>attrib +h +s kkk


Now Nobody can C that folder anymore
Except U...

To SHOW the Folder:

Just type:
C:/>attrib -h -s kkk



Isn't it Real Miracle?

HIDE/UNHIDE

To Hide the Folder:

Suppose U want 2 LOCK the folder named kkk which is located in C Drive

Just type:
C:\attrib kkk +s +h


To Unhide the Folder:

Just type:
C:\attrib kkk -s -h