> For the complete documentation index, see [llms.txt](https://gitbook.seguranca-informatica.pt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.seguranca-informatica.pt/resources.md).

# Resources

{% embed url="<https://wooyun.js.org/>" %}

{% embed url="<https://github.com/wietze/windows-dll-hijacking>" %}

{% embed url="<https://troopers.de/downloads/troopers17/TR17_Unsafe_JAX-RS.pdf>" %}

{% embed url="<https://github.com/quentinhardy/pytmipe>" %}

{% embed url="<https://0x00-0x00.github.io/research/2018/10/17/Windows-API-and-Impersonation-Part1.html>" %}

{% embed url="<https://1-33-7.com/process-migration-tokens-stealing-like-meterpreter/>" %}

{% embed url="<https://0x1.gitlab.io/pentesting/Red-Teaming-Toolkit>" %}

## Linux binaries for Windows

awk, cut, wget,grep, etc binaries for windows

{% embed url="<http://gnuwin32.sourceforge.net/packages/coreutils.htm>" %}

{% embed url="<https://sourceforge.net/projects/unxutils/>" %}

## Tmux basic tricks

```
#new session
tmux new -s nmap

#attach created session
tmux a -t nmap

#list sessions
tmux ls

#detach
CTRL+B => d

#kill session
tmux kill-session -t myname

#----WINDOWS------------

c           new window
,           name window
w           list windows
f           find window
&           kill window
.           move window - prompted for a new number
:movew<CR>  move window to the next unused number

#-----PANES---------------------
%  horizontal split
"  vertical split

o  swap panes
q  show pane numbers
x  kill pane
⍽  space - toggle between layouts

-- MOUSE----------
CTRL+B => :set -g mouse on

or

:setw mode-keys emacs
navigate: CTRL+B => [
exit: q
```


---

# 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:

```
GET https://gitbook.seguranca-informatica.pt/resources.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.
