> For the complete documentation index, see [llms.txt](https://codingmace.gitbook.io/masterward/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codingmace.gitbook.io/masterward/ctf/2019/tamuctf-19.md).

# TAMUctf 19

## Crypto

### -.- \[100 pts]

> **Description**
>
> To 1337-H4X0R:
>
> Our coworker Bob loves a good classical cipher. Unfortunately, he also loves to send everything encrypted with these ciphers. Can you go ahead and decrypt this for me?
>
> Difficulty: easy

{% file src="/files/-MevyzwgcBoZGgwkQOKx" %}
MorseCode
{% endfile %}

**Solution**

We did this sequence of replacement\
\- > #\
dah > -\
dit > .\
di > .\
\# > \
Then input to CyberChef which combined from hex gets the text

Wp*lXtGQ8e8qnmMYU*svFHkjIt*RQ\&JpZvjm!%%KDkfp#^N9fk4dU4lB3rToT0PZQmCQEKYB4ZMv*!Fk8l%bjqlPMfIGma%%FzG gigem{C1icK\_cl1CK-y0u\_h4v3\_m4I1} uv4vzKZt4yomiDShLm8QEFnUtwJ\@NuOYfX&8u\@Gn!1%Tqv0VcRzV!j!vuup8BjdNIqE5w#$%V4UZOYZ2z7T25t7\&xL\@WO7410QI

**Flag: gigem{C1icK\_cl1CK-y0u\_h4v3\_m4I1}**

## Misc

### Who am I? \[100 pts]

> **Description**
>
> What is the A record for tamuctf.com? (Not in standard gigem{flag} format)
>
> Difficulty: easy

**Solution**

`ping tamuctf.com`

**Flag: 52.33.57.247**

### Who do I trust? \[100 pts]

> **Description**
>
> Who issued the certificate to tamuctf.com? (Not in standard gigem{flag} format)
>
> Difficulty: easy

**Solution**

See the certificate in the browser

**Flag: Let's Encrypt Authority X3**

## Web

### Not another SQLi Challenge \[100 pts]

> **Description**
>
> <http://web1.tamuctf.com>

**Solution**

As for most I captured the flag through BurpSuite and used the code username=admin%27%23\&password= as the payload.

**Flag: gigem{f4rm3r5\_f4rm3r5\_w3'r3\_4ll\_r16h7}**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://codingmace.gitbook.io/masterward/ctf/2019/tamuctf-19.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
