# Pre-engagement

### Log all commands of the current session

```
script $target.log
....
commands and output of commands you ran in that 1 terminal sesssion
....
exit # when finished
```

#### Use Cherrytree or OneNote other to document findings...even a text file!

#### Create a screenshot of the selected area and save it at home directory

```
shift Print Screen
```

### Set the Target IP Address to the $ip system variable

```
export ip=target_ip
```

{% hint style="success" %}
If you're working on a single target it is useful to do the `export ip=target_ip` command before you run Tmux. That way when you create new tabs in Tmux you don't have to run the export command for every new tab.
{% endhint %}

{% content-ref url="/pages/-LT-TBkpQhCL1HhOlpxI" %}
[Tmux Configuration](/kali-configuration/tmux-config.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LTwbZoT7qnzQUBkA\_zu" %}
[Terminator Configuration](/kali-configuration/terminator-shortcuts.md)
{% endcontent-ref %}

### Coffee or Beer :)

If you appreciate my notes I would be very grateful if you could [**buy me a coffee**](https://www.buymeacoffee.com/OffSecNewbie) ☕️ 😉.

{% content-ref url="/pages/-M8Ent0nODYAtTrBaxN3" %}
[Broken mention](broken://pages/-M8Ent0nODYAtTrBaxN3)
{% endcontent-ref %}

![https://www.buymeacoffee.com/OffSecNewbie](/files/-M6u1ZK1h8Ji5jFCGIJY)

### Thank you!


---

# 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://guide.offsecnewbie.com/pre-engagement.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.
