Commit graph

70 commits

Author SHA1 Message Date
ruti
0a9973a145 Lazy parsing 2024-11-16 20:59:25 +03:00
ruti
64ffb2f64d Macros for hex string gen 2024-11-14 20:44:38 +03:00
ruti
276073ddea More pedantic code 2024-11-09 18:07:27 +03:00
ruti
38f4fe169e More details in logs 2024-11-09 16:20:13 +03:00
SashaXser
75671fa11c
Fixes from CodeQL (#223)
* Fix code scanning alert no. 4: Multiplication result converted to larger type

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Fix code scanning alert no. 5: Multiplication result converted to larger type

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-11-05 18:19:32 +03:00
hufrea
3cfdf4f7e0
--round (#201) 2024-10-20 18:50:08 +03:00
ruti
6dca571567 Fix loop if pos count > 1 2024-10-17 09:44:18 +03:00
ruti
13b0048514 Split range 2024-10-17 08:45:50 +03:00
ruti
93587ce8c1 Set TTL for both IP versions
#146 #17
2024-10-15 21:52:18 +03:00
ruti
8116b0de61 Fix tlsrec on negative position 2024-10-15 20:07:55 +03:00
ruti
b95926d9d2 Add more offset flags 2024-10-15 04:33:20 +03:00
Kirill
322f9261cc
Fix send_fake implementation conditional (#163) 2024-09-30 13:39:10 +03:00
hufrea
950e85df2c
vmsplice instead of sendfile 2024-09-08 20:21:26 +03:00
ruti
2e244fd1b8 Fix --fake on Windows 2024-08-25 11:28:24 +03:00
ruti
7700791053 Style 2024-08-22 17:53:17 +03:00
ruti
db47c7841d oob2 -> disoob, send only one OOB byte 2024-08-22 17:47:28 +03:00
ruti
550f2d2f5f drop-sack 2024-08-22 17:47:28 +03:00
ruti
2f98038991 fake-offset, oob2 2024-08-22 17:47:27 +03:00
ruti
6d21aae7b5 Reapply "Use original tcp_info struct"
This reverts commit e96aeff679.
2024-08-19 15:56:18 +03:00
Kirill
ff65b9f780
NetBSD Support / Portability fixes (#75)
* Use socket to detect family on NetBSD

* Switch to _DEFAULT_SOURCE for CPPFLAGS

* fix using signed char for detecting its type
2024-08-19 15:35:13 +03:00
ruti
e02921db22 Remove flag from memfd_create, remove replacement with tmpfile 2024-08-14 18:48:15 +03:00
ruti
e203aacc2c Set TTL before connect 2024-08-14 15:20:35 +03:00
dartvader316
ff4f811692 fix ssize_t print format 2024-08-07 14:44:12 +03:00
dartvader316
632e6b038b fix headers 2024-08-07 14:25:26 +03:00
ruti
83128935b8 UDP desync support 2024-07-29 12:26:42 +03:00
ruti
e96aeff679 Revert "Use original tcp_info struct"
This reverts commit af5ad735f3.
2024-07-25 18:27:52 +03:00
ruti
af5ad735f3 Use original tcp_info struct 2024-07-22 21:11:21 +03:00
ruti
3d790d699a Fix crash after fake in Windows
#9
2024-07-22 20:20:26 +03:00
ruti
a8440ecba2 Waiting limit 2024-06-08 20:13:46 +03:00
ruti
e9c5cf1033 Fix tunneling after many EAGAIN, remove ip-opt on Windows 2024-05-14 16:23:17 +03:00
ruti
1ffc516e8b Fix tunneling after many EAGAIN, remove ip-opt on Windows 2024-05-14 16:16:52 +03:00
ruti
1052a85d2c Fix tunneling after many EAGAIN, remove ip-opt on Windows 2024-05-14 05:07:01 +03:00
ruti
74e90e9568 fix: overwriting temp path 2024-05-03 11:49:21 +03:00
lufog
7fb9164fc7 Fix build with LLVM-MinGW 2024-05-02 19:36:29 +03:00
ruti
a48a2e87a3 UDP, --proto, dst custom port 2024-04-23 08:47:27 +03:00
ruti
6f8176a053 get addr for md5sig with getpeername 2024-03-28 23:28:09 +03:00
ruti
e031e7d235 --md5sig, --ip-opt for IPv4 only 2024-03-26 17:15:34 +03:00
ruti
b0d624136e wait_send after split, oob, etc; handle different send ret 2024-03-21 21:44:17 +03:00
ruti
56a9043dd6 Check not sent bytes, --ip-opt 2024-03-21 01:01:36 +03:00
ruti
ca03b1d311 Support TFO 2024-03-20 02:23:56 +03:00
ruti
542a04bffb temp file in memory, remove tabs 2024-03-18 04:42:40 +03:00
ruti
3da60eb357 --fake on Windows 2024-03-18 02:23:10 +03:00
ruti
0c6f95070c Add timeout 2024-03-13 22:18:16 +03:00
ruti
191f141a08 Remove --redirect, fix mem_delete 2024-03-12 02:53:57 +03:00
ruti
015095d2ef --redirect 2024-03-11 18:38:39 +03:00
ruti
69286c71db Cache ttl, handle client rst 2024-03-08 21:33:25 +03:00
ruti
19171cfeca Auto mode 2024-03-08 03:37:02 +03:00
ruti
4e28fbeaae Update version, minor fixes 2024-03-06 20:37:59 +03:00
ruti
eb3f28b25f Remove pos sorting, support offset flag 2024-03-05 23:44:57 +03:00
ruti
ff472f6448 Multiple tlsrec positions 2024-03-05 23:44:47 +03:00