Update of /cvsroot/javanetsim/IceScan
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30877
Modified Files:
iceversion.h icescan.cc TODO
Log Message:
no message
Index: icescan.cc
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/icescan.cc,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** icescan.cc 14 Dec 2006 13:42:07 -0000 1.17
--- icescan.cc 14 Dec 2006 16:40:25 -0000 1.18
***************
*** 26,30 ****
"\t-SA: ACK scan\n"
"\t-SS: SYN scan\n"
! "PORTS SPECIFICATION:\n"
"\t-p <port range>: specify port range to scan (default 1-1024).\n"
"\t You can use: 1-10; 1; 1-10,12-14; etc.\n"
--- 26,30 ----
"\t-SA: ACK scan\n"
"\t-SS: SYN scan\n"
! "PORTS SPECIFICATION:\n"
"\t-p <port range>: specify port range to scan (default 1-1024).\n"
"\t You can use: 1-10; 1; 1-10,12-14; etc.\n"
Index: iceversion.h
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/iceversion.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** iceversion.h 29 Nov 2006 12:51:01 -0000 1.2
--- iceversion.h 14 Dec 2006 16:40:25 -0000 1.3
***************
*** 3,9 ****
#define ICENAME "IceScan"
! #define ICEVERSION "0.0.2"
#define ICEWEBSITE "http://javanetsim.cvs.sourceforge.net/javanetsim/IceScan/" // (...)
! #define ICEDATE "28 November 2006"
#endif
--- 3,9 ----
#define ICENAME "IceScan"
! #define ICEVERSION "0.0.5"
#define ICEWEBSITE "http://javanetsim.cvs.sourceforge.net/javanetsim/IceScan/" // (...)
! #define ICEDATE "14 December 2006"
#endif
Index: TODO
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/TODO,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** TODO 13 Dec 2006 20:23:10 -0000 1.8
--- TODO 14 Dec 2006 16:40:25 -0000 1.9
***************
*** 7,24 ****
+ add multiple targets handling;
* fix reading port range for ack/udp/syn pings;
- * fix reading port range for scans
-- Discovering --
+ UDP Ping (-PU [portlist]) [QweR]
! + TCP SYN Scan (-SP [portlist]) [Key]
-- Scanning --
+ UDP Scan (-SU) [QweR]
- + ICMP Address Mask Ping (-PM) [QweR]
+ IP Protocol Scan (-SI) [Key] (??)
- * merge many raw scan functions into 1.
* do setting random window/seq(ack and seg) for raw scanning
-- Misc --
--- 7,24 ----
+ add multiple targets handling;
* fix reading port range for ack/udp/syn pings;
-- Discovering --
+ UDP Ping (-PU [portlist]) [QweR]
! + TCP SYN Scan (-PS [portlist]) [Key]
! + ICMP Address Mask Ping (-PM) [QweR]
-- Scanning --
+ UDP Scan (-SU) [QweR]
+ IP Protocol Scan (-SI) [Key] (??)
* do setting random window/seq(ack and seg) for raw scanning
+ + ARP Scan + Fingerprint (??)
+ + --tcpflags NUMBER || FLAGS -- set specific tcp flags when raw tcp scan + iceparams::check_right_params()
-- Misc --
|