> For the complete documentation index, see [llms.txt](https://notes.brinkles.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.brinkles.wiki/tools/internal-tools/seth.md).

# 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>" %}
