Pages

Monday, 25 May 2015

Learn How to Hack Computer and network's

A Complete Guide of Backtrack 5 Penetration

BackTrack was a Linux distribution that focused on security based on the Ubuntu Linux distribution aimed at digital forensics and penetration testing use. In March 2013, the Offensive Security team rebuilt BackTrack around the Debian distribution and released it under the name Kali Linux.

Complete Guide of Backtrack 5 Penetration :- Download

Backtrack - 5 Tutorial for hacking

BACKTRACK - 5

The BackTrack distribution originated from the merger of two formerly competing distributions which focused on penetration testing:
  • WHAX: a Slax-based Linux distribution developed by Mati Aharoni, a security consultant. Earlier versions of WHAX were called Whoppix and were based on Knoppix.
  • Auditor Security Collection: a Live CD based on Knoppix developed by Max Moser which included over 300 tools organized in a user-friendly hierarchy.



HERE ARE THE TUTORIAL'S

TUTORIAL 1 - DOWNLOAD
TUTORIAL 2 - DOWNLOAD
TUTORIAL 3 - DOWNLOAD
TUTORIAL 4 - DOWNLOAD

How To Trace Facebook User

open start -> select run -> type CMD
  • Now chat with your friend
  • and in CMD write NETSTAT 
  • and it will show all the IP address connected with your IP address.
  • To do so we will be using IP tracer service. Go to the below address and paste the IP address in the box that says “lookup this ip or website”. and it will show you the location of the user.

                                                                       CLICK HERE

    It will show you all the information about that user along with his ISP and a Location in the MAP. Now in the MAP Just click on “click for big ip address location” in the big picture you can actually zoom in. and try to recognize the area. If any serious matter just note down the ISP details in that page and contact them about the IP. they will respond you.

    Other netstat commands:
    -a 
    Displays all connections and listening ports.
    -e
     Displays Ethernet statistics. This may be combined with the -s option.
    -n 
    Displays addresses and port numbers in numerical form.
    -p
     proto Shows connections for the protocol specified by proto; proto may be TCP or UDP.
    -s 
    option to display per-protocol statistics, proto may be TCP, UDP, or IP.
    -r
     Displays the routing table.
    -s 
    Displays per-protocol statistics. By default, statistics are shown for TCP, UDP and IP; the
    -p
     option may be used to specify a subset of the default.
    That's it.