HTExploit (HiperText access Exploit) is an open-source tool written in Python that exploits a weakness in the way that .htaccess files can be configured to protect a web directory with an authentication process.
Download
HTExploit has been presented and released at Black Hat USA 2012. Now included in different Security Distros, as BackTrack 5 R3, Matriux Security and SamuraiWTF.
| In The News |This tool is developed and mantained by Matias KATZ and Maximiliano SOLER. If you want collaborate feel free to contact us.
| About Us |HTExploit is an open-source tool written in Python that exploits a weakness in the way that .htaccess files can be configured to protect a web directory with an authentication process. By using this tool anyone would be able to list the contents of a directory protected this way, bypassing the authentication process.
The tool provides modularity, by allowing the tester to fully perform an analysis on the protected website of the following attacks:
x SQL Injection.
x Local File Inclusion
x Remote File Inclusion
x more...