> For the complete documentation index, see [llms.txt](https://jarrettgxz-sec.gitbook.io/penetration-testing-ethical-hacking-concepts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jarrettgxz-sec.gitbook.io/penetration-testing-ethical-hacking-concepts/post-exploitation/gaining-shell.md).

# Gaining shell

### Static compiled binaries

{% embed url="<https://github.com/andrew-d/static-binaries/blob/master/binaries>" %}

### Webshell repository in Kali Linux

`/usr/share/webshells/`

### Reverse shell

Given a scenario where an attacker has gained remote code execution privileges on a victim machine, a reverse/bind shell can be established to allow the attacker to gain a remote shell session on the victim machine.

A reverse shell works by establishing a connection from the target machine with shell execution, to a listening port on the attacker's machine. This allows any commands sent from the attacker's machine to be executed by the shell on the victim's machine, allowing a remote shell environment.

### Bind shell

A bind shell works in an opposite way to a reverse shell, such that the connection is established from attacker machine to the target machine on a specific listening port (enabled by the attacker).&#x20;

{% embed url="<https://tryhackme.com/r/room/introtoshells>" %}


---

# 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://jarrettgxz-sec.gitbook.io/penetration-testing-ethical-hacking-concepts/post-exploitation/gaining-shell.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.
