0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Basic認証のログイン・ログアウト(ちょい裏技)

Posted at

概要

今回は通常ではないBasic認証のログイン・ログアウト方法をご紹介します。

Basic認証 ログイン方法

URLのホスト名の前に [username]または[userid] + : + [password] + @ を挿入

例)

https://username:password@example.com

https://userid:password@example.com

ログアウト方法

URLのホスト名の前に適当な [username] + @ を挿入

例)

https://hoge@example.com

おまけ

これができると、ブルートフォースアタックし放題じゃ。。。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?