Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fully transparent inline mode #65

Open
Byeonghong-Son opened this issue May 13, 2024 · 1 comment
Open

fully transparent inline mode #65

Byeonghong-Son opened this issue May 13, 2024 · 1 comment

Comments

@Byeonghong-Son
Copy link

Byeonghong-Son commented May 13, 2024

Hello

I want to mirror only decoded (HTTP) packets that act as a fully transparent proxy for sslproxy.
(sslproxy operates in an inline mode, such as a bridge, not a router or gateway)

client(HTTS)
|
router(gateway)
|
sslproxy box(inline mode) -- Mirror Port(HTTP Plain Text Packet-- Packet Capture Box
|
(HTTS)Server

I tried to configure an online mode that works completely transparent without setting up public or private ip using nft, iptables, tproxy, etc., but failed.

A fully transparent inline configuration is required with SSL proxy.

Please give me an example of how to set it up if the related configuration is possible and thank you.

@piolug93
Copy link
Contributor

You must create DNAT for incoming packets to sslproxy host:port and SNAT from outgoing packets from sslproxy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants