Search This Blog

This is where I belong.

I was never intrested in the crap they teach us in college, because it bores me.

Its not about money nor about revenge, its about curiosity

My crime is of curiosity, my crime is of outsmarting you, something that you will never forgive me for.

We explore, We seek knowledge

We exist without skin color, without nationality, without religious bais.

Naive Security – Free internet security suite.

Are you sure you are safe online?

About 2 Lakh Facebook accounts were hacked on 15-NOV-12, 250000 Twitter accounts were hacked on 1-FEB-13 at the same time New York Times was hacked.

Protect yourself and people around you from such threats by using our free internet security solution Naive Security. It will help protect your information and your different accounts while you access them through internet.

Download For free

  • Features:
  • Information Security.
  • Password Security
  • Prevention from scams.
  • Wireless security.
  • Data Encryption.
  • Online banking security.
  • Mobile banking security.
  • Online shopping security.
  • Online privacy.
  • Social account security.
  • Kids security
  • Protection against latest security threats.

Codesortie
Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Thursday, 20 December 2012

Introduction to Naive Security:: A guide to internet security.






hi,
Today we introduce you to a new mobile application which will help you prevent yourself from different threats over the internet. If you take your Security seriously then you are at the right place.

Naive Security - a guide to internet security

This app will provide tips which will help you to protect your information and your different accounts while you access them on your PC/MAC through internet. What’s the best part? Its free.

available free at ::  http://naivesecurity.tk/




Supported platforms :: android, blackberry, Symbian, windows phone, and web OS
coming soon for IOS devices.

Regards
thank you.

Monday, 28 May 2012

Free Full version IDM without any patches or cracks.

hi friends,
today i will tell you a trick to crack IDM without any patches or crack files. IDM is the best Internet download manager available on internet but its not free and its cracked or patched versions contains viruses.
This hack also works for trail IDM that means download a trail IDM from there site and register the professional i.e. full version of IDM with your credentials for free using my hack.
Hack or crack IDM manually :

Step 1: Download the IDM trial or If you already have IDM installed Update it by going to Help---}} then to check for Updates.

Step2: Now Go to START => Then go to RUN and type the following text and click enter:
notepad %windir%\system32\drivers\etc\hosts
 Step3: Now right click on hosts file and go to its properties, then go to security tab and then select your admin account, just below u will see an edit button (in front of change permissions), Now give the user full control and write and read rights and then click on apply and then click on Ok, now u will be able to edit the hosts file and save changes in it.
Step4: Now a notepad file appears something like this as shown below:


crack IDM

Now copy the below lines of code and add to hosts file as shown above image box :
127.0.0.1 tonec.com
127.0.0.1 www.tonec.com
127.0.0.1 registeridm.com
127.0.0.1 www.registeridm.com
127.0.0.1 secure.registeridm.com
127.0.0.1 internetdownloadmanager.com
127.0.0.1 www.internetdownloadmanager.com
127.0.0.1 secure.internetdownloadmanager.com
127.0.0.1 mirror.internetdownloadmanager.com
127.0.0.1 mirror2.internetdownloadmanager.com

After adding these piece of code, save the notepad file. And exit from there.

Step5: Now open IDM and click on Registration. When you click on registration, Now a new dialog(window) appears that is asking for Name, Last Name, Email Address and Serial Key.

Step6: Now Enter you name, last name, email address and in field of Serial Key enter any of the following Keys:
RLDGN-OV9WU-5W589-6VZH1
HUDWE-UO689-6D27B-YM28M
UK3DV-E0MNW-MLQYX-GENA1
398ND-QNAGY-CMMZU-ZPI39
GZLJY-X50S3-0S20D-NFRF9
W3J5U-8U66N-D0B9M-54SLM
EC0Q6-QN7UH-5S3JB-YZMEK
UVQW0-X54FE-QW35Q-SNZF5
FJJTJ-J0FLF-QCVBK-A287M
 And click on ok to register.

Step7: After you click ok, it will show an message that you have registered IDM successfully.

Now start your Internet download manager, and now you IDM has been converted to full version and specially when you update next time, your registration will not expire.

