Skip to content

wisdgod/hostspp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hosts Plus Plus (hosts++)

English | 中文

English

Introduction

Hosts Plus Plus (hosts++) is a MITM proxy tool for customizing and redirecting HTTP/HTTPS requests based on user-defined rules. It allows users to replace request hosts, enabling seamless redirection from a fake host to a real host while maintaining the appearance of communication with the fake host.

Workflow

graph LR
    A[Client] -->|Request to Fake Host| B[hosts++]
    B -->|Replace + Disguise as Real Host| C[Real Host]
    C -->|Response| B
    B -->|Disguise as Fake Host| A
Loading

Tech Stack

  • MITM Proxy: Golang
  • Rule Configuration Panel: React + Vite

Features

  • Custom rule-based host replacement
  • HTTPS traffic interception and decryption
  • User-friendly configuration interface
  • Efficient request/response handling

Installation and Usage

(To be added)

Disclaimer

This project (Hosts++) is intended for educational and research purposes only. Users must comply with all applicable local, national, and international laws and regulations.

The authors and contributors of this software are not responsible for any direct or indirect damages or losses arising from its use. Users assume all risks associated with the use of this software.

It is strictly prohibited to use this software for any illegal or harmful activities. The authors reserve the right to revoke usage rights if any misuse is discovered.

By using this software, you acknowledge that you have read, understood, and agreed to all terms of this disclaimer.

中文

项目介绍

Hosts Plus Plus (hosts++) 是一个基于用户自定义规则的 MITM 代理工具,用于自定义和重定向 HTTP/HTTPS 请求。它允许用户替换请求主机,实现从假主机到真实主机的无缝重定向,同时保持与假主机通信的外观。

工作流程

graph LR
    A[客户端] -->|请求Fake Host| B[hosts++]
    B -->|替换+伪装为Real Host| C[Real Host]
    C -->|响应| B
    B -->|伪装为Fake Host| A
Loading

技术栈

  • MITM 代理:Golang
  • 规则配置面板:React + Vite

功能特性

  • 基于自定义规则的主机替换
  • HTTPS 流量拦截和解密
  • 用户友好的配置界面
  • 高效的请求/响应处理

安装和使用

(待添加)

免责声明

本项目(Hosts++)仅供教育和研究目的使用。使用者应当遵守所有适用的本地、国家和国际法律法规。

作者和贡献者不对因使用本软件而直接或间接导致的任何损失或损害承担责任。使用者应自行承担使用本软件的所有风险。

严禁将本软件用于任何非法或有害活动。作者保留在发现滥用行为时撤销使用权的权利。

使用本软件即表示您已阅读、理解并同意本免责声明的所有条款。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors