Saturday, 30 August 2014

Hack Windows password using backtrack

NOTE : Backup all your data first

Watch Video : http://youtu.be/BlOtqwbZagE

All windows-os encrypted password is stored in SAM(Security Accounts Manager) file . Which is present in "C:\Windows\System32\config" folder.

What we have to do to hack password is copy the all "config" folder of computer which don't have any password to the other computer have the password.
(I have tried on windows7 ultimate,windows-xp works 100%)

The question is how to paste the "config"  folder into computer which have the password ?
(we can do this thing by using Backtrack live cd or other live cd like fedora,etc)

Step 1:
Insert the backtrack live cd into computer which don't have the password and restart the computer.choose "Text mode". It will about 2 min to start backtrack-os from CD,[Default backtrack password is "toor"].
when the text mode is started type "Startx" command to run graphical view of backtrack.

Step 2:
Now you will see your "C: drive"(actually not c: drive you have to search which drive have the windows folder) in Backtrack "computer" . copy the "config" folder from "Windows\System32\" to any pendrive .
Now you have the "config" folder of computer which don't have any password into your pendrive.

Step 3:
Follow the "Step 1" on other computer who have the password. Now copy the "config" folder which you have in the pendrive to "Windows\System32\".

Step 4:
Done. Restart the other computer which have the password. you will see no password is asked.
(if linux live run doesnot start,then goto bios setting and change the sata mode=AHCI)

Watch Video : http://youtu.be/BlOtqwbZagE

Tuesday, 29 July 2014

Create,host free website with Google app engine (Php,Java,Python,Go)

Google App Engine provides service for creating free website using google app engine sdk.
You can use Php,Java,Python,Go language to create your website. I'm gonna create website in PHP using
PHP SDK .

Java : Using App Engine’s Java runtime environment, build your apps using standard Java technologies.
Python: App Engine features a fast Python interpreter and standard Python libraries.
PHP: App Engine uses Google's Cloud Platform services, PHP functions.
Go : App Engine features a Go runtime environment that runs Go code.

Note : google gives 2GB bandwidth/month for per application 

Step 1:
Create google app engine account https://appengine.google.com .

Step 2:
Log into your account and click on "create application".
Step 3:
Enter the application name  (example : thehackfi ) and application title you need to remember the application name.
Step 4:
Now you have created your website( http://thehackfi.appspot.com ) , now you have to upload "index.php"
to your app engine. Downlaod the PHP SDK from google. (Downlaod PHP SDK) .and install on your Pc.
Open "Google app engine launcher". File>create new application.
Now enter the same name as you created in "Step 3"(  thehackfi ). and select runtime as PHP.
Step 5:
Now create "index.php" file inside "thehackfi" folder.
index.php file code is below:

<html>
<body bgcolor="lightblue">
<br><br><br><br>
<center>
<?php

echo "<h1>Thehackfi first apps</h1>";

?>
</center>
</body>
</html>
-------------------------------------------------------------------------------------------------------
inside "thehackfi" folder.and save the file.

Step 6:
Open "app.yaml" file which is automatically genrated by sdk adn edit
script: main.php >> script: index.php

Step 7:
Click on "deploy" button , enter your app engine email id, password  and click on ok button.

It will take 15 second to upload the project. now your website is live ( http://thehackfi.appspot.com/ )

Done. for more info https://developers.google.com/appengine/

Tuesday, 24 June 2014

how to make bootable pendrive fast

Make bootable pendrive easy steps :

(backup all the data before formating the pc)

Step 1 :
Download PowerISO and install on your pc.

Step 2 :
Connect the pendrive to the pc.

Step 3 :
Open PowerISO and goto Tools > Create Bootable USB Drive > Create Bootable USB Drive

Step 4 :
Select source image file(.iso) and select the correct pendrive and writing method as "USB-HDD"

Step 5 :
Click "Start" button to start creating windows 7 / 8 bootable USB drive. it will take upto 10 min.