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
|
/*
This file is part of LFT.
The LFT software provided in this Distribution is
Copyright 2007 VOSTROM Holdings, Inc.
The full text of our legal notices is contained in the file called
COPYING, included with this Distribution.
Authors:
- Victor Oppleman <lft@oppleman.com>
- Eugene Antsilevitch <ugen@xonix.com>
Other copyrights and former authors:
- Portions copyright (c) Genuity, Inc.
- Portions copyright (c) Markus Gothe <nietzsche@lysator.liu.se>
- Portions copyright (c) Nils McCarthy
*/
#include "lft_lib.h"
/* BEGIN Added by Roy T. to improve DNS speed/reliability */
#include <resolv.h>
extern struct __res_state _res;
/* END Added by Roy T. to improve DNS speed/reliability */
#if 0
static char def_payload[] = "\0\0\0\0\0\0\0\0\0\0"; /* default payload for UDP packets */
#endif
const char *version = "3.93"; /* set version string */
static const char *version_date = "(09/2025)"; /* date of this version */
static void
usage(lft_session_params * sess, char *prog)
{
fprintf (stderr,
"\nLayer Four Traceroute (LFT)\n\n"
" - the alternative traceroute tool for network [reverse] engineers\n"
" visit http://www.pwhois.org\n\n"
"Usage: %s [<options>] [<gateway> <...>] <target:port>\n"
"\nMainstream Options:\n"
" -s <sport> Source port number\n"
" -d <dport> Destination port number (same as using target:port as target)\n"
" -z Pseudo-randomize the source port number\n"
" -m <min> Minimum number of probes to send per hop\n"
" -M <max> Maximum number of probes to send per hop\n"
" -D <device|ip> Listen-on/use a device by name or address (\"en1\" or \"1.2.3.4\")\n"
" -L <length> Set the length of the probe packet in bytes\n"
"\nAdvanced Tracing Options:\n"
" -F Use TCP FIN packets exclusively (defaults are SYN)\n"
" -f <device|ip> Send using a device by name or address (spoofing allowed)\n"
" -e | -E Use LFT's stateful engine to detect firewalls and path anomalies\n"
" -u Use traditional UDP (probes) for tracing instead of TCP\n"
" -b Basic TCP trace\n"
" -p Use traditional ICMP (probes) for tracing instead of TCP\n"
/*" -P Use RFC1393 IP option for tracing instead of TCP\n" */
" -a <ahead> Number of hops forward to query before pausing to wait for replies\n"
" -c <scatter ms> Minimum number of milliseconds between subsequent probes\n"
" -t <timeout ms> Maximum RTT to wait before assuming packet was dropped\n"
" -l <min ttl> Minimum TTL to use on outgoing packets (skips close-proximity hops)\n"
" -H <ttl> Maximum number of hops to traverse (max TTL of packets)\n"
" -q <sequence> Set the initial sequence number (ISN) manually\n"
" -I Set the ToS field in the IP packet to minimize-delay\n"
" -i Disable \"stop on ICMP\" other than TTL expired\n"
"\nResolution Options:\n"
" -n Display hosts numerically; disable use of the DNS resolver\n"
" -h Display hosts symbolically; suppress IP address display\n"
" -N Display network or AS names where appropriate\n"
" -A Display AS numbers resolved by Prefix WhoIs\n"
"\nAdvanced Resolution Options:\n"
" -r Use RIPE NCC's RIS to resolve ASNs instead of Prefix WhoIs\n"
" -R Use the RADB to resolve ASNs instead of Prefix WhoIs\n"
" -C Use Cymru to resolve ASNs instead of Prefix WhoIs\n"
"\nVerbosity Options and Status:\n"
" -T Use execution timers and summarize where LFT spent its time\n"
" -U Display all times in UTC (GMT0). Activates -T option automatically\n"
" -S Disable the status bar (only show the completed trace)\n"
" -V Display verbose/debug output. Use more \'V\'s for additional detail\n"
" -x XML output\n"
" -g GraphViz output\n"
" -G <icons path> Enable GraphViz output and override path to icons\n"
" -y Test destination upstream transition hop\n"
" -v Display LFT's version information and exit\n"
"\n"
"Default is: %s -s %d -d %d -m %d -M %d -a %d -c %.0f -t %d -H %d \n\n",
prog, prog, sess->sport, sess->dport, sess->retry_min, sess->retry_max, sess->ahead_limit,
sess->scatter_ms, sess->timeout_ms, sess->ttl_limit);
exit(EXIT_FAILURE);
}
static void
show_version (void)
{
fprintf (stderr, "\n"
"Layer Four Traceroute (LFT) - version %s %s\n\n - the alternative traceroute tool for network [reverse] engineers\n\n"
" Compile-time options:\n\n"
#if defined(DARWIN) || defined(__APPLE__)
" + Darwin (or MacOS)\n"
#endif
#if defined(UNIVERSAL)
" + Universal binary\n"
#endif
#if defined(NETBSD)
" + NetBSD\n"
#endif
#if defined(OPENBSD)
" + OpenBSD\n"
#endif
#if defined(BSD_IP_STACK)
" + BSD IP stack\n"
#endif
#if defined(BSD)
" + BSD platform\n"
#endif
#if defined(linux)
" + Linux platform\n"
#endif
#if defined(sun)
" + SUN platform\n"
#endif
#if !defined(sun) && !defined(linux) && !defined(BSD_IP_STACK) && !defined(OPENBSD)
" (unknown architecture)\n"
#endif
#if defined(SCREWED_IP_LEN)
" + IP length big-endian\n"
#else
" + IP length little-endian\n"
#endif
#if defined(IP_HDRINCL)
" + Full IP headers for raw sockets\n"
#else
" + Without IP header inclusion\n"
#endif
#if defined( __CYGWIN__ ) || defined( WIN32 ) || defined(_WIN32) || defined( USE_GTOD )
" + Calling gettimeofday() on each packet\n"
#endif
" + " HOST_SYSTEM_TYPE "\n"
"\n", version, version_date);
exit(EXIT_SUCCESS);
}
extern int
main (int argc, char **argv)
{
lft_session_params * sess;
int ch;
char *cp = NULL;
struct timeval tb;
#if defined( __CYGWIN__ ) || defined( WIN32 ) || defined(_WIN32)
WORD wVersionRequested;
WSADATA wsaData;
wVersionRequested = MAKEWORD( 2, 2 );
WSAStartup( wVersionRequested, &wsaData );
#endif
/* BEGIN Added by Roy T. to improve DNS speed/reliability */
res_init();
_res.retrans = 1;
_res.retry = 1;
/* END Added by Roy T. to improve DNS speed/reliability */
sess = LFTSessionOpen();
setbuf(stdout, NULL);
gettimeofday (&tb, NULL);
/* eventually this might want to use /dev/urandom or
* something on machines that have it. otherwise,
* this does a fairly decent job of using the system
* clock.
*
* multiply tv_usec (range 0-1000000) to be in range 0-2^31,
* and xor to randomize the high bits of tv_sec that don't
* change very much.
*/
srand(tb.tv_sec ^ (tb.tv_usec * 2147));
while ((ch = getopt(argc, argv, "Aa:bCc:D:d:EeFf:H:hIiL:l:M:m:NnPpq:RrSs:Tt:UuVvxw:zgG:y")) != EOF)
switch (ch) {
case 'f':
LFTSetupSendDevice(sess, optarg);
break;
case 'F':
LFTSetupFIN(sess);
break;
case 'h':
LFTSetupDispSymbHost(sess);
break;
case 'u':
LFTSetupUDPMode(sess);
break;
case 'r':
LFTSetupRISLookup(sess);
break;
case 'R':
LFTSetupRADBLookup(sess);
break;
case 'C':
LFTSetupCYMRULookup(sess);
break;
case 'd':
LFTSetupDestinationPort(sess, optarg);
break;
case 'L':
LFTSetupLengthOfPacket(sess, (int)strtol(optarg, (char **)NULL, 10));
break;
case 'q':
sess->seq_start = strtol(optarg, (char **)NULL, 10);
break;
case 'w':
sess->win_len = (int)strtol(optarg, (char **)NULL, 10);
break;
case 'm':
sess->retry_min = (int)strtol(optarg, (char **)NULL, 10);
break;
case 'M':
sess->retry_max = (int)strtol(optarg, (char **)NULL, 10);
break;
case 'N':
sess->do_netlookup = 1;
break;
case 'A':
sess->do_aslookup = 1;
break;
case 'n':
LFTSetupDisableResolver(sess);
break;
case 'T':
sess->timetrace = 1;
break;
case 's':
LFTSetupSourcePort(sess, lft_resolve_port(sess,optarg));
break;
case 'E':
case 'e':
LFTSetupAdaptiveMode(sess);
break;
case 'S':
sess->nostatus = 1;
break;
case 'D':
LFTSetupDevice(sess,optarg);
break;
case 'a':
sess->ahead_limit = (int)strtol(optarg, (char **)NULL, 10);
break;
case 'c':
sess->scatter_ms = (int)strtol(optarg, (char **)NULL, 10);
if (sess->scatter_ms < 1)
sess->scatter_ms = 1;
if (sess->scatter_ms > 100)
sess->scatter_ms = 100;
break;
case 't':
sess->timeout_ms = (int)strtol(optarg, (char **)NULL, 10);
break;
case 'p':
sess->protocol = 2;
break;
/*case 'P': //We comment this option. Hardly any routers support this.
sess->protocol = 3;
break;*/
case 'b':
sess->protocol = 4;
break;
case 'H':
if (strtol(optarg, (char **)NULL, 10) > 255)
sess->ttl_limit = 255; else
sess->ttl_limit = (int)strtol(optarg, (char **)NULL, 10);
break;
case 'l':
sess->ttl_min = (int)strtol(optarg, (char **)NULL, 10);
sess->hop_info_length = sess->ttl_min;
if (sess->ttl_min > 0)
sess->ttl_min--;
break;
case 'i':
sess->break_on_icmp = 0;
break;
case 'I':
sess->set_tos = 1;
break;
case 'v':
show_version();
break;
case 'U': /* show all times in UTC */
LFTSetupUTCTimes(sess);
break;
case 'V':
sess->noisy++;
sess->nostatus = 1;
break;
case 'z':
sess->random_source = 1;
/* Yes, this is a ridiculous randomizer, but it's adequate */
sess->sport = rand()%32525+32525;
break;
case 'x':
setOutputStyle(1);
break;
case 'g':
setOutputStyle(2);
break;
case 'G':
setOutputStyle(2);
sess->graphviz_icon_path=optarg;
break;
case 'y':
sess->check_seam=1;
break;
default:
usage(sess, argv[0]);
}
if((argc - optind) < 1)
usage(sess, argv[0]);
if (sess->noisy && !outputStyleIsXML() && !outputStyleIsGraphViz())
printf ("Layer Four Traceroute (LFT) version %s", version);
if (sess->noisy > 1 && !outputStyleIsXML() && !outputStyleIsGraphViz())
printf (" ... (verbosity level %d)",sess->noisy);
if (sess->noisy && !outputStyleIsXML() && !outputStyleIsGraphViz())
printf ("\n");
if(outputStyleIsXML())
{
printf("<lft verbositylevel=\"%d\">\n",sess->noisy);
}
sess->hostname = argv[optind++];
sess->hostname_lsrr_size = 0;
while (optind < argc) {
sess->hostname_lsrr[sess->hostname_lsrr_size++] = argv[optind++];
if (sess->hostname_lsrr_size > IP_LSRR_DEST) {
if(outputStyleIsXML())
{
printf("<error>Unknown host: Too many LSRR hosts - maximum is 8</error>");
printf("</lft>\n");
}
else
{
fprintf(stderr, "LFT: Too many LSRR hosts - maximum is 8\n");
}
exit(EXIT_FAILURE);
}
}
if (sess->hostname_lsrr_size > 0) {
sess->hostname_lsrr[sess->hostname_lsrr_size++] = sess->hostname;
sess->hostname = sess->hostname_lsrr[0];
}
/* allow hostname:port if -d not specified and not using UDP */
if ((cp = strchr(sess->hostname, ':'))) {
if (!sess->dflag) {
*cp++ = '\0';
sess->dport = lft_resolve_port (sess,cp);
if (sess->protocol==1) {
sess->dport = (lft_resolve_port (sess,cp)) - 1;
if (sess->dport > (65535 - sess->ttl_limit)) {
sess->dport = (65535 - sess->ttl_limit) - 1;
if(outputStyleIsXML())
printf("<warning>Starting UDP port %d is too high. Will start with %d instead.</warning>",sess->dport, (65535 - sess->ttl_limit));
else
{
fprintf (stderr,
"LFT warning: Starting UDP port %d is too high. Will start with %d instead.\n", sess->dport, (65535 - sess->ttl_limit));
}
}
}
sess->auto_ports = 0;
}
}
LFTExecute(sess);
LFTSessionClose(sess);
#if defined( __CYGWIN__ ) || defined( WIN32 ) || defined(_WIN32)
WSACleanup();
#endif
if(outputStyleIsXML())
printf("</lft>\n");
//getch();
return 0;
}
|