Ipt_xor Alternatives
Similar projects and alternatives to ipt_xor
-
sshuttle
Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling.
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
udp2raw
A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)
-
-
-
-
phantun
Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs.
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
ipt_xor discussion
ipt_xor reviews and mentions
-
Wireguard completely banned in Iran
Not in Iran, and the following would be trivial to detect, but this xtables module may be of use. It runs entirely in-kernel, so if it works, it shouldn't cause much of a performance hit. Only try this if your only goal is bypassing censorship; it won't do a very good job at hiding the fact that you're using a VPN to a human observer.
-
Wireguard handshake in IRAN - HELP
obfuscate udp packet by XOR https://github.com/faicker/ipt_xor Being an iptables module, this one is very fast compare to udp2raw. The con is it doesn’t change the packet length, besides WG packet has a lots of zeros so the key used for XOR is easy to recognize. However, the ISP most likely use some kind of hardware implementation to detect fixed patterns. So this simple XOR may be enough for evading detection.
Stats
faicker/ipt_xor is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of ipt_xor is C.