前情提示WiFi釣魚用kali首先你需要一個適配kali的無線網卡這點很重要 我買的這個(絕對沒有恰爛錢,畢竟人家也不給我錢,網店叫“深圳浠創科技”還有其他款式可以問客服買其他型號網卡,建議問清楚再買) 【淘寶】https://m.tb.cn/h.UQKZw5H?tk=mBqWd4TxCn5 CZ0 ...
前情提示WiFi釣魚用kali首先你需要一個適配kali的無線網卡這點很重要
我買的這個(絕對沒有恰爛錢,畢竟人家也不給我錢,網店叫“深圳浠創科技”還有其他款式可以問客服買其他型號網卡,建議問清楚再買)
【淘寶】https://m.tb.cn/h.UQKZw5H?tk=mBqWd4TxCn5 CZ0001 「雙11大優惠 RT3070 USB無線網卡 Linux kali ubuntu windows vm」 點擊鏈接直接打開 或者 淘寶搜索直接打開
第一步安裝:(要在root模式下省去很多麻煩)
就是這個紅的
然後再根目錄~下開始
1 //第一種種在終端輸入 2 git clone https://github.com/FluxionNetwork/fluxion.git//(官方,可能下載速度會慢) 3 //第二種:用碼雲(國內的“github”) 4 git clone https://gitee.com/youzicha123/fluxion.git
第二步安裝其他的包:(因為大多數都會出現包不全的因素)
//先進入fluxion cd fluxion //然後運行fluxion ./fluxion.sh
例如
⌠▓▒▓▒ ⌠▓╗ ⌠█┐ ┌█ ┌▓\ /▓┐ ⌠▓╖ ⌠◙▒▓▒◙ ⌠█\ ☒┐ ║▒_ │▒║ │▒║ ║▒ \▒\/▒/ │☢╫ │▒┌╤┐▒ ║▓▒\ ▓║ ≡◙◙ ║◙║ ║◙║ ║◙ ◙◙ ║¤▒ ║▓║☯║▓ ♜◙\✪\◙♜ ║▒ │▒║__ │▒└_┘▒ /▒/\▒\ │☢╫ │▒└╧┘▒ ║█ \▒█║ ⌡▓ ⌡◘▒▓▒ ⌡◘▒▓▒◘ └▓/ \▓┘ ⌡▓╝ ⌡◙▒▓▒◙ ⌡▓ \▓┘ ¯¯¯ ¯¯¯¯¯¯ ¯¯¯¯¯¯¯ ¯¯¯ ¯¯¯ ¯¯¯¯ ¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯ Site: https://github.com/FluxionNetwork/fluxion FLUXION 5 (rev. 9) by FluxionNetwork Online Version [?.?] [*] aircrack-ng...................................... OK. [*] bc............................................... OK. [*] awk.............................................. OK. [*] curl............................................. OK. [*] cowpatty......................................... Missing! [*] dhcpd............................................ Missing! [*] 7zr.............................................. OK. [*] hostapd.......................................... OK. [*] lighttpd......................................... OK. [*] iwconfig......................................... OK. [*] macchanger....................................... OK. [*] mdk3............................................. OK. [*] nmap............................................. OK. [*] openssl.......................................... OK. [*] php-cgi.......................................... OK. [*] pyrit............................................ OK. [*] xterm....................................... Missing! [*] rfkill........................................... OK. [*] unzip............................................ OK. [*] route............................................ OK. [*] fuser............................................ OK. [*] killall.......................................... OK.
這是後運行這個代碼能解決%99
./fluxion.sh -i
如果能全部ok跳過此段去第三步
如果自動安裝不行就得換鏡像源
vim /etc/apt/sources.list
然後按鍵盤i進入寫模式在文件末尾添加(Linux vi/vim | 菜鳥教程 (runoob.com)這個是vim模式的操作方法如果報錯可以參考
deb http://mirrors.ustc.edu.cn/debian/ buster main contrib non-free deb http://mirrors.ustc.edu.cn/debian/ buster-updates main contrib non-free deb http://mirrors.ustc.edu.cn/debian/ buster-backports main contrib non-free deb http://mirrors.ustc.edu.cn/debian-security buster/updates main contrib non-free
/*或者我加的這個好像都一樣
deb http://mirrors.ustc.edu.cn/debian/ buster main contrib non-free
deb http://mirrors.ustc.edu.cn/debian/ buster-updates main contrib non-free
deb http://mirrors.ustc.edu.cn/debian/ buster-backports main contrib non-free
deb http://mirrors.ustc.edu.cn/debian-security buster/updates main contrib non-free
*/
然後按ESC鍵退出寫模式,輸入 :wq!一共四個字母,冒號也算!!!(保存內容)
apt-get update //或 apt-get upgrade apt-get install xxx(軟體包)//或者你嫌麻煩再次輸入也行一步到位 ./fluxion.sh -i
(有的人可能pyrit這個老是裝不上裝不上的話看下麵)這是git上的源碼JPaulMora/Pyrit: The famous WPA precomputed cracker, Migrated from Google. (github.com)
1.下載python2及相關依賴
apt-get install libpcap-dev apt-get install python2.7-dev libssl-dev zlib1g-dev libpcap-dev
2.從git上取pyrit資源
git clone https://github.com/JPaulMora/Pyrit.git
如果該鏈接失效了可以直接上github搜pyrit找找
3.安裝
cd pyrit //由於系統預設裝了python3,pyrit的build需要python2,這裡要註意使用python2環境(先用這個如果這個不能運行或者有錯就用python3) python setup.py clean python setup.py build python setup.py install //或 //如果預設是python3環境(上面的不行就用這個) python2 setup.py clean python2 setup.py build python2 setup.py install
最後就安裝成功啦!!!
//再次輸入即可運行 ./fluxion.sh
如果要用fluxion釣魚請看下麵這個dalao的博客很詳細。
(而且釣魚需要一個支持kal的無線網卡我買的這個僅供參考)
(前提還要抓到目標網路的包這個是抓包的大佬文章先看這個再釣魚——>)(16條消息) kali linux 無線攻擊——aircrack-ng_阿小仔的博客-CSDN博客_kalilinux無線攻擊
Wifi釣魚工具——fluxion - freeliver - 博客園 (cnblogs.com)
借鑒了很多人的資料,因為我當時看了很多就摘錄了。
還有申明此僅用於學習,切勿用於非法用途,與本人無關。