Top Banner
HTExploit Bypassing .htaccess Restrictions Matías Katz & Maximiliano Soler
12

HTExploit Bypassing .htaccess Restrictions - Black Hat

Feb 12, 2022

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: HTExploit Bypassing .htaccess Restrictions - Black Hat

HTExploitBypassing .htaccess Restrictions

Matías Katz & Maximiliano Soler

Page 2: HTExploit Bypassing .htaccess Restrictions - Black Hat

HTExploit - Bypassing .htaccess Restrictions

2

Introduction

Matías Katz (@matiaskatz) is a Penetration Tester who specializes in Web security analysis. He loves to build simple tools to perform discovery and exploitation on any software or network. He is the founder of Mkit Argentina, a company that specializes in penetration testing and code auditing services.

Maximiliano Soler (@maxisoler) lives in Buenos Aires, Argentina and currently works as Security Analyst, in an International Bank. Maxi has discovered vulnerabilities in different applications Web and Microsoft's products.

Page 3: HTExploit Bypassing .htaccess Restrictions - Black Hat

HTExploit - Bypassing .htaccess Restrictions

3

Basic concepts

.htaccess - What is it and what is it for?

.htaccess = hypertext access

It is a distributed configuration file that allows each directory and subdirectory to have its own configuration, without the need of reconfiguring Apache’s main settings file.

.htaccess usually uses the same syntax as the Web server’s main configuration files.

Page 4: HTExploit Bypassing .htaccess Restrictions - Black Hat

HTExploit - Bypassing .htaccess Restrictions

4

Basic concepts

Why attack the protected directories?

Because is common to find...

x Backup files

x Configurations

x Outdated versions

x New developments

x Admin Logins ;)

Page 5: HTExploit Bypassing .htaccess Restrictions - Black Hat

HTExploit - Bypassing .htaccess Restrictions

5

The Tool

What does mean HTExploit?

HTExploit (HiperText access Exploit)

It is an open-source tool written in Python that exploits a weaknessin the way that .htaccess files can be configured to protect a web directory with an authentication process.

You will be able to list the contents of a directory protected this way, bypassing the authentication process.

Page 6: HTExploit Bypassing .htaccess Restrictions - Black Hat

HTExploit - Bypassing .htaccess Restrictions

6

Features

x Free and Open Source.

x User-friendly.

x Flexible.

x Modularized.

x Reporting.

x Integrated with other tools.

x Multiplatform.

Page 7: HTExploit Bypassing .htaccess Restrictions - Black Hat

HTExploit - Bypassing .htaccess Restrictions

7

Why?

x An old weakness that is not used by others tools.

x A lot of websites recommending how to create wrong .htaccess.

x Not having found tools that met our needs.

x Research for fun and profit!

Page 8: HTExploit Bypassing .htaccess Restrictions - Black Hat

HTExploit - Bypassing .htaccess Restrictions

8

What is NOT HTExploit?

x Not a one click Pwnage tool.

x Not a replacement for others open source tools.

x Not completely integrated with other solutions.

Page 9: HTExploit Bypassing .htaccess Restrictions - Black Hat

HTExploit - Bypassing .htaccess Restrictions

9

DEMO

Page 10: HTExploit Bypassing .htaccess Restrictions - Black Hat

HTExploit - Bypassing .htaccess Restrictions

10

Questions

.d8888b.

d88P Y88b

.d88P

.d88P"

888"

888

888

Page 11: HTExploit Bypassing .htaccess Restrictions - Black Hat

HTExploit - Bypassing .htaccess Restrictions

11

Links

HTExploit Web Site

http://www.mkit.com.ar/labs/htexploit

HTTP Authentication: Basic and Digest Access Authentication

http://tools.ietf.org/html/rfc2617

Apache Tutorial: .htaccess files

http://httpd.apache.org/docs/2.0/howto/htaccess.html

Common Configuration Problems: Issue #81 (090597)

http://www.apacheweek.com/issues/97-09-05#configerrors

Page 12: HTExploit Bypassing .htaccess Restrictions - Black Hat

HTExploit - Bypassing .htaccess Restrictions

12

Thank you!!

The potential of any tool or technique is limited only by the imagination of the user.

Matías KatzTwitter: @matiaskatz

Maximiliano SolerTwitter: @maxisoler