> For the complete documentation index, see [llms.txt](https://snowyowls-organization.gitbook.io/snowyowl644-hacklog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://snowyowls-organization.gitbook.io/snowyowl644-hacklog/template/vulnhub-writeup.md).

# Vulnhub Writeup

![](https://i.imgur.com/Ivzy4ge.png)

* URL :
* \#easy #medium #hard #insane
* OS : #Linux #Windows
* Machine Author(s):
* Hack Date: {{date}},{{time}}

## Enumeration

Principle

1. **目に見えるものだけがすべてではない。** あらゆる視点を考慮しろ
2. 見えていることと、見えていないことを区別しろ
3. **常に情報を得る手段は存在する。** 対象をしっかり理解しろ

### Nmap

どのポートが空いている?

以下の出力をこの形にまとめてほしい

| ポート | サービス | バージョン | その他 |
| --- | ---- | ----- | --- |

```bash
```

### whatweb

```bash
```

### Feroxbuster

```bash
```

### Dirsearch

```bash
```

### FFUF

```bash
```

### WebSite

*
*
*

### WebSite Screenshot

## Foothold

```bash
```

```bash
```

```bash
```

```bash
```

```bash
```

## Lateral Movement

<横方向の動きに関する説明をここに書いてください>

```bash
```

```bash
```

```bash
```

```bash
```

```bash
```

## Privilege Escalation

```bash
```

```bash
```

```bash
```

```bash
```

```bash
```

```bash
```

```bash
```

### Notes

<このWriteupで特に重要な点や学んだことを追加で記載するセクション>
