Ethical Hacking Programming, Blogging, Hosting, All Computer Software, PC Software Download, JAVA in hindi, HTML, PHP, C, C++, Free Learning, Software's Download, Technical Videos, Technical Tricks and Tips, How Make Money

Showing posts with label Wifi hacking English. Show all posts
Showing posts with label Wifi hacking English. Show all posts

Download pdf book Java in Hindi free

Download pdf book Java in Hindi free

download java in hindi pdf book

download Java pdf book


easy to read/study book very easy explain for free

download server 1

download server 2

Share:

Ethical hacking book pdf file download

Download Advance Hacking book free


ethical hacking book

Download pdf book here


1. ETHIC  L H  CKING - OVERVIEW 1

Types of Hacking 1

Advantages of Hacking 1

Disadvantages of Hacking 2

Purpose of Hacking 2

2. ETHIC  L H  CKING - H  CKER TYPES 3

White Hat Hackers 3

Black Hat Hackers 3

Grey Hat Hackers 3

Miscellaneous Hackers 3

3. ETHIC  L H  CKING - F  MOUS HACKERS 5

4. ETHIC  L H  CKING - TERMINOLOGIES 9

5. ETHIC  L H  CKING - TOOLS 12

6. ETHIC  L H  CKING - SKILLS 16

Basic Skills 16

Courses & Certifications 16

7. ETHIC  L H  CKING - PROCESS 18

8. ETHIC  L H  CKING - RECONNAISSANCE 20

9. ETHIC  L H  CKING - FOOTPRINTING 21

Domain Name Information 21

Finding IP Address 23

Finding Hosting Company 23

IP Address Ranges 24

History of the Website 24

10. ETHIC  L H  CKING - FINGERPRINTING 26

Basic Steps 26

Port Scanning 28

Ping Sweep 29

DNS Enumeration 29

11. ETHIC  L H  CKING - SNIFFING 31

Types of Sniffing 32

Hardware Protocol Analyzers 33

Lawful Interception 34

12. ETHIC  L H  CKING - SNIFFING TOOLS 35

13. ETHIC  L H  CKING -   RP POISONING 36

What is ARP Spoofing? 36

What is MITM? 36

RP Poisoning - Exercise 37

14. ETHIC  L H  CKING - DNS POISONING 41

DNS Poisoning - Exercise 41

Defenses against DNS Poisoning 42
15. ETHIC  L H  CKING - EXPLOITATION 44

16. ETHIC  L H  CKING - ENUMERATION 47

17. ETHICAL HACKING - METASPLOIT 50

Exploits of Metasploit 51

Metasploit Payloads 52

18. ETHICAL HACKING - TROJAN ATTACKS 55

19. ETHICAL HACKING - TCP/IP HIJACKING 56

20. ETHICAL HACKING - EMAIL HIJACKING 59

Email Spoofing 59

Social Engineering 59

Inserting Viruses in a User System 61

21. ETHICAL HACKING - PASSWORD HACKING 62

Dictionary Attack 62

Hybrid Dictionary Attack 63

Brute-Force Attack 63

Rainbow Tables 64

22. ETHICAL HACKING - WIRELESS HACKING 66

Kismet 67

NetStumbler 68

Wired Equivalent Privacy 69

Wireless DoS Attacks 71

23. ETHIC  L H  CKING - SOCIAL ENGINEERING 72

24.   ETHICAL H  CKING - DDOS   TT  CKS 74

What are Botnets? 74

Types of DDoS Attacks 75

25.   ETHICAL HACKING - CROSS-SITE SCRIPTING 78

26.   ETHICAL HACKING - SQL INJECTION 80

27.   ETHICAL HACKING - PEN TESTING 85

download server 1

Share:

How to kick someone of your wifi using by Kali Linux The king of hacker

How to kick someone of your wifi using by Kali Linux The king of hacker 


If you have shared your password with your roommates or neighbors and you didn’t want to change your password but to kick some specific users off your WiFi network. Previously,
Requirements:
  • External WiFi Card
  • Kali Linux (Operating system)
Let’s get started!

Airmon-Ng

First of all open up a terminal and type:
airmon-ng start wlan0 (or eth0 if your using Ethernet.)








(Some times you might have to type airmon-ng check kill)

Airodump-Ng

Next type airodump-ng wlan0 then find your Internet copy its bssid then type airodump-ng –bssid (your bssid) wlan0. It will show your victims mac.
usage: airodump-ng <options> <interface>[,<interface>,...]

Options:
    --ivs                 : Save only captured IVs
    --gpsd                : Use GPSd
    --write      <prefix> : Dump file prefix
    -w                    : same as --write
    --beacons             : Record all beacons in dump file
    --update       <secs> : Display update delay in seconds
    --showack             : Prints ack/cts/rts statistics
    -h                    : Hides known stations for --showack
    -f            <msecs> : Time in ms between hopping channels
    --berlin       <secs> : Time before removing the AP/client
                            from the screen when no more packets
                            are received (Default: 120 seconds)
    -r             <file> : Read packets from that file
    -x            <msecs> : Active Scanning Simulation
    --manufacturer        : Display manufacturer from IEEE OUI list
    --uptime              : Display AP Uptime from Beacon Timestamp
    --wps                 : Display WPS information (if any)
    --output-format
                <formats> : Output format. Possible values:
                            pcap, ivs, csv, gps, kismet, netxml
                            Short format "-o"
                            The option can be specified multiple times.  In this case, each file format
                            specified will be output.  Only ivs or pcap can be used, not both.  
    --ignore-negative-one : Removes the message that says
                            fixed channel <interface>: -1
    --write-interval
                <seconds> : Output file(s) write interval in seconds

Aireplay-Ng

Now if you know their IP address you don’t need to use airodump-ng. If you know their ip address you can type aireplay-ng –deauth 0 -a (networks bssid) -k (Their ip address) If your going to use their mac address type this aireplay-ng –deauth 0 -a (networks bssid) -c (Their mac address) The 0 in Deauth 0 means keep deauth them until you stop it with CTRL C.
aireplay-ng --deauth 0 -a (networks bssid) -c (Their mac address)
Hope you enjoyed this tutorial.
Share:

Follow On YouTube