我使用基本的python脚本制作了一个自定义词表,然后我将它从shell复制到Gedit Text Editor中,我不知道如何将它保存为与Aircrack-ng兼容的有效词表?我正在运行Ubuntu 14.10。
抱歉,我没有说清楚,当我尝试运行命令时出现此错误:
root@Euan-Linux:~# aircrack-ng -w /home/euan/Documents/Wordlists/Custom/Wordlist.txt -b 00:81:D8:47:03:BA WPAcrack-01.cap
fopen(dictionary) failed: No such file or directory
fopen(dictionary) failed: No such file or directory
Opening WPAcrack-01.cap
Please specify a dictionary (option -w).
Quitting aircrack-ng...
root@Euan-Linux:~#
答案 0 :(得分:0)
我不确定。 您只需将wordlist保存为文件,然后选择文件扩展名(或不选择)。它可以是您选择的任何扩展名。
通常,我们可以看到没有扩展名或扩展名为.lst的wodlists文件。有时,.txt。
由你决定。
Aircrack-ng在使用" -w"时接受任何文件名。命令行选项如下:
aircrack-ng [your options] -w /path/to/yourwordlist.lst [capture file]
你的wordlist文件必须是一行文件,每行包含一个单词:
123456
mypassword
god
12345678
iloveyou
1234
112233
password
etc...