Step-by-step – Fern Getting Started Guide for Gnu/Linux

December 19, 2020 | By the+gnu+linux+evangelist.

Getting Started

  1. 2. Fixing System

    First, Set Wlan Interface Name
    So to discover the Wireless Adapter ID run:

    ifconfig | grep wl

    Then turn it Off with:

    sudo ip link set wlan1 down

    In case, change the “wlan1” with your current one.
    Now set the Card Name properly as:

    sudo ip link set wlan1 name wlan1mon

    And turn it On again:

    sudo ip link set wlan1mon up

    Last, to check up the Network status run:

    sudo airmon-ng
    Fern Getting Started Guide for GNU/Linux - terminal output

    Thanks to CyberSpace!

  2. 3. Launching Fern

    Finally, Launch & Enjoy Fern
    Use the Desktop Launcher:

    Fern Getting Started Guide for GNU/Linux - Launching

    From Shell with:

    fern-wifi-cracker
  3. 4. Recovering Wifi Pass

    Finally, to Recover/Test Wi-fi WPA/WEP Passwords
    First, enable the Wireless Interface in Monitor Mode:

    Fern Getting Started Guide for GNU/Linux - monitor mode enabled

    Next, Scan for Access Points:

    Fern Getting Started Guide for GNU/Linux - scan access points

    Choose the retrieved Wireless Networks:

    Fern Getting Started Guide for GNU/Linux - wpa/wep access points

    And then your should be able to follow with your first Wireless PenTesting attempt:

    Fern Getting Started Guide for GNU/Linux - attack panel

    Good Luck! ;)

Contents


QuickChic Theme • Powered by WordPress