# see this # $1$ | bb6bbbZD$ | cB1evOBh.fGegyNS3kVU21 # # --> $1$ = algorithm (6 = SHA-512, 1 = MD5) # --> bb6bbbZD = salt # --> cB1evOBh.fGegyNS3kVU21 = hash # use Crypt::PasswdMD5; my $pass = '12344567'; my $salt = 'bb6bbbZD'; my $crypted = unix_md5_crypt $pass, $salt; print $crypted; # print --> $1$bb6bbbZD$cB1evOBh.fGegyNS3kVU21
จากนั้นก็ทำการเขียน script เป็น script brute
และ ทำการ บรูท ... ผมก็ได้ผลลัพท์ มาเป็น
C:\Users\stephack\Desktop>crack.pl [+] found guest:guest ($1$HbjbbJbb$WNo.P9W0289pg6PWLIgKR.) [+] found p104:12344567 ($1$bb6bbbZD$cB1evOBh.fGegyNS3kVU21) [+] found p108:112233 ($1$bbbbRYYb$vmuEXmd2Tn4I3GZYG9H/V.) [+] found p201:1234567 ($1$/YQbIFtb$bP0NYGfJWjeaoWSBz2CQs/)
No comments:
Post a Comment