How to Install BFAC Tool on Kali Linux


BFAC (Backup File Artifacts Checker): Tool to check backup artifacts that may disclose the web-application’s source code | Sensitive Information.

Instructions to Install BFAC on Kali Linux are as follow’s :

▶ Open Terminal

▶ Run : git clone https://github.com/mazen160/bfac.git

▶ Run : cd bfac

▶ Run : pip3 install -r requirements.txt

▶ Run : python3 setup.py install

▶ Check Help : bfac --help or

▶ Check Version : bfac -V

▶ Usage : bfac -u http://target[.com]/test.php

▶ Example : bfac -u http://testphp.vulnweb.com/

More Info : https://github.com/mazen160/bfac

Thank You..!!

0 Comments