# Hacking Notes

## Pentesting Commandments

Thou shall keep copious records of all known passwords and usernames

Thou shall always try known creds on new systems

Thou shall always PrivEsc

Thou shall always find new credentials

Thou shall never impact operations

### Highlights

{% content-ref url="one-liners" %}
[one-liners](https://notes.m4lwhere.org/one-liners)
{% endcontent-ref %}

{% content-ref url="programming/examples-and-quick-scripts" %}
[examples-and-quick-scripts](https://notes.m4lwhere.org/programming/examples-and-quick-scripts)
{% endcontent-ref %}

{% content-ref url="offensive/microsoft-windows-exploits/powershell" %}
[powershell](https://notes.m4lwhere.org/offensive/microsoft-windows-exploits/powershell)
{% endcontent-ref %}

### Content Created

#### Previse Machine on HTB

{% embed url="<https://app.hackthebox.com/machines/373>" %}
Previse, retired machine on HTB
{% endembed %}


---

# 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://notes.m4lwhere.org/master.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.
