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
Related Article
â–¶ 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
0 Comments