mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 04:33:28 +00:00
docs(IIS): correct typo in basic auth bypass
This commit is contained in:
parent
90e6fb6825
commit
c57346ff77
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ You can also use **metasploit**: `use scanner/http/iis_shortname_scanner`
|
|||
|
||||
### Basic Authentication bypass
|
||||
|
||||
**Bypass** a Baisc authentication (**IIS 7.5**) trying to access: `/admin:$i30:$INDEX_ALLOCATION/admin.php` or `/admin::$INDEX_ALLOCATION/admin.php`
|
||||
**Bypass** a basic authentication (**IIS 7.5**) trying to access: `/admin:$i30:$INDEX_ALLOCATION/admin.php` or `/admin::$INDEX_ALLOCATION/admin.php`
|
||||
|
||||
You can try to **mix** this **vulnerability** and the last one to find new **folders** and **bypass** the authentication.
|
||||
|
||||
|
|
Loading…
Reference in a new issue