# Seth

Seth is a tool written in Python and Bash to MitM RDP connections by attempting to downgrade the connection in order to extract clear text credentials. It was developed to raise awareness and educate about the importance of properly configured RDP connections in the context of pentests, workshops or talks.&#x20;

## Requirements

*python3*

*tcpdump*

*arpspoof*

*tcpdump*

## Usage

$ ./seth.sh \<INTERFACE> \<ATTACKER IP> \<VICTIM IP> \<GATEWAY IP|HOST IP>  \[\<COMMAND>]

{% embed url="<https://github.com/SySS-Research/Seth>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.brinkles.wiki/tools/internal-tools/seth.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
