Osif merupakan singkatan dari open source information facebook ,Tools ini berguna untuk mencari informasi di facebook seperti nomor telepon,email,dan ID facebook teman kalian.
Langsung ke tutorialnya :
- upgrade termux dengan command :
" apt update && apt upgrade "
- Kemudian instal python :
" apt install python2 "
- Lalu install mechanize :
" pip2 install request mechanize "
- Instal git dengan command :
" apt install git "
- Klon tool nya dengan command :
" git clone https://github.com/CiKu370/OSIF.git "
- Masuk ke DIR osif dengan command :
" cd OSIF "
- Instal tool nya :
" pip2 install -r requirements.txt "
- Jalankan tools nya :
" python2 osif.py "
- Login dengan facebook dengan command :
" token "
Berikut command dan juga fungsi nya :
get_data : fetching all friends data
get_info : show information about your friend
dump_id : fetching all id from friend list
dump_phone : fetching all phone number from friend list
dump_mail : fetching all emails from friend list
dump_<id>_id : fetching all id from your friends <spesific>
ex: dump_username_id
token : Generate access token
cat_token : show your access token
rm_token : remove access token
bot : open bot menu
clear : clear terminal
help : show help
about : Show information about this program
exit : Exit the program
Sekian untuk postingan kalian ini sampai jumpa
(^.^)

No comments:
Post a Comment