Showing posts with label Computer Tips and tricks. Show all posts
Showing posts with label Computer Tips and tricks. Show all posts

Sunday, June 22, 2014 11:31 AM

Wifi Packet Capturing and Session Hijacking using Wireshark 1



The main Objective of this Attack is to make a Fake Access point and send the fake ARP Packets on same Wi-Fi Network from where the users are connected and the name of fake access point is same as the name of the wireless network reside there. So when a fake access point is created with same wireless network name then the user which is connected to original network gets disconnected and connects with your fake access point, so all the traffic tunnels throughout my system and we get all details/credentials/information of that user which is generally known as session hijacking.

 

Requirements

1. Backtrack Operating System (BT5)
2. Virtual Machine (With USB Adapter)
3. Internet Access on your System 

Step 1

Open Backtrack Operating System and start Terminal and type “iwconfig” for checking wireless interface.

Description – 
iwconfig is similar to ifconfig, but is dedicated to the wireless interfaces. It is used to set the parameters of the network interface which are specific to the wireless operation (for example: the frequency).

Step - 2

Start this Wireless Interface by typing this command 
“airmon-ng start wlan0”.
 
Description – 
This script can be used to enable monitor mode on wireless interfaces. It may also be used to go back from monitor mode to managed mode. Entering the airmon-ng command without parameters will show the interfaces status. 
wlan0 is your wifi card.  wlan is wireless lan and 0 is the number of your card.

Step - 3

Start your monitor mode by typing this command “airodump-ng mon0”. It captures data from all stations. 

Description -    
Airodump-ng is used for packet capturing of raw 802.11 frames and is particularly suitable for collecting WEP IVs (Initialization Vector) for the intent of using them with aircrack-ng. Also airodump-ng is capable of logging the coordinates of the found access points. 
mon0 is the same card (wlan0) in monitor mode.  Once you put wlan0 in monitor mode it will be read as mon0 and wlan0

Step - 4

Set up the channel ID which is shown above in airodump-ng command by typing these commands   “iwconfig mon0 channel 5”      “iwconfig wlan0 channel 5
                                               OR 
iwconfig wlan0 channel 5”     “iwconfig mon0 channel 5”  

Decription -  
iwconfig is similar to ifconfig, but is dedicated to the wireless interfaces. It is used to set the parameters of the network interface which are specific to the wireless operation (for example: the frequency).
wlan0 is your wifi card.  wlan is wireless lan and 0 is the number of your card. 
mon0 is the same card (wlan0) in monitor mode.  Once you put wlan0 in monitor mode it will be read as mon0 and wlan0. 
The ”–channel” (-c) option allows a single or specific channels to be selected.

Step -5

Now Setup your Fake Router by typing this command 
“airbase-ng - e “belkin.3448” mon0” 
Description – 
Airbase-ng is multi-purpose tool aimed at attacking clients as opposed to the Access Point (AP) itself. The main idea is of the implementation is that it should encourage clients to associate with the fake AP, not prevent them from accessing the real AP.
”– essid” (-e) of the Network.

Step - 6 

Now it’s time to bridge all networks by typing these commands   
“brctl addbr mitm”  
“brctl addif mitm eth0” 
 “brctl addif mitm at0”
Here – mitm is <interface name>
Description - 
Brctl - is used to create a bridge between two interfaces. 
Addbr - A bridge can be added using the following command, with <name> being replaced with the name of the bridge being replaced. 
Addif - To add a interface to a bridge, Where <brname> is the existing bridge name, and ifname is the interface you want to add.

Friday, June 6, 2014 4:24 AM

Close Facebook Accounts

What this guide will show you, is how to get any facebook account closed. You will do this by tricking facebook into thinking the person is dead, so they will close the account.

This simple tutorial will help you to close your friends, family or anyone's facebook account if he/she is no more in this world. All the best (y)
 
 
 
 
 
 
  1. Goto
  1. Full Name: Your Victims Full name(Name last name)
    Date of birth: Go at his profile and click at Info tab and get his date of birth.
    Account Email Addresses: Do the same thing, go to his profile and click on info tab and get his email addresses.
    Networks: Again,go to his profile and click on Info tab and get his networks, copy them and paste in the form.
    Web address of profile you would like to report: Just go to his profile and copy the link in the address bar.
    Relationship to this person: To make more believable select Immediate Family.
    Requested Action: Remove Profile
    Proof Of Death: This is the hardest part of this form. Now to make a proof of a death just Google in your language a Death Certificate or Certificate of a Death. Open up the image in photoshop and fill in the blanks. Save your image to desktop and upload it in one of the Image
    Free Hosting like: http://imageshack.us
    Additional Information: Write what you want, just write that you are in his/her family and you would like to close his/her Facebook account because you won't like that when he is dead, his Facebook is opened.
  2. Click on Submit and then a message will appear:
    Your injury was submitted at Facebook Team .. So the meaning is that one of the mod's of Facebook will review your report and will do the right decision. It works in most of the time.
 

Wednesday, May 28, 2014 3:31 AM

Registry Hack: Get Windows XP Security Updates until 2019

         Microsoft ended its support for Windows XP officially more than a month ago on April 8, 2014. This made a large number of users to switch to the latest version of Windows, but still a wide portion of users are using Microsoft oldest and most widely used operating system, despite not receiving security updates.
 
       Now a relatively simple method has emerged as a trick for the XP users which makes it possible to receive Windows XP security updates for the next five years i.e. until April 2019.
 
        You are not allowed to directly install these Windows updates for your OS. In order to download new security updates for your Windows XP, you just need to perform a simple intervention into the Windows registration database.
 
 
STEPS TO FOLLOW:

•Open Notepad and create a new file.
•Add Below given code to it:
“ Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\WPA\PosReady]
"Installed"=dword:00000001
•Save file as .reg extension and run it by double clicks.
•Once executed, you will find lots of pending updates in your Windows Action Center.
 
 
Because the extended support for Windows Embedded POSReady 2009 systems ends after 5 years, Microsoft will continue to deliver new security updates and patches for this version of its embedded operating system till April 9th, 2019, so users can use this trick to get security updates of Windows XP for another five years.
 
Important Note for our Readers - Despite receiving security updates for Windows XP by using such tricks, it is not possible to secure the complete system appropriately. So we highly recommend all of you to upgrade your operating system to the latest versions, i.e. Windows 7 or 8 or any Linux Distro.
 
 

Sunday, April 13, 2014 9:30 AM

Remove Write Protection from USB Drives

You’ve got your trusty USB flash drive plugged into your computer, and you go to copy some files to it.
Open diskpart
This is your USB stick, you should be able to read, write and do whatever you want with it!

Don't worry you can fix it 
Yeah! How to do this???

Saturday, April 12, 2014 5:08 AM

WiFi Hotspot in Windows 8 without any softawre


To create a WiFi Hotspot in Windows 8 you need to perform some cmd commands in order to activate the hotspot and turn your computer into modem internet sharer. Here are the commands used in step by step:

 this is not my tutorial i found this in someones blog. I would like to thanks him:


  1. Search for CMD then click Run as Administrator to run the command prompt with administrator privileges
  2. Run the following commands one by one:
 netsh wlan set hostednetwork mode=allow ssid=zx3r1 key=password

 Note: Change zx3r1to the SSID (name) of your wifi and password to the key you want to use.


netsh wlan start hostednetwork

netsh wlan show hostednetwork

 
3. The last command with "show" parameter will show you if the network was created successfully or not, here's an example of what it outputs:

4. Done! You just created a WiFi hotspot, now search for it using your iPhone, iPad, Android device or another Computer equipped with a Wireless adapter.
Here you've set up hotspot but if you connect to it you'll see that it is limited.
///////////////////////
here is how to share internet over your hosted hotspot
  1. Goto Network and Sharing Center
  2. goto Change Adapter Setting
  3. now you'll see "Local Area Connection* 4" or may other with your ssid in my case its zx3r1
  4. now rightclick and open properties
  5. On Sharing tab check on "Allow other network users to connect through this computer's Internet connection"
  6. Select Appropriate Home networking connection
  7. From setting select Web Server(HTTP)
in my case I've Local Area Connection 2 Which has current internet connection

share this to your friends too :)
enjoy!

Recent Post

Total Pageviews

Powered by Blogger.

Popular Posts