2024-01-05 23:40:55 +00:00
# 514 - Pentesting Rsh
2022-04-28 16:01:33 +00:00
< details >
2024-02-04 16:27:51 +00:00
< summary > < strong > ゼロからヒーローまでAWSハッキングを学ぶ< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE( HackTricks AWS Red Team Expert) < / strong > < / a > < strong > ! < / strong > < / summary >
2022-04-28 16:01:33 +00:00
2024-02-09 09:15:30 +00:00
HackTricks をサポートする他の方法:
2022-04-28 16:01:33 +00:00
2024-02-09 09:15:30 +00:00
* **HackTricks で企業を宣伝したい** または **HackTricks をPDFでダウンロードしたい** 場合は [**SUBSCRIPTION PLANS** ](https://github.com/sponsors/carlospolop ) をチェック!
* [**公式PEASS& HackTricksグッズ** ](https://peass.creator-spring.com )を入手する
* [**The PEASS Family** ](https://opensea.io/collection/the-peass-family )、独占的な [**NFTs** ](https://opensea.io/collection/the-peass-family ) コレクションを発見する
* 💬 [**Discordグループ** ](https://discord.gg/hRep4RUj7f ) または [**telegramグループ** ](https://t.me/peass ) に **参加** または **Twitter** 🐦 [**@carlospolopm** ](https://twitter.com/hacktricks_live ) を **フォロー** する。
* **ハッキングテクニックを共有するために PR を** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) と [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github リポジトリに提出する。
2022-04-28 16:01:33 +00:00
< / details >
2023-07-07 23:42:27 +00:00
## 基本情報
2020-07-15 15:43:14 +00:00
2024-02-09 09:15:30 +00:00
**Rsh** では、認証に ** .rhosts** ファイルと ** /etc/hosts.equiv** が使用されました。認証は IP アドレスと DNS に依存していました。特にローカルネットワーク上で IP アドレスをスプーフィングすることが容易であり、重大な脆弱性でした。
2020-07-15 15:43:14 +00:00
2024-02-09 09:15:30 +00:00
さらに、**.rhosts** ファイルがユーザーのホームディレクトリ内に配置されることが一般的であり、これらはしばしば Network File System( NFS) ボリュームに配置されていました。
2020-07-15 15:43:14 +00:00
2024-01-05 23:40:55 +00:00
**デフォルトポート**: 514
2020-07-15 15:43:14 +00:00
2023-07-07 23:42:27 +00:00
## ログイン
2021-10-18 11:21:18 +00:00
```
2020-07-15 15:43:14 +00:00
rsh < IP > < Command >
rsh < IP > -l domain\user < Command >
rsh domain/user@< IP > < Command >
rsh domain\\user@< IP > < Command >
```
2024-02-04 16:27:51 +00:00
### [**Brute Force**](../generic-methodologies-and-resources/brute-force.md#rsh)
## 参考文献
2024-02-08 22:31:36 +00:00
* [https://www.ssh.com/ssh/rsh ](https://www.ssh.com/ssh/rsh )
2022-04-28 16:01:33 +00:00
< details >
2024-02-04 16:27:51 +00:00
< summary > < strong > ゼロからヒーローまでのAWSハッキングを学ぶ< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE( HackTricks AWS Red Team Expert) < / strong > < / a > < strong > ! < / strong > < / summary >
2022-04-28 16:01:33 +00:00
2024-02-04 16:27:51 +00:00
HackTricksをサポートする他の方法:
2022-04-28 16:01:33 +00:00
2024-02-04 16:27:51 +00:00
* **HackTricksで企業を宣伝したい**または**HackTricksをPDFでダウンロードしたい**場合は、[**SUBSCRIPTION PLANS**](https://github.com/sponsors/carlospolop)をチェックしてください!
* [**公式PEASS& HackTricksスウォッグ** ](https://peass.creator-spring.com )を入手する
* [**The PEASS Family** ](https://opensea.io/collection/the-peass-family )を発見し、独占的な[**NFTs**](https://opensea.io/collection/the-peass-family)のコレクションを見つける
2024-02-09 09:15:30 +00:00
* **💬 [**Discordグループ** ](https://discord.gg/hRep4RUj7f )または[**telegramグループ**](https://t.me/peass)に参加するか、**Twitter** 🐦 [**@carlospolopm** ](https://twitter.com/hacktricks_live )で**フォロー**する。
* **HackTricks**および**HackTricks Cloud**のgithubリポジトリにPRを提出して、あなたのハッキングトリックを共有してください。
2022-04-28 16:01:33 +00:00
< / details >