From 9576fda67762181f787f9347866134f16d69cd29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E7=8E=8B?= <27958875@qq.com> Date: Fri, 21 May 2021 15:28:00 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7bd9c8d..abffe1f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ ## burpFakeIP +下载使用:[Releases](https://github.com/TheKingOfDuck/burpFakeIP/releases/tag/1.0) + + **2021/05/21** 使用Java重构,增加了[issue](https://github.com/TheKingOfDuck/burpFakeIP/issues/8)中提到的功能特性,新增给每个请求自动添加XFF头以及随机IP的功能,具体可见右键菜单AutoXFF,默认情况下自动添加的xff头为X-Forwarded-For,值为生成的随机IP,均可自定义。