bfac icon indicating copy to clipboard operation
bfac copied to clipboard

BFAC (Backup File Artifacts Checker): An automated tool that checks for backup artifacts that may disclose the web-application's source code.

Results 3 bfac issues
Sort by recently updated
recently updated
newest added

from this url = url.split('?')[0] url = url.replace('#', '%23') url = url.replace(' ', '%20') to this import urllib.parse url = 'http://example.com/uploads/test.php' url = urllib.parse.quote(url) it makes the code more optimised...

Hey ! It would be great to have a bfac pypi release to install it via pip. Is it something you have considered ? I can take care of the...