mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
24 lines
416 B
Markdown
24 lines
416 B
Markdown
# 512 - Pentesting Rexec
|
|
|
|
{{#include ../banners/hacktricks-training.md}}
|
|
|
|
|
|
## Basic Information
|
|
|
|
It is a service that **allows you to execute a command inside a host** if you know valid **credentials** (username and password).
|
|
|
|
**Default Port:** 512
|
|
|
|
```
|
|
PORT STATE SERVICE
|
|
512/tcp open exec
|
|
```
|
|
|
|
### [**Brute-force**](../generic-hacking/brute-force.md#rexec)
|
|
|
|
|
|
{{#include ../banners/hacktricks-training.md}}
|
|
|
|
|
|
|