-
Notifications
You must be signed in to change notification settings - Fork 47
IDEA #106
Description
First of all, I wanted to thank you for your attention to detail and your tireless efforts.
I had an idea and I'm not sure how practical it is, but I thought I'd share it with you — maybe it can lead somewhere useful.
As you know, dnstt and slipstream-rust work fine for a while, but then suddenly stop working. It seems DPI has probably added the ability to inspect DNS traffic and can now detect them.
There's a project called paqet
(https://github.com/hanselime/paqet)
that was working really well (honestly like magic)before the whitelisting changes in Iran. It sends raw packets, randomizes both the packets and query sizes.
I was wondering whether it would be feasible to somehow combine these two projects — merging the ideas or techniques from paqet with dnstt/slipstream-rust. adding Raw Packets also adaptive query rate/Randomising query interval or adaptive MTU, Multi (3-5)subdomain rotation switching automatically... right now dnstt/slipstream behaviour's so predictable.
What do you think? Is something like this possible?
Thank you!