# browser

```
360全套+火绒没有拦截
缺点:会有黑框，并且打开chrome浏览器，功能限制
https://github.com/0x09AL/Browser-C2
>go get -u github.com/gorilla/mux
>go get -u github.com/chzyer/readline
>git clone https://github.com/0x09AL/Browser-C2.git
/Browser-C2/agent/agent.go修改C2地址
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/264.png)

```
修改chrome的位置
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/265.png)

```
编译客户端
>CGO_ENABLED=1 GOARCH= GOOS=windows go build
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/266.png)

```
 /Browser-C2/static/jquery.js修改控制服务器IP
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/267.png)

```
转到主目录编译服务器端
>go build
靶机执行生成好的客户端
攻击机监听
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/268.png)

```
此框架与靶机之间通信未加密，功能有限，可与msf、cs、poshc2、empire等框架建立联系。
```


---

# 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://www.heresecurity.wiki/nei-wang-he-yu/ming-ling-yu-kong-zhi/browser.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.
