Fern Wifi Cracker Osx

Fix Fern Wifi for Alfa AWUS036NH / wlan*mon pattern

After starting Fern WIFI Cracker 2.2 I select Wlan0, messages appears 'Monitor Mode Enabled on wlan0mon', Scan is 'Active' but it doesn't find any WEP or WPA networks. Checking with ifconfig wlan0mon is up, also some month ago with an older version, it found a lot of Wifis in my area, I was easily. How to hack wifi Password using Fern WiFi Cracker. First of all you need to install Kali Linux either in Virtual Box or as a main operating system. Alternatively you can use Kali Linux Live. Step 1: First of all go to applications in Kali Linux. Step 2: Select Wireless Attacks. Step 3: Select Fern WiFi Cracker. Step 3 (wifi hack). WiFi or wireless penetration testing is an important aspect of any security audit project, organizations are facing serious threats from their insecure WiFi network. A compromised wifi puts the entire network at risks. Consider the recent darkhotel attack, where the top business executives were the target and the attacker were targeting them by hacking into. Fern Wifi Cracker is a Wireless security auditing and attack software program written using the Python Programming Language and the Python Qt GUI library, the program is able to crack and recover WEP/WPA/WPS keys and also run other network based attacks on wireless or ethernet based networks.

gistfile1.py
''
Fern-Wifi-Cracker 2.0 Not working with Ralink Chipsets (tested on AWUS036NH )
What steps will reproduce the problem?
1.start fern-wifi
2.select interface
What is the expected output? What do you see instead?
expected output: 'Monitor mode enabled on wlan0mon'
instead: stuck in set_monitor_thread()
What version of the product are you using? On what operating system?
Linux Mint 64:
Linux xxxxxxxx 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Please provide any additional information below.
the reason: you only search for monitors with *mon pattern
realtek chipsets and recent airmon-ng version use a new pattern: wlandmon
here is a bugfix, i use for my version:
''
defset_monitor_thread(self,monitor_card,mac_setting_exists,last_settings):
#print 'starting new thread'
status=str(commands.getoutput('airmon-ng start %s'%(monitor_card)))
#print 'nStatus of airmon-ng start', monitor_card, ':', status,'n'
if ('monitor mode enabled'instatus) or ('monitor mode vif enabled'instatus): #fix for ralink if
monitor_interface_process=str(commands.getoutput('airmon-ng'))
#print 'monitor_interface_process:', monitor_interface_process, 'n'
if ('monitor mode enabled'instatus):
regex=re.compile('mond',re.IGNORECASE)
elif ('monitor mode vif enabled'instatus):
regex=re.compile('wlandmon',re.IGNORECASE) #changed from mond to wlandmon
interfaces=regex.findall(monitor_interface_process)
print'available interfaces:', interfaces
if(interfaces):
self.monitor_interface=interfaces[0]
else:
self.monitor_interface=monitor_card
print'setting self.monitor_interface to', self.monitor_interface
variables.monitor_interface=self.monitor_interface
self.interface_combo.setEnabled(False)
variables.wps_functions.monitor_interface=self.monitor_interface
self.emit(QtCore.SIGNAL('monitor mode enabled'))
# Create Fake Mac Address and index for use
mon_down=commands.getstatusoutput('ifconfig %s down'%(self.monitor_interface))
ifmac_setting_exists:
variables.exec_command('macchanger -m %s %s'%(last_settings,self.monitor_interface))
else:
variables.exec_command('macchanger -A %s'%(self.monitor_interface))
mon_up=commands.getstatusoutput('ifconfig %s up'%(self.monitor_interface))
foriterateinos.listdir('/sys/class/net'):
ifstr(iterate) str(self.monitor_interface):
os.chmod('/sys/class/net/'+self.monitor_interface+'/address',0777)
variables.monitor_mac_address=reader('/sys/class/net/'+self.monitor_interface+'/address').strip()
variables.wps_functions.monitor_mac_address=variables.monitor_mac_address
else:
print'problem occured while setting up the monitor mode of selected', monitor_card

commented Jan 4, 2015

now intergrated in Fern-Wifi-Cracker 2.1 ( https://code.google.com/p/fern-wifi-cracker/issues/detail?id=97 )

commented Jan 21, 2015

Hello,

I use Kali Linux in VMware Fusion (Mac OS X).
Linux secu 3.14-kali1-amd64 #1 SMP Debian 3.14.5-1kali1 (2014-06-07) x86_64 GNU/Linu
Device: AWUSI36NH

When i choose the wlan0 (AWUSO36NH) on fern-wifi, a problem appears ...

I'm trying to attack and WPA access.
I plug the device, i run in CLI airmon and airodump on the BSSID... i see stations, get Handshake etc...
When i run Fern-Wifi-Cracker 2.1, it sees AP but it can't get MAC to run the classic attack. When i kill fern-wifi cracker and re test airodump, it doesn't see station.. nothing appears. Unplug and replug device and airodump works again.

So i think Fern-Wifi Cracker doesn't work well with AWUS036NH.

Sorry for my poor english.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Fern Wifi Cracker is a Wireless security auditing and attack software program written using the Python Programming Language and the Python Qt GUI library, the program is able to crack and recover WEP/WPA/WPS keys and also run other network based attacks on wireless or ethernet based networks.


The Software runs on any Linux machine with prerequisites installed, and it has been tested on Ubuntu KDE/Gnome, BackTrack Linux and BackBox Linux.

What is a Wifi Cracker

Fern

A Wifi Cracker is a tool or piece of software designed to help with the recovery of Wireless Access Point (WAP) keys from WPA2 or WPS secured networks.

Fern wifi cracker stuck deauthenticatingTutorial

There are various Wifi Cracker tools available such as:

– Infernal Twin – Automated Wireless Hacking Suite
– FruityWifi – Wireless Network Auditing Tool
– wifite – Mass Wifi WEP/WPA Key Cracking Tool
– Kismet – Wireless Network Hacking, Sniffing & Monitoring

Features of Fern Wifi Cracker

Fern currently supports:

Fern Wifi Cracker Osx
  • WEP Cracking with Fragmentation,Chop-Chop, Caffe-Latte, Hirte, ARP Request Replay or WPS attack
  • WPA/WPA2 Cracking with Dictionary or WPS based attacks
  • Automatic saving of key in database on successful crack
  • Automatic Access Point Attack System
  • Session Hijacking (Passive and Ethernet Modes)
  • Access Point MAC Address Geo Location Tracking
  • Internal MITM Engine
  • Bruteforce Attacks (HTTP,HTTPS,TELNET,FTP)
  • Update Support

Prerequisites for Fern Wifi Cracker

Fern requires the following to run properly:

Fern Wifi Cracker Windows 10

  • Aircrack-NG
  • Python-Scapy
  • Python Qt4
  • Python
  • Subversion
  • Xterm
  • Reaver (for WPS Attacks)
  • Macchanger

You can download Fern Wireless Cracker here:

Fern Wifi Cracker Free Download

Or read more here.