發表文章

目前顯示的是 4月, 2022的文章

How to use pipal analysis the password txt file?

圖片
How to use pipal analysis the password txt file? pipal is a password statistical analysis tool provided by Kali Linux. This tool can perform statistical analysis on all passwords of a password dictionary. It will count the most commonly used passwords, the most commonly used basic words, the proportion of password length, the proportion of composed characters, the proportion of single-type character passwords, the proportion of ending characters, and so on. Based on this information, security personnel can analyze the characteristics of passwords and write corresponding cryptanalysis report files. Step1.prepare a txt file of password "Password.txt" you can take it in  https://en.wikipedia.org/wiki/Wikipedia:10,000_most_common_passwords Step2.Pipa password.txt > result_papal.txt the result will save to result_papal.txt file Step3. vim result_pipal.txt  use vim editor to edit result_papal.txt Step4 . it will shows  Last digits , character sets and so on. Step5.use this t...