-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG
847 lines (457 loc) · 15 KB
/
CHANGELOG
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
2005-07-26 mederchik
* man page updated with example on using SNMP module
2005-07-26 mederchik
* several sample snmp_sysdescr substrings for freebsd and mac os
2005-07-26 mederchik
* finished SNMPv2c module, registers keyword "snmp_sysdescr", which
should be a substring of a sysDescr.0 string
2005-07-26 mederchik
* fix for port_is_open() method to correctly test whether given
port is open
2005-07-21 mederchik
* a list of community strings to try is in xprobe2.conf file
2005-07-21 mederchik
* skeleton for the SNMP module
2005-07-21 mederchik
* a slight change in logic of the module, now it send NBT node
status query before session setup packet
2005-07-18 mederchik
* base for SNMP module
2005-07-18 mederchik
* fixed several bugs and added more sanity checks. Also added NBT
node status query to get the name remote box listens on (also gets
us MAC).
2005-07-18 mederchik
* added OS_Matrix::add_result(XPROBE_MATCH_NO) calls when no
matches are found
2005-07-18 mederchik
* added OpenUDPSocket routine
2005-07-18 mederchik
* fixed bug when using Xprobe_Module_Params INTLIST. The bug showed
up after we added possibility to have variable number of keywords
for fingerprints and resulted in extra OS_Matrix::add_result calls
2005-07-18 mederchik
* base for SNMP module
2005-07-18 mederchik
* update from Ofir (keywords for smb module)
2005-06-26 mederchik
* added support for OS_Matrix to be able to still give 100%
whenever different fingerprints have different number of keywords
2005-06-26 mederchik
* several updates to the modules: -added new checkpoint value for
TTL singature generation (60); -added sanity check to the SMB
module;
2005-06-26 mederchik
* minor updates to the man page and howtos
2005-06-23 mederchik
* new SMB module import. Module extract Native OS and Native Lanman
from session setup and X reply. Module supports both SMB over
NBT(139) and naked SMB(445). Module will be executed if either 139
or 445 TCP port is open
2005-06-23 mederchik
* util func to compare strings
2005-06-23 mederchik
* added method to check if specific port is open
2005-06-20 mederchik
* updated TODO
2005-06-19 mederchik
* update from Ofir
2005-06-17 mederchik
* removed debugging printf()
2005-06-17 mederchik
* CREDITS
2005-06-17 mederchik
* small fix for compiler warning on osx
2005-06-17 mederchik
* fixes for bugs reported by Alf B Lervaag <[email protected]>
2005-06-09 mederchik
* update from Ofir
2005-02-16 mederchik
* stupid bug in if statment, resulted in 97% match, as border value
of echoed_dtsize was equal 64
2005-02-15 mederchik
* updated CHANGELOG
2005-02-15 mederchik
* new default port 65534
2005-02-15 mederchik
* fixed to_string as it displayed the same ip because of
inet_ntoa() call
2005-02-15 mederchik
* upate from Ofir
2005-02-14 mederchik
* update man page with info on -A and add some checks for proper
use of -A
2005-02-14 mederchik
* experimental suport for detection of transparent proxies,
firewalls/NIDSs spoofing RSTs on behalf of target added to
portscanner, to enable use -T in conjunction with -A
2005-02-14 mederchik
* fixed singature generation and matching: echoed_dtsize of
icmp_unreach can now have arbitrary number, ip_id_strategy
generation in tcp_rst now matches <=256 instead of <256 for I
2005-02-14 mederchik
* added int_to_string() to xp_lib
2005-02-14 mederchik
* nicer ouput of packets
2005-02-14 mederchik
* signature update from Ofir including updated fingerprints for new
module
2005-02-13 mederchik
* employ new usi++ methods
2005-02-13 mederchik
* usi++ modifications for packet comparison that will be used by
portscanner to detect variations in replies from target
2005-02-13 mederchik
* updated port list for -B in example
2005-02-13 mederchik
* cosmetic change to be consistent with xprobe2 output
2005-02-13 mederchik
* fixed bug when configure for USI++ was run two times; added some
symbols to configure.in to port to MacOSX
2005-02-09 mederchik
* automatically generated CHANGELOG
2005-02-09 mederchik
* fixed ICMP info module disabling issue
2005-02-09 mederchik
* added new keywords, added some minor optimizations, fixes and
minor enhacements
2005-02-09 mederchik
* added operator=, as default was copying pointers
2005-02-09 mederchik
* updated from Ofir + added full FreeBSD 5.3 fingerprint with and
without rfc 13223 extensions enabled
2005-02-09 mederchik
* start using CREDITS for credits
2005-02-09 mederchik
* commited fixes from Kurt Congdon <[email protected]>
2005-02-09 mederchik
* New TCP RST module added
2005-01-14 mederchik
* fix bug reported by Kurt Congdon <[email protected]>:
Target_Net::getnext() returned special addresses (network num and
broadcast)
2005-01-12 mederchik
* signature update from Ofir, forget to remove a var from
xp_lib.cc, update copyright to 2005
2005-01-12 mederchik
* fixed non-zero ACK in SYN packet
2005-01-12 mederchik
* remove debugging statements
2005-01-12 mederchik
* new xprobe_module_param type introduced _INTLIST, which handles
comma separated list of integers as value
2005-01-12 mederchik
* regenerated configure script, got rid of Wmissing-prototypes, as
it was causing warnings
2005-01-12 mederchik
* move tokenize to a xp_lib class that from now on will be holding
all utility methods/funcs. TODO: move all xp_ funcs there too
2005-01-10 mederchik
* new configure script for usi
2005-01-10 mederchik
* port 6000 added to blind guess list
2005-01-10 mederchik
* got duplicate sigs from somwhere, fixed
2005-01-05 mamezo
* sigs update
2004-12-27 mederchik
* Richard Atterer <[email protected]> pointed to old config.guess
and config.sub, update to new version
2004-12-27 mederchik
* get rid of carriage return char
2004-12-20 mederchik
* update from Ofir
2004-12-17 mederchik
* fixed emails
2004-12-17 mederchik
* update from Ofir
2004-12-16 mamezo
* sync
2004-12-15 mederchik
* forgot to remove -P from man
2004-12-15 mederchik
* got rid of -P as it was useless, fixed portscanner not to run if
no ports specified
2004-12-15 mederchik
* update from Ofir
2004-12-15 mederchik
* updated man
2004-12-12 mederchik
* algnment fix
2004-12-09 mederchik
* name feature blind guess
2004-11-29 mederchik
* -B option added to bruteforce TCP ports in tcp handshake module
2004-11-12 mederchik
* fix ttl_calc module to associate ICMP packets w/ respective
UDP/TCP packets
2004-10-21 mederchik
* fix to make module recognize its packets more precisely
2004-10-17 mederchik
* updated
2004-10-17 mederchik
* fixed timeouts and make pcap_next() nonblocking
2004-10-14 mederchik
* suspend warning when compiling on linux
2004-10-14 mederchik
* updated CHANGELOG
2004-10-12 mederchik
* remove the annoying usi++() set_dst() call from constructor to
fix the problem when local hostname does not resolve
2004-09-05 mederchik
* XSD schema for XPROBEs XML output
2004-09-05 mederchik
* changed XML output to comply with XSD schema
2004-08-28 mederchik
* small initialization bug, resulted in failure to parse the config
file
2004-06-09 mederchik
* minor cosmetic fix
2004-06-09 mederchik
* some fixex for MacOSX, portscan progress report in percents
2004-06-09 mederchik
* added endiannes check to USI++, updated config.sub and
config.guess
2004-06-09 mederchik
* SHA1 is now part of xplib
2003-12-29 mederchik
* dump select() in USIs sniffpack() for portability, localhost
should be now supported
2003-10-15 mederchik
* fixed line wrapping bug
2003-10-14 mederchik
* fixed reproted bugs
2003-09-25 mederchik
* state of other ports is reported in xml output now
2003-09-24 mederchik
* added check for generated incomplete fingerprints
2003-09-24 mederchik
* hehe :) added tabs (promise this is last one)
2003-09-24 mederchik
* made fingerprint output nicer
2003-09-24 mederchik
* BUGFIX: added check on where do logging or not (forgot that :) )
2003-09-23 mederchik
* XML output added, version is 0.2, updated README
2003-09-23 mederchik
* Loggin class + XML logging
2003-09-23 mederchik
* update from Ofir
2003-08-20 mederchik
* -L output changed, added \n to unable to resolve message
2003-08-20 mederchik
* added signature generation (-F), portscan is conducted in a
random port order, minor fixes
2003-08-05 mederchik
* uncommited stuff, see CHANGELOG
2003-07-12 fygrave
*
Updates from Ofir
2003-07-12 fygrave
* Ofir's update 12/07/2003
2003-07-03 mederchik
* update from Ofir (windoze and linux sigs added)
2003-07-02 mederchik
* return OK;
2003-07-02 mederchik
* change from map ptr to map
2003-07-02 mederchik
* fix 10->0x10
2003-07-02 mederchik
* update from Ofir
2003-07-01 mederchik
* ok, several fixes for xprobe_module_param (_ZNZORIG, _ZNZVAL,
etc), also added another layer into xprobe_module_param, now
modules have to use Xprobe_Module_Param_ICMP or _TCP which defines
the parameter type for check_param(); also finished TCP Handshake
module, it is ready to go
2003-07-01 mederchik
* fix BROKEN_BSD stuff: tot_len and frag_off were saved in host
byte order, but get_totlen() and get_fragoff() returned them in
network byte order
2003-07-01 mederchik
* XProbe->Xprobe
2003-07-01 mederchik
* new fingerprints file, includes new keywords
2003-06-26 mederchik
* new tcp_handshake module
2003-06-26 mederchik
* New type XPROBE_MODULE_PARAM_ZNZVAL
2003-06-26 mederchik
* new tcp_handshake module
2003-06-26 mederchik
* change the way TCP options are set in USI++, instead of padding
after each option set, do padding and set th_off when send_pack()
is called
2003-06-26 mederchik
* Makefile with new module
2003-06-26 mederchik
* beta version of the TCP handshake module. TODO: NONE value for
WSCALE and fingerprinting
2003-06-24 mederchik
* fixed another bug reported by Ofir, added correct timeout checks
and more debugging
2003-06-23 mederchik
* fix for bugreport from Ofir
2003-06-08 mederchik
* more signatures from Ofir
2003-06-03 mederchik
* bugfix - did not do osmtx->add_result(...XPROBE_MATCH_NO)
2003-05-28 mederchik
* added ability to disable modules and specify number of matches to
display
2003-05-28 mederchik
* bug reported by [email protected] fixed as suggested (do not
build shared USI++ for now)
2003-05-14 mederchik
* update from Ofir
2003-05-07 mederchik
* fixed CFGDIR
2003-05-07 mederchik
* last one to become GNU
2003-05-07 mederchik
* Richard Atterer pointed out a bug, clear is removed
2003-05-07 mederchik
* update from Ofir (windows 2003 server added)
2003-04-29 fygrave
* new config.guess
2003-04-23 fygrave
* License change
2003-04-08 fygrave
* Richard Atterer <[email protected]> pointed bugs (and fixes)
2003-04-07 fygrave
*
Cosmetic changes :) (welcome meder as author ;-))
2003-04-06 mederchik
* new fingerprints from Ofir
2003-04-04 mederchik
* 0.1 RELEASE minor fixes
2003-04-04 mederchik
* STL includes fix
2003-04-04 mederchik
* code cleanup, removed unused code
2003-04-03 mederchik
* v.1.0 RC2 :)
2003-04-03 mederchik
* IP constructor now sets the IP ID value to !0
2003-04-01 mederchik
* updated AUTHORS file, update from Ofir for xprobe2.conf, fixed
xprobe_module_param RANGE type to match <=
2003-03-25 mederchik
* update from Ofir to reflect new keyword, updated TODO
2003-03-19 mederchik
* added new ip id keywords for each module, fixed build_DNS_reply()
that was causing segfaults with gcc v.3, moved all modules except
icmp_port_unreach to Xprobe_Module_Param
2003-02-12 mederchik
* new type for xprobe_module_param + new VALUE (SENT) for
icmp_echo_ip_id
2003-01-30 mederchik
* sig update from Ofir (IOSs and MAC OS)
2003-01-20 mederchik
* fixed payload, now we should be RFC compliant
2003-01-20 mederchik
* added new method and fixed the timestamp payload, now we should
be RFC compliant
2002-12-07 mederchik
* small fix if no DNS record for www.securityfocus.com can be found
2002-11-26 mederchik
* timestamp is defined in netinet/ip.h on linux, oh well we will
have Timestamp :)
2002-11-24 mederchik
* not our UDP packet does not just put static ip into DNS reply,
but looks up ip of www.securityfocus.com and then puts the ip into
packet
2002-11-24 mederchik
* moved payload funcs into ICMP class of USI++, added the right
payload for each ICMP probe
2002-11-24 mederchik
* xp_get_src_addr() to return source IP for packets
2002-11-24 mederchik
* xp_get_src_addr() added to support interface aliases
2002-11-13 mederchik
* UNIX-like payload added to icmp echo req
2002-11-13 mederchik
* xp_get_ping_payload() UNIX like payload for pings
2002-11-06 mederchik
* fixed calc_ipsum(), bug reported by Jamie Van Randwyk
2002-11-04 mederchik
* xp_get_random_data() added
2002-10-21 mederchik
* using namespace std; added
2002-10-10 mederchik
* fix for ioctl(SIOCGIFFLAGS)
2002-09-28 mederchik
* updated man (-p) and -h
2002-09-23 mederchik
* -p added + ttl_calc prints * now
2002-09-12 mederchik
* updated new-fingerprints-howto
2002-09-10 mederchik
* tell user of failed ttl precalculation
2002-09-10 mederchik
* new man page (-r included)
2002-09-10 uid32118
* Ofir's update :)
2002-09-09 mederchik
* solaris 9 added
2002-09-07 mederchik
* added -r support for traceroute-like output
2002-09-01 mederchik
* get rid of -i completely (cmdopts())
2002-08-26 fygrave
* update from Ofir
2002-08-26 fygrave
* Fingerprints howto :-)
2002-08-25 mederchik
* minor fix for the default config file path (needed slash)
2002-08-24 fygrave
* Ofir's update on OpenBSD 3.1.x :-)
2002-08-24 fygrave
* make install fixes.
2002-08-24 fygrave
* config dir fixes.
2002-08-21 mederchik
* added TTL fuzziness
2002-08-21 fygrave
* Update from Ofir.
2002-08-17 mederchik
* fuzzines in TTL matching
2002-08-17 mederchik
* GPL
2002-08-15 mederchik
* document -c and get rid of -i
2002-08-14 mederchik
* patch submitted by Jamie Van Randwyk (fixes bug in interface
lookup)
2002-08-14 mederchik
* fixed hardcoded number of keywords (my fault)
2002-08-14 mederchik
* fixed bug (registered extra keywords)
2002-08-12 mederchik
* signature updates
2002-08-11 mederchik
* fix in ip_sum calculation
2002-08-10 fygrave
* Sigs update from Ofir :)
2002-08-10 fygrave
* Signature fixes. More "debuggery" to icmp_echo_id Meder: you
cant do if (foo == "bar") .. if foo is char *, only if doo is
string, otherwise you have to use strcmp ;-)
2002-08-09 fygrave
* it is 0xc0 not Oxc0 ;-)
2002-08-09 fygrave
* Oops.. it is icmp_echo_ip_id, not icmp_echo_id, damn ;p
2002-08-09 mederchik
* got rid of setfilter() + minor cleaning
2002-08-08 mederchik
* fixed icmp_unreach_echoed_dtsize parsing, it is UDP
header+payload
2002-08-08 fygrave
* More files.
2002-08-08 fygrave
* initial commit
2002-08-08 fygrave
* initial commit
2002-08-08 fygrave
* Initial commit