# Fish Config

Abbreviations

```
autorecon 	'python3 /opt/autorecon/autorecon.py' 	Delete
cdb 	'echo /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt | xclip' 	Delete
du1 	'du -k --max-depth=1 | sort -n' 	Delete
ltr 	'ls -ltr' 	Delete
rtfm 	/opt/rtfm/rtfm.py 	Delete
ss 	searchsploit 	Delete
webup 	'python -m SimpleHTTPServer 80' 	Delete
xclip 	'xclip -sel c' 	Delete
busyport 	lsof -t -i:
```

![](/files/-LsDxfEkkY0f9DfzgTnl)


---

# 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/kali-configuration/fish-config.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.
