Skip to content

frozenBranch/wifi-kali-usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

wifi-kali-usage

wifi kali usage (wifite + hashcat + drivers)

hashcat resources:

Archer T4U V3 drivers:

airmon-ng resources:

wifite resources:

cap2hccapx

  • @TODO

wlan troubleshooting

  • Run kali linux in vmware vm

  • Useful commands to locate wlan connection:

ifconfig
ip addr
iwconfig
  • Troubleshooting airmon-ng and enabling monitor mode
sudo airmon-ng check kill
sudo airmon-ng start wlan0
  • Check that Mode is set to Monitor
iwconfig
sudo airmon-ng

Starting with wifite

  • Run wifite
sudo wifite
  • Save the hcap file.
https://github.com/s77rt/capJS
https://s77rt.github.io/capJS/
  • Convert cap file to hc22000 file

  • hashcat cracking with dict

hashcat -m 22000 -a 0 -o cracked.txt hash.hc22000 dict.txt 
  • hashcat on docker
docker run -it --gpus=all --rm dizcza/docker-hashcat //bin/bash

About

wifi kali usage (wifite + hashcat + drivers)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages