”Sekolah maupun kuliah tidak mengajarkan apa yang harus kita pikirkan dalam hidup ini. Mereka mengajarkan kita cara berpikir logis, analitis dan praktis.” – Azis White
Back to Top

Masa Masa Semester Awal

2014 dimulainya masa perkuliahan di Sekolah Tinggi Teknologi Garut bersama teman teman

Masa Masa Pertengahan

Foto ini diambil sekitar awal tahun 2017

Tuesday, January 22, 2019

How To Install OSIF On Termux To View Friend Data Facebook






  • Update and upgrade the thermux with the command
  • $ apt update && apt upgrade
  • Because this tool uses the python programming language, you must first install Python with the command
  • $ apt install python2
  • Then install mechanize
    $ pip2 install requests mechanize
  • Install git with the command
  • $ apt install git
  • The OSIF clone tool with commands
  • $ git clone https://github.com/CiKu370/OSIF.git
  • Enter the osif directory
  • $ cd OSIF
  • Install the tool with the command
  • $ pip2 install -r requirements.txt
  • And now just run the OSIF tool with the command
  • $ python2 osif.py
     
  • Login your fb account with the command
  • $ token
  • Here are the commands and descriptions found on the OSIF tool
  • 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 
    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

So many tutorials on how to install and use osif to see important information on a Facebook account on Termux, also read How to Hack a Legend Mobile Account in Termux
Thank you for visiting my Android Tutorial blog.
May be useful....