From 9c361bd795cb08bf1bf1feb6e2f1b8372e5439fe Mon Sep 17 00:00:00 2001 From: FlyfishSec <1105135959@qq.com> Date: Mon, 21 Mar 2022 12:19:36 +0800 Subject: [PATCH] Fix web mode ip obfuscator not working --- rcX.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rcX.py b/rcX.py index 04a588a..04bf7f4 100644 --- a/rcX.py +++ b/rcX.py @@ -1,6 +1,6 @@ # coding=utf8 __Author__ = 'FlyfishSec' -__Version__ = 'v0.0.1' +__Version__ = 'v0.0.2' __SITE__ = 'https://github.com/FlyfishSec/rcX' __Description__ = '''''' @@ -11,7 +11,7 @@ + 🐛 Bug fixes - + + + Fix web mode ip obfuscator not working ''' @@ -1922,6 +1922,7 @@ def gen(): elif request.form.getlist('encoder[]'): encoder = request.form.getlist("encoder[]") obfuscator = request.form.get("obfuscator") + ip_obfuscator = request.form.get("ip_obfuscator") staging_url = request.form.get("staging_url") if staging_url == "100": staging_url = "" @@ -1948,7 +1949,7 @@ def gen(): encoder=encoder, web=True, platform=platform, binary_name=binary_name, shell_path=shell_path, - obfuscator=obfuscator, + obfuscator=obfuscator, ip_obfuscator=ip_obfuscator, staging_url=staging_url, staging_cmd=staging_cmd, localtunnel=localtunnel) title = None result = "