Pages

Tuesday, 14 July 2015

Install CyanogenMod 12.1 on Zenfone 5 (A500CG/A501CG)[With Video Guide]

Install CyanogenMod 12.1 on Zenfone 5 (A500CG/A501CG)[With Video Guide]





Downloads :
1. fix-boot.img (10.2MB)
2. system-new.img (~830MB)
3. Fastboot (~1MB)

Disclaimer : While this ROM has little to no bugs installing it voids your warranty and also might damage your device during the installation. Do it at your own risk and I take no responsibility for any damage that you might cause your device while following this tutorial. However if you follow everything as per instructions you should face no issues at all.


Don't wan't to read all this stuff? Just see this 5 min video showing the whole process live. 
 First of all I am not the developer and I take no credits whatsoever for this ROM or the files. If anyone knows who should be credited for this please let me know in the comments below and I will update it immediately. 

Okay so to get started first you will need to Unlock your bootloader first. 


Click here to learn how to Unlock your Boot-loader (Voids Warranty) [Coming tomorrow, if you can't wait, Google it for now]
So after you are done with that you will need to download the two files and the Fastboot tools if you don't have it. 

After that extract the Fastboot zip and copy the two files "boot-new" and "system-new" into the extracted Fastboot folder. 


Wait! Wondering how the ROM runs and what bugs are present in the ROM? Check out this Hands-on review video where I explain and show what works and what not. (COMING SOON. As soon as tomorrow. Don't forget to subscribe my channel and check back tomorrow)
Moving on...
Your phone needs to have ADB Debugging Enabled. (Don't know how to do that? Google it. It's pretty easy)

Next in the Fastboot tools folder that you extracted, press Ctrl+Shift+Right Click and select "Open Command Window Here"

Then type in this command and hit enter


adb reboot boot-loader

This should reboot your phone into your boot-loader.  When in bootloader type out this command and hit enter to flash the boot-new.img first..


fastboot flash boot boot-new.img

When that completes, you need to flash the second image file. Type this command and hit enter..


fastboot flash system system-new.img
This might take some time so please be patient..
When this is done all you need to do is reboot your phone. Type in this command and hit enter..

fastboot reboot
And voila your Zenfone 5 should boot into CyanogenMod 12.1. The first boot might take a long time, even more than 15 mins so be patient. Leave the phone for a while after it boots up otherwise it might be very laggy at the start. Let all the system resources get warmed up for the first time.

Still have questions? Ask me in the comments below. 

Sunday, 8 June 2014

How To Gain Files And Folders From Virus Infected Pendrive

GAIN FILES AND FOLDERS FROM VIRUS INFECTED PENDRIVE

HOW TO GAIN FILE AND FOLDERS FROM AN VIRUS INFECTED PENDRIVE :

1. INSERT THE PENDRIVE INTO YOUR SYSTEM.

2.GOTO START  -->  RUN --> CMD . CLICK ENTER.

3.IN MY COMPUTER SEE THE DRIVE LETTER OF THE PENDRIVE WHICH YOU HAVE INSERTED.

4.FOR EXAMPLE : WE  WILL KEEP THAT DRIVE AS E:

5.TYPE (DRIVE LETTER)  IN THE CMD.

6.ENTER THE FOLLOWING: 
attrib -s -h /s /d *.*
with single spacing.

7.GIVE ENTER.

8.WAIT FOR SOME TIME .
                                DONE. --> YOU HAVE GAINED ALL THE FILES AND FOLDERS IN YOUR VIRUS INFECTED PENDRIVE <--

Create A Folder Without Name

CREATE A FOLDER WITHOUT NAME

IN THIS TUTORIAL I AM GOING TO SHOW YOU HOW TO CREATE A UNNAME FOLDER

LETS START!

OPEN WINDOWS EXPLORER

CREATE A NEW FOLDER 

RIGHT CLICK ON THE FOLDER AND CLICK RENAME

HOLD DOWN  ALT AND TYPE 255 

PRESS ENTER

NOW YOU WILL HAVE A FOLDER WHICH IS UNNAME

ENJOY...!

Saturday, 7 June 2014

Hack A Facebook Account With ARP Poisoning

Hack A Facebook Account With ARP Poisoning

Logic And Methodology:
The tutorial is divided in to three main steps:

Step 1:
First of all we would use "ARP Poisoning" or "Man In the Middle Attack" in order to poison victims "ARP CACHE" and route all the traffic through our computer.

Step 2:
Since all the traffic would be rotued through our computer, we would simply launch a packet sniffer (Wireshark) and capture the authentication cookies for facebook.

Step 3:
Finally we would replace the victims authentication cookie with our cookies and therefore hacking into victims Facebook account. 

Tools
Cain And Abel
Wireshark
Cookie Manager Plus (FIREFOX ADDON)
Hack A Facebook Account [ARP Poisoning] {STEP 1 }
I have wrote lots of tutorials on ARP Poisoning, therefore i won't got into much details on how it works. We would use a tool named "Cain And Abel" to accomplish this task. So here is how we will use "Cain And Abel" to carry out a Man in the Middle attack to hack a facebook account.



Step 1 - Download "Cain and Abel" from the link above and launch it.
Step 2 - Turn on the sniffer by clicking on the Green button at the top, Next scan for the Mac Addresses by clicking on the plus sign (+) at the top. 
Step 3 - Once you have scanned all the Mac Addresses and IP addresses, it's time to perform the Man In the middle attack. For that, Click on the APR tab at the bottom and then click on the white area in the top frame. This will turn the "+" sign into blue color.
Step 4 - Next click on the "+" sign, lists of hosts will appear, select the hosts which you want to intercept the traffic between. In my case at the left side would be my default gateway and on the right would be my victim hosts. 
Step 5 - Click ok and then finally click the "Yellow Button" just under the file menu of  "Cain and abel", Now it will start poisoning the routes in a short span of time and you would start to see traffic being captured by cain and abel. 

Hack A Facebook Account [Packet Sniffing Wireshark] {STEP 2}

So, since we have already poisoned victim's ARP Cache, all the traffic going from the victim to the router will be captured by our packet sniffer (Wireshark). But before we capture the cookie, i would like to explain briefly regarding "Facebook Authentication Cookies".
Facebook Authentication Cookies
Well, at the time i wrote the tutorial "Facebook Cookie Stealing And Session Hijacking"Facebook used "Datr" as their authentication cookie, Now facebook uses two cookies instead of one, namely "c_user" and "xs" for authenticating a user. Therefore we would need to capture both of these cookies and replace them with our cookie to hack a facebook account.  So here is how you would capture authentication cookies with facebook. 

Step 1 - First of all download wireshark from the official website and install it.
Step 2 - Next open up wireshark click on analyze and then click on interfaces.
Step 3 - Next choose the appropriate interface and click on start.
Step 4 - Continue sniffing for around 10 minutes.
Step 5 - After 10minutes stop the packet sniffing by going to the capture menu and clicking on Stop.
Step 6 - Next set the filter to http.cookie contains “datr” at top left, This filter will search for all the http cookies with the name datr, And datr as we know is the name of the facebook authentication cookie.
Step 7 -  Next right click on it and goto Copy - Bytes - Printable Text only.
Step 8 - Now you would see lots of cookie values, however c_user and xs would be the only ones of our interest. Copy both of the values in a notepad. 


Hack A Facebook Account [Cookie Editing] {Step 3}

Now, finally it's time to hack a facebook account by using the cookie values we captured, for this purpose you would need a cookie editor, I will use a firefox addon called "Cookie Manager" to replace the cookies.

Step 1 
First of all open up firefox and browse to http://facebook.com.
Step 2  
Next open up the cookie manger (Tools - CookieManager+)
Step 3  
Next click the "add" button.  Fill in the following values: (Take a look at the screenshots below for more clarification)

For Authentication Cookie: c_user
Name: c_user
Value: The value of the cookie that was captured.
Host: .facebook.com

For Authentication Cookie: xs
Name: xs
Value: The value of the cookie that was captured.
Host: .facebook.com

Step 4 -
Next click on the save button, Finally you just need to refresh your page and you would be logged in to the victims account, thus you have hacked a facebook account by session hijacking attack. 


Note: This Attack will only work if victim is on a http:// connection and even on https:// if end to end encryption is not enabled.

I hope you have enjoyed the tutorial as much as i have enjoyed while making it, if you have any questions feel free to ask, Feel free to share it with your friends so they can know the dangers of browsing over a http connection. You can contact me on my facebook account

http://www.facebook.com/p.santhosh9999

How To Create Bootable ISO For All Microsoft Product

HOW TO CREATE BOOTABLE ISO FOR ALL MICROSOFT PRODUCT



1)first download the given link for the files
 link to be download: http://www.4shared.com/zip/bwxhCdQUba/Bootable_ISO.html?

2)then extract it by using winrar

3)open the power iso folder and install it then the serial key is given

4)this is the manual mode if you want a automatic mode you can open (WBI)

5)it is the automatically install the photo is given




                                                              the open part of WBI 


                                               
                                                            this is the doing procedure


IF YOU WANT TO BE USE IN POWER ISO TO KNOW MEAN YOU CAN DO THIS METHOD
1)open the power iso 
2)then click file - new - data cd/dvd
3)then drag the file of windows to be in power iso
4)now you want to boot it so click action - boot - add boot information
5)then click on file and browse the file and select the path of the contain file name is (boot) it is like a    cd 
6)then click ok
7)now burn the iso to the cd/dvd the size is capable
8)now you can know to do the bootable iso cd/dvd

How To Create A Fake Virus.........?

 I AM GOING TO SHOW YOU HOW TO CREATE FAKE VIRUS

 OPEN NOTEPAD AND COPY THE CODE GIVEN BELOW IN

 X=Msgbox("Message Here",0+16,"Title Here")

CLICK ON : 
FILE --> SAVE

   SAVE THE FILE WITH ".vbs" EXTENSION  OR IT WILL NOT WORK

   FOR EXAMPLE : 
SAVE THE FILE AS  (error.vbs)


   OPEN IT 

   AND ENJOY!....