Sunday 12 July 2015

Steganography

steganography

Hey friends here I come with one software that may help you and also make you fun to feel like “James Bond” or may be Hacker.
So here I present Steganography that Hide images, Audios, Videos etc behind other image and its very simple and in only in few steps. Actually no one can identify that the output(final) Image hide things behind it.
This software have GUI so anyone can easily use this one and do what it can.
Here is some steps through you can hide things behind image. You have Winrar for this tut.
Follow these simple steps and hide images behind one image –
continue reading Steganography

Saturday 16 May 2015

Access Blocked Websites By Url Filtering

Url filtering    
Access Blocked Websites By Url Filtering 
1. First find the IP address of the website you would like to access
Example:-
For this example i will use google.com ,You can find the IP address by going to CMD (command prompt) and typing  ping Google.com

IP address  of Google.Com = 209.85.231.104


url filtering


2.  Take notice that there are
 4 different numbers each separated by a period. Convert each number into an 8 digit binary value. You can do so by using the windows calculator, setting it to programmer, and then pressing the DEC option. Type in your number (209) then press the BIN option and it gives you the 8 digit binary value. Now write this value in a notepad and continue this process with the other 3 numbers.
                                                                                
url filtering

Binary value of the above IP =
 11010001   01010101  11100111 01101000

3.
 The next step is to convert the Binary value to 32bit -digit value. Use the calculator for this purpose

url filtering


Example :-
Binary value = 11010001010101011110011101101000
  Digit  value = 3512067944  

4) Finally open a  web browser and enter Http:// (and 32bit -digit value ) in the address bar
Example:-
              
 http://3512067944



Note :-
 If you find it difficult to calculate using a calculator .You can use csgnetwork to convert IP address to decimal numbers ,This hack has some limitations this wont work for websites running on virtual hosts
continue reading Access Blocked Websites By Url Filtering

An Introduction To Virus Coding

Image result for virus picVirus coding is not as tough as you think its easy , Today Viruses are coded in various languages but the best are coded in Assembly and C. If i start writing tutorials on Assembly and C . I am sure most of my blog readers will never ever visit my site . 
As most of my blog readers are beginners so to make it easy for them .In this article  i will teach you how to code Batch File viruses which are the easiest to write and understand And for the intermediates who already know this stuff i will be adding links at the end of the post from where you can learn High level Virus Coding 
                                                                      
I believe all my bog readers know batch file programming .If not i would suggest
you to google on this subject . So in this article  we will see a very common and famous 
batch file virus "Fork Bomb "
 

Disclaimer :I will not be held responsible for the actions of people who read 
this tutorial. This tutorial is for educational purposes only.And does not in 
anyway encourage illegal activity .
 
continue reading An Introduction To Virus Coding