zoukankan      html  css  js  c++  java
  • Ethical Hacking

    Change MAC Address using macchanger.

     Packet Sniffing Basics Airodump-ng

    airodump-ng is a program part of the aircrack-ng package, it's a packet sniffer that allows us to capture all the packets that are in our wifi card range. We can also use it to just scan all wifi networks around us and gather info about them.

    Using Airodump-ng:

    1. Enable monitor mode

    airmon-ng start [interface]

    Enabling Monitor Mode Manually.

    iwconfig [interface] mode monitor

    Enabling Monitor Mode Using airmon-ng

    airmon-ng check kill
    airmon-ng start [interface]

    2. Start airodump-ng

    airodump-ng [interface]

    相信未来 - 该面对的绝不逃避,该执著的永不怨悔,该舍弃的不再留念,该珍惜的好好把握。
  • 相关阅读:
    A+B Problem
    迭代平方根
    猴子报数
    分数求和
    猴子吃桃
    钻石
    杨辉三角形
    MYSQL 5.7 修改密码、登录问题
    SQL 语句 explain 分析
    重构CMDB,避免运维之耻
  • 原文地址:https://www.cnblogs.com/keepmoving1113/p/11826629.html
Copyright © 2011-2022 走看看