1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971
|
/*
netsed 1.4 (C) 2010-2025 Julien VdG <julien@silicone.homelinux.org>
--------------------------------------------------------------------------
This work is based on the original netsed:
netsed 0.01c (C) 2002 Michal Zalewski <lcamtuf@ids.pl>
Please contact Julien VdG <julien@silicone.homelinux.org> if you encounter
any problems with this version.
The changes compared to version 0.01c are related in the NEWS file.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
///@mainpage
///
/// This documentation is targeting netsed developers, if you are a user
/// either launch netsed without parameters or read the README file
/// (@link README @endlink).
///
///@par
/// - Currently netsed is implemented in a single file: netsed.c
/// - some TODOs are gathered on the @link todo @endlink page,
/// some others are in the TODO file.
/// .
///@file netsed.c
///@brief netsed is implemented in this single file.
///@par Architecture
/// Netsed is implemented as a select socket dispatcher.
/// First a main socket server is created (#lsock), each connection to this
/// socket create a context stored in the tracker_s structure and added to
/// the #connections list.
/// Each connection has
/// - a connected socket (tracker_s::csock) returned by the accept() function
/// for tcp, or
/// - a connection socket address (tracker_s::csa) filled by recvfrom() for udp.
/// - a dedicated forwarding socket (tracker_s::fsock) connected to the server.
/// .
/// All sockets are added to the select() call and managed by the dispatcher
/// as follows:
/// - When packets are received from the client, the rules are applied by
/// sed_the_buffer() and the packet is sent to the server. Direction is OUT.
/// This is the role of client2server_sed() function. It is only used for tcp.
/// - When packets are received from the server, the rules are applied by
/// sed_the_buffer() and the packet is sent to the corresponding client.
/// Direction is IN. This is the role of server2client_sed() function.
/// - For udp only, connection from client to netsed are not established
/// so netsed need to lookup existing #connections to find the corresponding
/// established link, if any. The lookup is done by comparing tracker_s::csa.
/// Once the connection is found or created, the rules are applied
/// by sed_the_buffer() and the packet is sent to the server.
/// This is the role of b2server_sed() function.
/// .
/// @note For tcp tracker_s::csa is NULL and for udp the tracker_s::csock is
/// filled with #lsock. This is done in order to share code and avoid
/// discriminating between tcp or udp everywhere, sendto are done on
/// tracker_s::csock with tracker_s::csa only and the actual value of those
/// will reflect the needs.
///
/// @note I'm saying packets and connections, but for udp these are actually
/// datagrams and pseudo-connections. The pseudo-connection is defined by the
/// fact that the client uses the same address and port (same tracker_s::csa)
/// with a life time defined by #UDP_TIMEOUT to clean the connection list.
///
/// @todo Implements features listed in TODO file.
///@page README User documentation
/// The README file:
///@verbinclude README
///@page todo The TODO list
/// The TODO file:
///@verbinclude TODO
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <sys/wait.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <stdlib.h>
#include <signal.h>
#include <netdb.h>
#include <time.h>
#ifdef __linux__
/// Define for transparent proxy with linux netfilter.
/// Else use getsockname() supposing the socket receive the original
/// destination information directly.
#define LINUX_NETFILTER
#endif
#ifdef LINUX_NETFILTER
#include <limits.h>
#include <linux/netfilter_ipv4.h>
#endif
/// Define to use getopt_long: GNU extension, should check _GNU_SOURCE
#define PARSE_LONG_OPT
#ifdef PARSE_LONG_OPT
#include <getopt.h>
#endif
/// Current version (recovered by Makefile for several release checks)
#define VERSION "1.4"
/// max size for buffers
#define MAX_BUF 100000
/// printf to stderr
#define ERR(x...) fprintf(stderr,x)
// Uncomment to add a lot of debug information.
//#define DEBUG
#ifdef DEBUG
/// printf for debug information
#define DBG(x...) printf(x)
#else
/// Disabled debug prints.
#define DBG(x...)
#endif
/// Timeout for udp 'connections' in seconds
#define UDP_TIMEOUT 30
/// Rule item.
struct rule_s {
/// binary buffer to match.
char *from;
/// binary buffer replacement.
char *to;
/// match from the command line.
const char *forig;
/// replacement from the command line.
const char *torig;
/// length of #from buffer.
int fs;
/// length of #to buffer.
int ts;
/// direction of rule
int dir;
};
/// Direction specifier of replacement rule.
enum {
ALL = 0,
IN = 1,
OUT = 2,
};
/// Connection state
enum state_e {
/// udp datagram received by netsed and send to server, no response yet.
UNREPLIED,
/// tcp accepted connection or udp 'connection' with a response from server.
ESTABLISHED,
/// tcp or udp disconnected (detected by an error on read or send).
/// @note all values after and including #DISCONNECTED are considered as
/// error and the connection will be discarded.
DISCONNECTED,
/// udp timeout expired.
TIMEOUT
};
/// This structure is used to track information about open connections.
struct tracker_s {
/// recvfrom information: 'connect' address for udp
struct sockaddr* csa;
/// size of #csa
socklen_t csl;
/// Connection socket to client
int csock;
/// Socket to forward to server
int fsock;
/// Last event time, for udp timeout
time_t time;
/// Connection state
enum state_e state;
/// By connection TTL
int* live;
/// chain it !
struct tracker_s * n;
};
/// Store current time (just after select returned).
time_t now;
/// Listening socket.
int lsock;
// Command line parameters are parsed to the following global variables.
/// Address family used for parameter resolution
int family = AF_UNSPEC;
/// TCP or UDP.
int tcp;
/// Local Port.
char* lport;
/// Remote Host.
char* rhost;
/// Remote Port.
char* rport;
/// Number of rules.
int rules;
/// Array of all rules.
struct rule_s *rule;
/// TTL part of the rule as a flat array to be able to copy it
/// in tracker_s::live for each connections.
int *rule_live;
/// List of connections.
struct tracker_s * connections = NULL;
/// True when SIGINT signal was received.
volatile int stop=0;
/// Display an error message followed by short usage information.
/// @param why the error message.
void short_usage_hints(const char* why) {
if (why) ERR("Error: %s\n\n",why);
ERR("Usage: netsed [option] proto lport rhost rport rule1 [ rule2 ... ]\n\n");
ERR(" use netsed -h for more information on usage.\n");
exit(1);
}
/// Display an error message followed by usage information.
/// @param why the error message.
void usage_hints(const char* why) {
if (why) ERR("Error: %s\n\n",why);
ERR("Usage: netsed [option] proto lport rhost rport rule1 [ rule2 ... ]\n\n");
#ifdef PARSE_LONG_OPT
ERR(" options - can be --ipv4 or -4 to force address resolution in IPv4,\n");
ERR(" --ipv6 or -6 to force address resolution in IPv6,\n");
ERR(" --ipany to resolve the address in either IPv4 or IPv6.\n");
ERR(" - --help or -h to display this usage information.\n");
#else
ERR(" options - can be nothing, -4 to force address resolution in IPv4\n");
ERR(" or -6 to force address resolution in IPv6.\n");
ERR(" - -h to display this usage information.\n");
#endif
ERR(" proto - protocol specification (tcp or udp)\n");
ERR(" lport - local port to listen on (see README for transparent\n");
ERR(" traffic intercepting on some systems)\n");
ERR(" rhost - where connection should be forwarded (0 = use destination\n");
ERR(" address of incoming connection, see README)\n");
ERR(" rport - destination port (0 = dst port of incoming connection)\n");
ERR(" ruleN - replacement rules (see below)\n\n");
ERR("General syntax of replacement rules: s/pat1/pat2[/expire]\n\n");
ERR("This will replace all occurrences of pat1 with pat2 in any matching packet.\n");
ERR("An additional parameter, 'expire' of the form [CHAR][NUM], can be used to\n");
ERR("expire a rule after NUM successful substitutions during a given connection.\n");
ERR("The character CHAR is one of \"iIoO\", with the effect of restricting the rule\n");
ERR("to apply to incoming (\"iI\") or to outgoing (\"oO\") packets only, as seen from\n");
ERR("the client's perspective. Both of CHAR and NUM are optional.\n\n");
ERR("Eight-bit characters, including NULL and '/', can be applied using HTTP-like\n");
ERR("hex escape sequences (e.g. CRLF as %%0a%%0d).\n");
ERR("A match on '%%' can be achieved by specifying '%%%%'.\n\nExamples:\n");
ERR(" 's/andrew/mike/1' - replace 'andrew' with 'mike' (only first time)\n");
ERR(" 's/andrew/mike' - replace all occurrences of 'andrew' with 'mike'\n");
ERR(" 's/andrew/mike%%00%%00' - replace 'andrew' with 'mike\\x00\\x00'\n");
ERR(" (manually padding to keep original size)\n");
ERR(" 's/%%%%/%%2f/20' - replace the 20 first occurrence of '%%' with '/'\n");
ERR(" 's/andrew/mike/o' - the server will always see 'mike', never 'andrew'\n\n");
ERR(" 's/Rilke/Proust/o s/Proust/Rilke/i'\n");
ERR(" - let Rilke travel incognito as Proust\n\n");
ERR("Rules are not active across packet boundaries, and they are evaluated\n");
ERR("from first to last, not yet expired rule, as stated on the command line.\n");
exit(1);
}
/// Helper function to free a tracker_s item.
/// csa will be freed if needed, sockets will be closed
/// @param conn pointer to free.
void freetracker (struct tracker_s * conn)
{
if(conn->csa != NULL) { // udp
free(conn->csa);
} else { // tcp
close(conn->csock);
}
close(conn->fsock);
free(conn);
}
/// Close all sockets
/// to use before exit.
void clean_socks(void)
{
close(lsock);
// close all tracker
while(connections != NULL) {
struct tracker_s * conn = connections;
connections = conn->n;
freetracker(conn);
}
}
#ifdef __GNUC__
// avoid gcc from inlining those two function when optimizing, as otherwise
// the function would break strict-aliasing rules by dereferencing pointers...
in_port_t get_port(struct sockaddr *sa) __attribute__ ((noinline));
void set_port(struct sockaddr *sa, in_port_t port) __attribute__ ((noinline));
#endif
/// Extract the port information from a sockaddr for both IPv4 and IPv6.
/// @param sa sockaddr to get port from
in_port_t get_port(struct sockaddr *sa) {
switch (sa->sa_family) {
case AF_INET:
return ntohs(((struct sockaddr_in *) sa)->sin_port);
case AF_INET6:
return ntohs(((struct sockaddr_in6 *) sa)->sin6_port);
default:
return 0;
}
} /* get_port(struct sockaddr *) */
/// Set the port information in a sockaddr for both IPv4 and IPv6.
/// @param sa sockaddr to update
/// @param port port value
void set_port(struct sockaddr *sa, in_port_t port) {
switch (sa->sa_family) {
case AF_INET:
((struct sockaddr_in *) sa)->sin_port = htons(port);
break;
case AF_INET6:
((struct sockaddr_in6 *) sa)->sin6_port = htons(port);
default:
break;
}
} /* set_port(struct sockaddr *, in_port_t) */
/// Detect if address in the addr_any value for both IPv4 and IPv6.
/// @param sa sockaddr to test
/// @return true if sa in addr_any
int is_addr_any(struct sockaddr *sa) {
switch (sa->sa_family) {
case AF_INET:
return (((struct sockaddr_in *) sa)->sin_addr.s_addr == htonl(INADDR_ANY));
case AF_INET6:
return !memcmp(&((struct sockaddr_in6 *) sa)->sin6_addr, &in6addr_any, sizeof(in6addr_any));
default:
return 0;
}
} /* is_addr_any(struct sockaddr *) */
/// Display an error message and exit.
void error(const char* reason) {
ERR("[-] Error: %s\n",reason);
ERR("netsed: exiting.\n");
clean_socks();
exit(2);
}
/// Hex digit to parsing the % notation in rules
char hex[]="0123456789ABCDEF";
/// Convert the % notation in rules to plain binary data
/// @param r rule to update
void shrink_to_binary(struct rule_s* r) {
int i;
r->from=malloc(strlen(r->forig));
r->to=malloc(strlen(r->torig));
if ((!r->from) || (!r->to)) error("shrink_to_binary: unable to malloc() buffers");
for (i=0;i<strlen(r->forig);i++) {
if (r->forig[i]=='%') {
// Have to shrink.
i++;
if (r->forig[i]=='%') {
// '%%' -> '%'
r->from[r->fs]='%';
r->fs++;
} else {
int hexval;
char* x;
if (!r->forig[i]) error("shrink_to_binary: src pattern: unexpected end.");
if (!r->forig[i+1]) error("shrink_to_binary: src pattern: unexpected end.");
x=strchr(hex,toupper(r->forig[i]));
if (!x) error("shrink_to_binary: src pattern: non-hex sequence.");
hexval=(x-hex)*16;
x=strchr(hex,toupper(r->forig[i+1]));
if (!x) error("shrink_to_binary: src pattern: non-hex sequence.");
hexval+=(x-hex);
r->from[r->fs]=hexval;
r->fs++; i++;
}
} else {
// Plaintext case.
r->from[r->fs]=r->forig[i];
r->fs++;
}
}
for (i=0;i<strlen(r->torig);i++) {
if (r->torig[i]=='%') {
// Have to shrink.
i++;
if (r->torig[i]=='%') {
// '%%' -> '%'
r->to[r->ts]='%';
r->ts++;
} else {
int hexval;
char* x;
if (!r->torig[i]) error("shrink_to_binary: dst pattern: unexpected end.");
if (!r->torig[i+1]) error("shrink_to_binary: dst pattern: unexpected end.");
x=strchr(hex,toupper(r->torig[i]));
if (!x) error("shrink_to_binary: dst pattern: non-hex sequence.");
hexval=(x-hex)*16;
x=strchr(hex,toupper(r->torig[i+1]));
if (!x) error("shrink_to_binary: dst pattern: non-hex sequence.");
hexval+=(x-hex);
r->to[r->ts]=hexval;
r->ts++; i++;
}
} else {
// Plaintext case.
r->to[r->ts]=r->torig[i];
r->ts++;
}
}
}
/// parse the command line parameters
/// @param argc number of arguments
/// @param argv array of string parameters
void parse_params(int argc,char* argv[]) {
int i;
// parse options, GNU allows us to use long options
#ifdef PARSE_LONG_OPT
static struct option long_options[] = {
{"ipv4", 0, 0, '4'},
{"ipv6", 0, 0, '6'},
{"help", 0, 0, 'h'},
{"ipany", 0, &family, AF_UNSPEC},
{0, 0, 0, 0}
};
while ((i = getopt_long(argc, argv, "46h", long_options, NULL)) != -1)
#else
while ((i = getopt(argc, argv, "46h")) != -1)
#endif
{
switch(i) {
case 0: // long option
break;
case '4':
family = AF_INET;
break;
case '6':
family = AF_INET6;
break;
case 'h':
usage_hints(NULL);
default:
usage_hints("unsupported optional parameter");
}
}
// parse remaining positional parameters
if (argc<optind+5) short_usage_hints("not enough parameters");
// protocole
tcp = (strncasecmp(argv[optind], "tcp", 4) == 0)?1:0;
if ((strncasecmp(argv[optind], "udp", 4) != 0) && !tcp) short_usage_hints("incorrect protocol");
optind++;
// local port
lport = argv[optind++];
// remote host & port
rhost = argv[optind++];
rport = argv[optind++];
// allocate rule arrays, rule number is number of params after 5
rule=calloc(argc-optind,sizeof(struct rule_s));
rule_live=calloc(argc-optind,sizeof(int));
// parse rules
for (i=optind;i<argc;i++) {
char *fs=0, *ts=0, *cs=0;
printf("[*] Parsing rule %s...\n",argv[i]);
fs=strchr(argv[i],'/');
if (!fs) error("missing first '/' in rule");
fs++;
ts=strchr(fs,'/');
if (!ts) error("missing second '/' in rule");
*ts=0;
ts++;
cs=strchr(ts,'/');
if (cs) { *cs=0; cs++; }
rule[rules].forig=fs;
rule[rules].torig=ts;
rule[rules].dir = ALL;
/* Is there a direction selector? */
if (cs && *cs && strchr("iIoO", *cs)) {
rule[rules].dir = (*cs=='i'||*cs=='I') ? IN : OUT;
cs++;
}
if (cs && *cs) /* Only non-trivial quantifiers count. */
rule_live[rules]=atoi(cs); else rule_live[rules]=-1;
shrink_to_binary(&rule[rules]);
// printf("DEBUG: (%s) (%s)\n",rule[rules].from,rule[rules].to);
rules++;
}
printf("[+] Loaded %d rule%s...\n", rules, (rules > 1) ? "s" : "");
}
/// Bind and optionally listen to a socket for netsed server port.
/// @param af address family.
/// @param tcp 1 tcp, 0 udp.
/// @param portstr string representing the port to bind
/// (will be resolved using getaddrinfo()).
void bind_and_listen(int af, int tcp, const char *portstr) {
int ret;
struct addrinfo hints, *res, *reslist;
memset(&hints, '\0', sizeof(hints));
hints.ai_family = af;
hints.ai_flags = AI_PASSIVE;
hints.ai_socktype = tcp ? SOCK_STREAM : SOCK_DGRAM;
if ((ret = getaddrinfo(NULL, portstr, &hints, &reslist))) {
ERR("getaddrinfo(): %s\n", gai_strerror(ret));
error("Impossible to resolve listening port.");
}
/* We have useful addresses. */
for (res = reslist; res; res = res->ai_next) {
int one = 1;
if ( (lsock = socket(res->ai_family, res->ai_socktype, res->ai_protocol)) < 0)
continue;
setsockopt(lsock, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one));
//fcntl(lsock,F_SETFL,O_NONBLOCK);
/* Make our best to decide on dual-stacked listener. */
one = (family == AF_UNSPEC) ? 0 /* All families */ : 1; /* Preconditioned addr */
if (res->ai_family == AF_INET6)
if (setsockopt(lsock, IPPROTO_IPV6, IPV6_V6ONLY, &one, sizeof(one)))
printf(" Failed to unset IPV6_V6ONLY: %s.\n", strerror(errno));
if (bind(lsock, res->ai_addr, res->ai_addrlen) < 0) {
ERR("bind(): %s", strerror(errno));
close(lsock);
continue;
}
if (tcp) {
if (listen(lsock, 16) < 0) {
close(lsock);
continue;
}
} else { // udp
int one=1;
setsockopt(lsock,SOL_SOCKET,SO_OOBINLINE,&one,sizeof(int));
}
/* Successfully bound and now also listening. */
break;
}
freeaddrinfo(reslist);
if (res == NULL)
error("Listening socket failed.");
}
/// Buffer for receiving a single packet or datagram
char buf[MAX_BUF];
/// Buffer containing modified packet or datagram
char b2[MAX_BUF];
/// Applies the rules to global buffer buf.
/// @param siz useful size of the data in buf.
/// @param live TTL state of current connection.
/// @param packet direction
int sed_the_buffer(int siz, int* live, int dir) {
int i=0,j=0;
int newsize=0;
int changes=0;
int gotchange=0;
for (i=0;i<siz;) {
gotchange=0;
for (j=0;j<rules;j++) {
if (rule[j].dir != ALL && rule[j].dir !=dir) continue;
if ((!memcmp(&buf[i],rule[j].from,rule[j].fs)) && (live[j]!=0)) {
changes++;
gotchange=1;
printf(" Applying rule s/%s/%s...\n",rule[j].forig,rule[j].torig);
live[j]--;
if (live[j]==0) printf(" (rule just expired)\n");
memcpy(&b2[newsize],rule[j].to,rule[j].ts);
newsize+=rule[j].ts;
i+=rule[j].fs;
break;
}
}
if (!gotchange) {
b2[newsize]=buf[i];
newsize++;
i++;
}
}
if (!changes) printf("[*] Forwarding untouched packet of size %d.\n",siz);
else printf("[*] Done %d replacements, forwarding packet of size %d (orig %d).\n",
changes,newsize,siz);
return newsize;
}
// Prototype this function so that the content is in the same order as in
// previous read_write_sed function. (ease patch and diff)
void b2server_sed(struct tracker_s * conn, ssize_t rd);
/// Receive a packet or datagram from the server, 'sed' it, send it to the
/// client.
/// @param conn connection giving the sockets to use.
void server2client_sed(struct tracker_s * conn) {
ssize_t rd;
rd=read(conn->fsock,buf,sizeof(buf));
if ((rd<0) && (errno!=EAGAIN))
{
DBG("[!] server disconnected. (rd err) %s\n",strerror(errno));
conn->state = DISCONNECTED;
}
if (rd == 0) {
// nothing read but select said ok, so EOF
DBG("[!] server disconnected. (rd)\n");
conn->state = DISCONNECTED;
}
if (rd>0) {
printf("[+] Caught server -> client packet.\n");
rd=sed_the_buffer(rd, conn->live, IN);
conn->time = now;
conn->state = ESTABLISHED;
if (sendto(conn->csock,b2,rd,0,conn->csa, conn->csl)<=0) {
DBG("[!] client disconnected. (wr)\n");
conn->state = DISCONNECTED;
}
}
}
/// Receive a packet from the client, 'sed' it, send it to the server.
/// @param conn connection giving the sockets to use.
void client2server_sed(struct tracker_s * conn) {
ssize_t rd;
rd=read(conn->csock,buf,sizeof(buf));
if ((rd<0) && (errno!=EAGAIN))
{
DBG("[!] client disconnected. (rd err)\n");
conn->state = DISCONNECTED;
}
if (rd == 0) {
// nothing read but select said ok, so EOF
DBG("[!] client disconnected. (rd)\n");
conn->state = DISCONNECTED;
}
b2server_sed(conn, rd);
}
/// Send the content of global buffer b2 to the server as packet or datagram.
/// @param conn connection giving the sockets to use.
/// @param rd size of b2 content.
void b2server_sed(struct tracker_s * conn, ssize_t rd) {
if (rd>0) {
printf("[+] Caught client -> server packet.\n");
rd=sed_the_buffer(rd, conn->live, OUT);
conn->time = now;
if (write(conn->fsock,b2,rd)<=0) {
DBG("[!] server disconnected. (wr)\n");
conn->state = DISCONNECTED;
}
}
}
/// Handle SIGINT signal for clean exit.
void sig_int(int signo)
{
DBG("[!] user interrupt request (%d)\n",getpid());
stop = 1;
}
/// This is main...
int main(int argc,char* argv[]) {
int ret;
in_port_t fixedport = 0;
struct sockaddr_storage fixedhost;
struct addrinfo hints, *res, *reslist;
struct tracker_s * conn;
memset(&fixedhost, '\0', sizeof(fixedhost));
printf("netsed " VERSION " by Julien VdG <julien@silicone.homelinux.org>\n"
" based on 0.01c from Michal Zalewski <lcamtuf@ids.pl>\n");
setbuffer(stdout,NULL,0);
parse_params(argc, argv);
memset(&hints, '\0', sizeof(hints));
hints.ai_family = family;
hints.ai_flags = AI_CANONNAME;
hints.ai_socktype = tcp ? SOCK_STREAM : SOCK_DGRAM;
if ((ret = getaddrinfo(rhost, rport, &hints, &reslist))) {
ERR("getaddrinfo(): %s\n", gai_strerror(ret));
error("Impossible to resolve remote address or port.");
}
/* We have candidates for remote host. */
for (res = reslist; res; res = res->ai_next) {
int sd = -1;
if ( (sd = socket(res->ai_family, res->ai_socktype, res->ai_protocol)) < 0)
continue;
/* Has successfully built a socket for this address family. */
/* Record the address structure and the port. */
fixedport = get_port(res->ai_addr);
if (!is_addr_any(res->ai_addr))
memcpy(&fixedhost, res->ai_addr, res->ai_addrlen);
close(sd);
break;
}
freeaddrinfo(reslist);
if (res == NULL)
error("Failed in resolving remote host.");
if (fixedhost.ss_family && fixedport)
printf("[+] Using fixed forwarding to %s,%s.\n",rhost,rport);
else if (fixedport)
printf("[+] Using dynamic (transparent proxy) forwarding with fixed port %s.\n",rport);
else if (fixedhost.ss_family)
printf("[+] Using dynamic (transparent proxy) forwarding with fixed addr %s.\n",rhost);
else
printf("[+] Using dynamic (transparent proxy) forwarding.\n");
bind_and_listen(fixedhost.ss_family, tcp, lport);
printf("[+] Listening on port %s/%s.\n", lport, (tcp)?"tcp":"udp");
signal(SIGPIPE, SIG_IGN);
struct sigaction sa;
sa.sa_flags = 0;
sigemptyset(&sa.sa_mask);
sa.sa_handler = sig_int;
if (sigaction(SIGINT, &sa, NULL) == -1) error("netsed: sigaction() failed");
while (!stop) {
struct sockaddr_storage s;
socklen_t l = sizeof(s);
struct sockaddr_storage conho;
in_port_t conpo;
char ipstr[INET6_ADDRSTRLEN], portstr[12];
int sel;
fd_set rd_set;
struct timeval timeout, *ptimeout;
int nfds = lsock;
FD_ZERO(&rd_set);
FD_SET(lsock,&rd_set);
timeout.tv_sec = UDP_TIMEOUT+1;
timeout.tv_usec = 0;
ptimeout = NULL;
{
conn = connections;
while(conn != NULL) {
if(tcp) {
FD_SET(conn->csock, &rd_set);
if (nfds < conn->csock) nfds = conn->csock;
} else {
// adjust timeout to earliest connection end time
int remain = UDP_TIMEOUT - (now - conn->time);
if (remain < 0) remain = 0;
if (timeout.tv_sec > remain) {
timeout.tv_sec = remain;
// time updated to need to timeout
ptimeout = &timeout;
}
}
FD_SET(conn->fsock, &rd_set);
if (nfds < conn->fsock) nfds = conn->fsock;
// point on next
conn = conn->n;
}
}
sel=select(nfds+1, &rd_set, (fd_set*)0, (fd_set*)0, ptimeout);
time(&now);
if (stop)
{
break;
}
if (sel < 0) {
DBG("[!] select fail! %s\n", strerror(errno));
break;
}
if (sel == 0) {
DBG("[*] select timeout. now: %d\n", now);
// Here we still have to go through the list to expire some udp
// connection if they timed out... But no descriptor will be set.
// For tcp, select will not timeout.
}
if (FD_ISSET(lsock, &rd_set)) {
int csock=-1;
ssize_t rd=-1;
if (tcp) {
csock = accept(lsock,(struct sockaddr*)&s,&l);
} else {
// udp does not handle accept, so track connections manually
// also set csock if a new connection need to be registered
// to share the code with tcp ;)
rd = recvfrom(lsock,buf,sizeof(buf),0,(struct sockaddr*)&s,&l);
if(rd >= 0) {
conn = connections;
while(conn != NULL) {
// look for existing connections
if ((conn->csl == l) && (0 == memcmp(&s, conn->csa, l))) {
// found
break;
}
// point on next
conn = conn->n;
}
// not found
if(conn == NULL) {
// udp 'connection' socket is the listening one
csock = lsock;
} else {
DBG("[+] Got incoming datagram from existing connection.\n");
}
} else {
ERR("recvfrom(): %s", strerror(errno));
}
}
// new connection (tcp accept, or udp conn not found)
if ((csock)>=0) {
int one=1;
getnameinfo((struct sockaddr *) &s, l, ipstr, sizeof(ipstr),
portstr, sizeof(portstr), NI_NUMERICHOST | NI_NUMERICSERV);
printf("[+] Got incoming connection from %s,%s", ipstr, portstr);
conn = malloc(sizeof(struct tracker_s));
if(NULL == conn) error("netsed: unable to malloc() connection tracker struct");
// protocol specific init
if (tcp) {
setsockopt(csock,SOL_SOCKET,SO_OOBINLINE,&one,sizeof(int));
conn->csa = NULL;
conn->csl = 0;
conn->state = ESTABLISHED;
} else {
conn->csa = malloc(l);
if(NULL == conn->csa) error("netsed: unable to malloc() connection tracker sockaddr struct");
memcpy(conn->csa, &s, l);
conn->csl = l;
conn->state = UNREPLIED;
}
conn->csock = csock;
conn->time = now;
conn->live = malloc(rules*sizeof(int));
if(NULL == conn->live) error("netsed: unable to malloc() connection tracker sockaddr struct");
memcpy(conn->live, rule_live, rules*sizeof(int));
l = sizeof(s);
#ifndef LINUX_NETFILTER
// was OK for linux 2.2 nat
getsockname(csock,(struct sockaddr*)&s,&l);
#else
// for linux 2.4 and later
getsockopt(csock, SOL_IP, SO_ORIGINAL_DST,(struct sockaddr*)&s,&l);
#endif
getnameinfo((struct sockaddr *) &s, l, ipstr, sizeof(ipstr),
portstr, sizeof(portstr), NI_NUMERICHOST | NI_NUMERICSERV);
printf(" to %s,%s\n", ipstr, portstr);
conpo = get_port((struct sockaddr *) &s);
memcpy(&conho, &s, sizeof(conho));
if (fixedport) conpo=fixedport;
if (fixedhost.ss_family)
memcpy(&conho, &fixedhost, sizeof(conho));
// forward to addr
memcpy(&s, &conho, sizeof(s));
set_port((struct sockaddr *) &s, conpo);
getnameinfo((struct sockaddr *) &s, l, ipstr, sizeof(ipstr),
portstr, sizeof(portstr), NI_NUMERICHOST | NI_NUMERICSERV);
printf("[*] Forwarding connection to %s,%s\n", ipstr, portstr);
// connect will bind with some dynamic addr/port
conn->fsock = socket(s.ss_family, tcp ? SOCK_STREAM : SOCK_DGRAM, 0);
if (connect(conn->fsock,(struct sockaddr*)&s,l)) {
printf("[!] Cannot connect to remote server, dropping connection.\n");
freetracker(conn);
conn = NULL;
} else {
setsockopt(conn->fsock,SOL_SOCKET,SO_OOBINLINE,&one,sizeof(int));
conn->n = connections;
connections = conn;
}
}
// udp has data process forwarding
if((rd >= 0) && (conn != NULL)) {
b2server_sed(conn, rd);
}
} // lsock is set
// all other sockets
conn = connections;
struct tracker_s ** pconn = &connections;
while(conn != NULL) {
// incoming data ?
if(tcp && FD_ISSET(conn->csock, &rd_set)) {
client2server_sed(conn);
}
if(FD_ISSET(conn->fsock, &rd_set)) {
server2client_sed(conn);
}
// timeout ? udp only
DBG("[!] connection last time: %d, now: %d\n", conn->time, now);
if(!tcp && ((now - conn->time) >= UDP_TIMEOUT)) {
DBG("[!] connection timeout.\n");
conn->state = TIMEOUT;
}
if(conn->state >= DISCONNECTED) {
// remove it
(*pconn)=conn->n;
freetracker(conn);
conn=(*pconn);
} else {
// point on next
pconn = &(conn->n);
conn = conn->n;
}
}
}
clean_socks();
exit(0);
}
// vim:sw=2:sta:et:
|