├── README.md ├── httpProxy ├── client.py ├── requirements.txt └── scfServer.py ├── reverseShellProxy ├── delete.py ├── register.py └── transmission.py └── socks5Proxy ├── requirements.txt ├── scfServer.py └── socksClient ├── bridge.py ├── models.py ├── socks5.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/flowHiding_SCF/HEAD/README.md -------------------------------------------------------------------------------- /httpProxy/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/flowHiding_SCF/HEAD/httpProxy/client.py -------------------------------------------------------------------------------- /httpProxy/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/flowHiding_SCF/HEAD/httpProxy/requirements.txt -------------------------------------------------------------------------------- /httpProxy/scfServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/flowHiding_SCF/HEAD/httpProxy/scfServer.py -------------------------------------------------------------------------------- /reverseShellProxy/delete.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/flowHiding_SCF/HEAD/reverseShellProxy/delete.py -------------------------------------------------------------------------------- /reverseShellProxy/register.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/flowHiding_SCF/HEAD/reverseShellProxy/register.py -------------------------------------------------------------------------------- /reverseShellProxy/transmission.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/flowHiding_SCF/HEAD/reverseShellProxy/transmission.py -------------------------------------------------------------------------------- /socks5Proxy/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/flowHiding_SCF/HEAD/socks5Proxy/requirements.txt -------------------------------------------------------------------------------- /socks5Proxy/scfServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/flowHiding_SCF/HEAD/socks5Proxy/scfServer.py -------------------------------------------------------------------------------- /socks5Proxy/socksClient/bridge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/flowHiding_SCF/HEAD/socks5Proxy/socksClient/bridge.py -------------------------------------------------------------------------------- /socks5Proxy/socksClient/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/flowHiding_SCF/HEAD/socks5Proxy/socksClient/models.py -------------------------------------------------------------------------------- /socks5Proxy/socksClient/socks5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/flowHiding_SCF/HEAD/socks5Proxy/socksClient/socks5.py -------------------------------------------------------------------------------- /socks5Proxy/socksClient/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/flowHiding_SCF/HEAD/socks5Proxy/socksClient/utils.py --------------------------------------------------------------------------------