mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
16 lines
322 B
Markdown
16 lines
322 B
Markdown
|
# 512 - Pentesting Rexec
|
||
|
|
||
|
## 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
|
||
|
|
||
|
```text
|
||
|
PORT STATE SERVICE
|
||
|
512/tcp open exec
|
||
|
```
|
||
|
|
||
|
### \*\*\*\*[**Brute-force**](../brute-force.md#rexec)\*\*\*\*
|
||
|
|