Advertisement
koiduy

Check

May 28th, 2015
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Vào link tải https://www.dropbox.com/sh/zq3uxe1u1n527hb/AABxEMZY-IyiPzXPoqROu1Bva
  2. - Check 1 account với 1 danh sách password xem có password nào đúng không (dictionary attack)
  3.  
  4. ./facebookbruteforce.py -u <facebook_id> -w <file_chua_danh_sach_password>
  5.  
  6. <facebook_id>: có thể là email, username hoặc id lấy từ graph
  7.  
  8. <file_chua_danh_sach_password>: plain text, mỗi password 1 dòng
  9.  
  10. - Check 1 danh sách account kèm password
  11.  
  12. ./facebookbruteforce.py -f <file_chua_danh_sach_account_password>
  13.  
  14. <file_chua_danh_sach_account_password>: mỗi account nằm trên 1 dòng, mỗi account là kết hợp giữa <facebook_id>|password. Ví dụ:
  15.  
  16. 123456|matkhau
  17.  
  18. soibac|daylamatkhau
  19.  
  20. Độ chính xác lên đến 99%, 1% còn lại là do hên xui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement