> For the complete documentation index, see [llms.txt](https://oklencodes.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oklencodes.gitbook.io/untitled/ctfs/biteme-ctf/recon.md).

# Recon

![](/files/nG9JmyqBlGAAgH5cYQEa)

Apache web page port did not really offer anything so i initially wanted to carry out a feroxbuster scan. This was not successfully no matter how many times I updated and upgraded the machine, it could not locate feroxbuster. Maybe next time.

![Where the webpage and ports lead to](/files/s5NWQgXQ7FgFfUfuhTKN)

### Gobuster for directory traversal

![](/files/eUMpfV0wvG3jHks2j4Xt)

The only directory that offered anything useful was console as shown below

![](/files/5XmqiTWVoJz0gMXrIFYj)

I tried the basic admin admin with no success. So i looked at the page source (CTRL + U)

![](/files/e3XmX9fqdGkucndPrIEe)

![](/files/6KxKPMzH0Eqmd2Mn0B0A)

Within the view source **console/index.php** there is javascript code "function handleSubmit() \["at the top, its javascript code so its going to run client side within web browser. The function is a handle submit for when the form is submitted and it runs the afore mentioned function. Scrolling near to the end of the obsufcated code, I managed to find a weird string. It said&#x20;

Once i typed in javascript deobfuscator (lelinhtinh.github.io/de4js/) and copied the string into it and selected the option "packer". I was able to read it more clearly. It alluded to trying webpages ending in "phps" instead of just "php".


---

# 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://oklencodes.gitbook.io/untitled/ctfs/biteme-ctf/recon.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.
