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?

More than 5 years have passed since last update.

URLRewiteツールとしての StreamRelay.NET.exe

Last updated at Posted at 2017-06-29

URLRewiteツールとしての StreamRelay.NET.exe

-r オプションで、リクエスト側通信パケットの最初のLfまでの一番最初の「/」をにょろにょろに書き換える。

-r /webApp/../
とすると、通信データのリクエスト側の「/」が「/webApp/../」に置き換わる。

正確には、通信データのリクエスト側パケットの最初のLfまでに「/」があれば、その最初の「/」が「/webApp/../」に置き換わる


例えば、192.0.2.1:80 はリバース・プロキシで、「/webApp/」以下を 192.0.2.2:80 の「/webApp/」以下に転送している。(しかも、バスの正規化をしていない)
という前提であれば、
StreamRelay.NET.exe -LocalPort 80 -RemotePort 80 -RemoteHost 192.0.2.1 -r /webApp/../
として、このStreamRelay.NET.exe に nikto.pl を実施すれば、リバース・プロキシの背後の Webサーバを適切に診断することができるかもしれない。


目次へ戻る

目次というか最初の一歩

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?