Posts

Showing posts with the label HI TECK HACKING

HACK FACEBOOK BY HIJACKING THE SESSION

Image
By Parth Makadiya How To Hack FACEBOOK ? Hello friends ! Previously I've posted different ways to hack the user account of Email Server or Social Networking site. For more information please click  here . Today I'll illustrate the  SESSION HIJACKING technique to hack FB Account. In this scope I will be using  BACKTRACK , a Penetration Testing Distribution   integrated with the below tools for Network Scan, MIMA and Packet Analysis. 1. NMAP 2. ARPSPOOF 3. WIRESHARK And two below scripts which are compatible with  Mozilla Firefox  will be used for Cookie Injection: 1. GREASEMONKEY 2. COOKIE INJECTOR Techniques:     1. First Scan your network and find the target using  NMAP , a Network Scanner. In this case i got 192.168.1.3 as the Target. 2. Next I need to start the  IP Forwarding  which enables my machine to forward any network traffic it receives from the target to t...

Hack by NetBios

Image
NETBIOS HACKING By Parth Makadiya Hello friends...Hope you guys are enjoying my previous posts on XP hacking...Now I will show you how to hack a remote computer and gain access to its hard disk and printer...This technique is called NetBIOS Hacking ...NetBIOS stands for  Network Basic Input Output System ...It was originally developed by  IBM  and  Sytek  as an  Application Programming Interface  (API) for client software to access LAN resources...By default it runs on port 139...Ok, let's start NetBIOS :-) 1. Goto " start " and click " Run "... 2. Type " cmd " and click " Ok "...the Command Prompt will appear... 3. First use " nbtstat " command for manually interact with NetBIOS Over TCP/IP...All the attributes (switches) used with  nbtstat  command and their usage can be viewed... Syntax :   C:\>nbtstat -n An intruder could use the output from an  nbtstat  against your machines to begin gathering informati...

HACK WEBSITE USING SQLMAP | KALI LINUX - BACKTRACK

Image
BY Parth Makadiya In this tutorial I am going to show you how to hack a website with slqmap on Kali Linux. Introduction [ * ]Sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections. This is all about sqlmap.  Now follow my steps to hack a website using sqlmap. Step 1 [ * ]Find Sql vulnerable site.  I will give you some dorks which may help you finding websites vulnerable to Sql Injection. Code: ]inurl:index.php?id= inurl:trainers.php?id= inurl:buy.php?category= inurl:article.php?ID= inurllay_old.php?id= inurl:declaration_more.php...