It will remain full version for life time and you can update it without any problem in future.
Note : To update idm you have to remove those websites added in the host file, after removing those website,save that Hosts file and update IDM software. After succesfull updation again follow above steps to crack Internet Download manager.

 Windows 7 users who don't have a access to Admin account follow following procedure.
For Windows 7 users, due to security reasons you will not be able to save hosts file.so follow this steps :
First of all go to C:/ drive then go to Windows Folder and then go to System32 folder and then go to Drivers folder and then go to Etc Folder, in the Etc folder you will see the hosts file.


Now right click on hosts file and go to its properties then go to Security tab select Users under Group or user names and click on edit button,Permission For Host Window will get open, in that window select Users account and grant permission in bellow section which is "Permission for SYSTEM" by clicking all checkbox under "Allow" Name and press Ok.Dnt click on any Deny check box.
 hope this article is useful for you...
enjoy
stay online..... stay safe...!!!!

Sunday, 6 November 2011

Lock a folder without any Third Party Software

Hey friends many times it happens that we want to hide or protect our files and folders from anybody else. Then you try to download some softwares from internet for this, many of these softwares are trial version, and if its crack is available it contains a virus or trojan. 
So I thought Why not create our own Folder locking Software? 


I m here to help you, Just follow these Instructions :


1- Open Notepad.

2- Copy following CODE :

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 +r +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
cacls “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” /E /P Everyone:N
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p “pass=>”
if NOT %pass%==type your password here goto FAIL
attrib -h -r -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
cacls “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” /E /P Everyone:F
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

3- Write Your Password in red marked bold code area (Delete “type Your Password” (without quotes) and Enter Your Password).

4- Save This file as a locker.bat

5- Open this locker.bat file

6- Enter your Password.

7- You can see that new “Locker” Folder is Created.

8- Put Your Important Data in this “Locker” Folder.

9- Reopen “locker.bat” File. It’s Show message – Are u want to save this(Y/N)

10- Enter Y.

11- You can see that Your Locker Folder is Vanished.

12- To Reopen File -> Open locker.bat File and Apply Your Password.


You can also use any “Bat to Exe Converter” converting software to give a good look to your FOLDER LOCK software.
Give it a try....... Enjoy...!!!
Your comments are always welcomed.

Saturday, 5 November 2011

Creating Folders in Windows with name CON, PRN, AUX, NUL, etc.

     Hey friends, you must have created many new folders with different names but have you tried some names like CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 and more. It not allowed in windows.

 So if you are thinking that why we are not allowed to do so,  here is the reason:-
            con, prn, lpt1..lpt9, etc are underlying devices from the time dos was written. so if u r allowed to create such folders, there will be an ambiguity in where to write data when the data is supposed to go to the specified ugydevices. In other words, if i want to print something, internally what windows does is it will write the data to the folder prn (virtually u can call it a folder, i mean prn, con, etc are virtual folders in device level). So if we are able to create con folder, windows will get confused where to write the data, to virtual con folder or real one.

So Now, Try this…

Open the Command prompt by Start -> Run and type cmd

Code:

C:\> md \\.\c:\con

Now, Open My Computer and browse through the path where you created CON folder… Surprising?? Yeah, you have created it successfully

Now, try to delete the folder from My computer

OOPS!!! You can’t delete it…

Now, try this in command prompt console

Code:

C:\> rd \\.\c:\con

Yeah!! You did it…

Let see us how we were able to create it…

It is just because of the UNC Path (Universal Naming Convention). The Universal Naming Convention, or UNC, specifies a common syntax to describe the location of a network resource, such as a shared file, directory, or printer. Since, these conventions didn’t exist under pure DOS, they are not backward compatible. The UNC syntax for Windows systems is as follows.

\\RemoteHost\sharedfolder\resource

Where RemoteHost is the computer name / IP address of the computer that you wish to connect through remotely for accessing shared folder. The rest is the path.

(Here \\remotehost\drive:\con doesn’t make sense anyway, because without having a process on the remote host, there is no current ‘console’). It would be a security hazard as well, having the serial and parallel ports accessible for everyone who is allowed to read or write in any single directory.

The ” .” in the command \\.\c:\con suggest the local server. Now, you are pointing to your own computer. Since, you have all privileges on every folder of your computer, you can easily create it.

Pls let me know your opinions......
Have Fun with you computer......