hacktricks/src/network-services-pentesting/512-pentesting-rexec.md
Carlos Polop ad3f52d725 t2
2025-01-03 01:07:38 +01:00

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}}