Commit Graph

  • 4f18a73239 Print correct set-ttl/auto-ttl mode in the status master ValdikSS 2022-03-31 12:15:40 +0300
  • 67629fb6ef Disable auto-ttl if set-ttl has been used after auto-ttl ValdikSS 2022-03-31 12:14:03 +0300
  • 27a6d256f0 Handle HTTP GET and POST in packets larger than --max-payload ValdikSS 2022-03-21 15:17:27 +0300
  • 938dce7333 Merge branch 'windivert2' ValdikSS 2022-03-21 15:06:15 +0300
  • 99c403ca62 GoodbyeDPI v0.2.2 ValdikSS 2022-03-21 14:12:36 +0300
  • 6ee4101f58 Fix --set-ttl when used with --min-ttl ValdikSS 2022-03-21 14:08:02 +0300
  • f94a20d221 Update bug template ValdikSS 2022-03-16 17:06:13 +0300
  • 55a3a94065 Handle "0" in domain names ValdikSS 2022-03-06 00:22:22 +0300
  • 8383ecaadf Change argument order for calloc() ValdikSS 2022-02-18 11:05:44 +0700
  • 8deacbc438 Allocate (argc + 1) for the service arguments, with calloc ValdikSS 2022-02-18 02:41:03 +0700
  • 1cfd2b1b9f Allow to set --max-payload to zero ValdikSS 2022-01-10 08:32:10 +0300
  • 766a8ab4ed Add forgotten default max-payload value in the README ValdikSS 2022-01-07 01:39:57 +0300
  • b7190f0e1f Add DANGEROUS notices for ttl modes in readme ValdikSS 2022-01-06 23:43:10 +0300
  • 857aeb2366 Add SpoofDPI to similar projects ValdikSS 2022-01-04 22:48:22 +0300
  • 871670845f Document forgotten --max-payload in -5 and -6 modes (v0.2.0+) ValdikSS 2022-01-04 15:39:47 +0300
  • 68a68aede9 Use WinDivert 2.2.0 for Github Actions building ValdikSS 2022-01-04 15:06:54 +0300
  • 4a8f7ac4fb Call WinDivertShutdown on shutdown ValdikSS 2022-01-04 03:14:47 +0300
  • ee4ce8893c Initial support for WinDivert 2.0+ ValdikSS 2022-01-03 21:23:40 +0300
  • 406cf2ca68 GoodbyeDPI v0.2.1 ValdikSS 2021-12-30 21:14:23 +0300
  • 277b1fb4ef SNI extraction bugfix: add forgotten hyphen as an allowed domain character ValdikSS 2021-12-30 19:16:43 +0300
  • 5494be72ba GoodbyeDPI v0.2.0 ValdikSS 2021-12-30 03:46:51 +0300
  • 09089e0364 Update readme ValdikSS 2021-12-30 03:45:50 +0300
  • c92cd77c51 Ensure the resource file to be compiled before linking ValdikSS 2021-12-30 03:45:20 +0300
  • f97a2d04f0 Use --max-payload-size=1200 for -5 and -6 modes. ValdikSS 2021-12-30 03:44:37 +0300
  • d7c681d1a2 Add Max Payload Size limit option (`--max-payload-size`) ValdikSS 2021-12-30 03:41:12 +0300
  • ab74ddc425 Update readme ValdikSS 2021-12-29 16:22:43 +0300
  • cc1676ad92 --allow-no-sni option. Useful with --blacklist and undetectable SNI. ValdikSS 2021-12-29 16:18:56 +0300
  • 7f59593a28 Check TLS Handshake ClientHello byte if packet length is enough ValdikSS 2021-12-29 16:14:12 +0300
  • 372cc6a45d Properly handle Native Fragmentation packet of bigger or equal size than the fragment size ValdikSS 2021-12-29 16:09:47 +0300
  • 46c4f36de8 Add Fake Packet maximum TTL limit to Auto TTL mode ValdikSS 2021-12-29 02:01:51 +0300
  • 8911e459d8 Exit when native fragmentation is enabled but http/https values are not set ValdikSS 2021-12-28 23:17:13 +0300
  • f4edcf7b4f Small text output enhancements ValdikSS 2021-12-28 23:15:26 +0300
  • bb8bafb663 Add Auto TTL range adjustment, introduce min-ttl and use it for --set-ttl as well. ValdikSS 2021-12-28 23:10:20 +0300
  • e25d7432de Better Auto TTL adjusting algorithm which honors short distance ValdikSS 2021-12-28 16:37:42 +0300
  • c60dbf7ca7 Remove man-db auto-update for slightly faster installation ValdikSS 2021-12-28 00:22:18 +0300
  • b1273c8e10 Update Makefile, add more warning options ValdikSS 2021-12-28 00:20:52 +0300
  • 9e98b478df Update readme ValdikSS 2021-12-27 19:53:36 +0300
  • 67c226dc7c Fix all types and warnings ValdikSS 2021-12-27 16:04:41 +0300
  • 46219e95e7 Update uthash to 2.3.0 ValdikSS 2021-12-27 06:58:20 +0300
  • 6eec99e874 GoodbyeDPI v0.1.8 ValdikSS 2021-12-26 20:29:24 +0300
  • b799b33fed Update readme ValdikSS 2021-12-26 20:24:16 +0300
  • 76c4658985 Update github issue templates ValdikSS 2021-12-26 19:37:34 +0300
  • d61a9f8022 Handle only (default_ttl - 30) range in Auto TTL ValdikSS 2021-12-26 19:05:03 +0300
  • fc15088c33 Fix spelling ValdikSS 2021-12-26 18:42:26 +0300
  • 1ea70f9bc9 Do not print "Error receiving packet!" upon exiting ValdikSS 2021-12-26 18:39:44 +0300
  • ed42c5d627 Fix all the warnings and notes ValdikSS 2021-12-26 17:33:39 +0300
  • a79377f606 Github Actions: rebuild only on src directory changes ValdikSS 2021-12-26 15:12:13 +0300
  • db37b4f1f2 Add Github Actions build script ValdikSS 2021-12-26 15:03:35 +0300
  • 9fcf097cb7 Use Auto TTL = 4 by default ValdikSS 2021-12-25 20:42:33 +0300
  • e1e09f9103 Add safekeeping TTL value for Auto TTL ValdikSS 2021-12-25 13:47:13 +0300
  • a5c2f9fac9 Introduce -5 and -6 modes and make -5 default ValdikSS 2021-12-25 13:10:58 +0300
  • 11c322aaed Show fragmentation value issues only when Window Size is used ValdikSS 2021-12-25 13:07:39 +0300
  • 88d4a60cdf Merge branch 'badseq_for_master' into master ValdikSS 2021-12-25 12:30:08 +0300
  • b45b463d51 Update readme ValdikSS 2021-12-25 11:41:24 +0300
  • 80fcd9c5cf Replace required/optional brackets in the readme ValdikSS 2021-12-25 11:16:52 +0300
  • 21ff80b43c Automatic TTL value picker for --set-ttl Fake Packet mode ValdikSS 2021-12-25 11:13:50 +0300
  • bbb6af89fe New Fake Packet circumvention method: wrong SEQ/ACK numbers ValdikSS 2021-12-25 10:58:42 +0300
  • b57a204d96 Apply each Fake Packet method to each packet separately ValdikSS 2021-12-25 10:49:26 +0300
  • 3899a719c1 Update Makefile, make fortify work on modern mingw compilers ValdikSS 2021-12-25 01:50:34 +0300
  • b9682ac222 Print parsed hostnames in DEBUG mode ValdikSS 2021-12-25 10:19:13 +0300
  • 35c6e401db Handle TLS SNI in blacklist option ValdikSS 2021-12-25 10:15:13 +0300
  • cf7d1c69e0 Add TLS Server Name Indication (SNI) extractor ValdikSS 2021-12-25 10:09:37 +0300
  • 5b79d8e8ba Update Makefile, make fortify work on modern mingw compilers ValdikSS 2021-12-25 01:50:34 +0300
  • 787c4d25c3 Update readme ValdikSS 2021-12-24 22:28:59 +0300
  • 7d50748e2e GoodbyeDPI version 0.1.7 ValdikSS 2021-12-24 22:17:32 +0300
  • e28cb52645 Send native-fragged fragments in the reversed order ValdikSS 2021-12-24 22:07:07 +0300
  • e3638786da Add Native Fragmentation support (without window size) ValdikSS 2021-12-24 21:36:43 +0300
  • ad60d30caa Fix fake packet handling without other modifying parameters ValdikSS 2021-12-24 21:30:15 +0300
  • 505b8bf516
    Merge pull request #171 from msekmfb/master ValdikSS 2020-03-08 14:38:40 +0300
  • 0c04f201eb
    Add PowerTunnel for Android to similar projects msekmfb 2020-03-08 11:11:35 +0300
  • 19b777cdb2
    Update README.md ValdikSS 2020-02-09 22:24:43 +0300
  • b69ab64d5d
    Update README.md ValdikSS 2020-02-09 19:22:30 +0300
  • b5d75a6c8e Version v0.1.6 ValdikSS 2019-10-31 22:36:29 +0300
  • f2de8fce8d Fake Request Mode ValdikSS 2019-10-05 02:38:29 +0300
  • 2b3e4a4683
    Merge pull request #135 from alisharifi76/master ValdikSS 2019-04-03 01:33:02 +0300
  • 7e2f782376
    Add 'GreenTunnel' to 'Similar projects' section. alisharifi76 2019-03-29 22:32:05 +0430
  • 7a0b8f5229
    Update issue templates ValdikSS 2019-02-18 01:33:03 +0300
  • f569c64aca
    Update issue templates ValdikSS 2019-02-18 01:25:06 +0300
  • 5459181fca
    Merge pull request #121 from drogga/patch-1 ValdikSS 2019-01-31 15:29:18 +0300
  • 23485b67b4
    Update README.md drogga 2019-01-31 21:23:41 +0900
  • ff4c11a6eb Integers fixes (with small modifications), closes #84 KOLANICH 2018-05-22 13:32:07 +0300
  • 1c7fe5f843 Use newlines for current options information ValdikSS 2019-01-03 16:05:39 +0300
  • 46db057662 Add version number into greeting message ValdikSS 2019-01-03 16:05:26 +0300
  • b95c45ee62
    Update README.md ValdikSS 2018-10-14 18:24:36 +0300
  • 39507e66e0
    Update README.md ValdikSS 2018-07-24 15:54:55 +0300
  • c4d0ba1297 Skip impostor and loopback packets. Fixes #53. 0.1.5rc3 ValdikSS 2018-07-24 15:46:34 +0300
  • d6c2b825aa
    Update README.md ValdikSS 2018-07-20 16:37:19 +0300
  • aad03f2e4a Enable PIE, High Entropy ASLR and add more warnings to Makefile 0.1.5rc2 ValdikSS 2018-07-19 21:29:16 +0300
  • a028cb01f4 WinDivert 1.4 support ValdikSS 2018-07-19 21:28:32 +0300
  • 38b1ff1a92 Fix -f and -e options ValdikSS 2018-07-19 15:23:27 +0300
  • 3bd92d67ac
    Merge pull request #83 from KOLANICH/editorconfig ValdikSS 2018-06-26 22:08:15 +0300
  • 464bbcbb6b Added .editorconfig KOLANICH 2018-05-16 18:35:31 +0300
  • 50e70ace76 Handle HTTP redirects within IPv6 Flow Label = 0x00 packets ValdikSS 2018-02-17 18:26:16 +0300
  • 135c97ae69 Move program source code to src directory ValdikSS 2018-02-17 15:22:38 +0300
  • c377119136 Update README.md ValdikSS 2018-02-17 15:21:51 +0300
  • 185a0e0211 Merge branch 'ipv6' into masterv6 0.1.5rc1 masterv6 ValdikSS 2018-02-16 23:36:26 +0300
  • 860f483ac3 IPv6 DNS redirection ipv6 ValdikSS 2018-02-16 19:45:55 +0300
  • 3d36127f5b Handle IPv6 packets and prepare for IPv6 DNS redirection ValdikSS 2018-02-16 17:35:24 +0300
  • aa28d3e12a Make sure to search DLLs only in safe path, not in current working dir ValdikSS 2018-02-15 15:41:28 +0300
  • dc4d0a36d9 Update README.md ValdikSS 2018-01-21 14:37:05 +0300