📄 changelog.txt
字号:
revision 0.9.17.52date: 2005/03/14 16:40:58; author: pbi; state: Exp; lines: +50 -28- added ikescan()- added ISAKMPTransformField- fixed PacketList's private methods names do begin only with one "_"----------------------------revision 0.9.17.51date: 2005/03/14 13:03:11; author: pbi; state: Exp; lines: +14 -6- added a prn parameter to PacketList's summary() and nsummary()----------------------------revision 0.9.17.50date: 2005/03/14 12:56:24; author: pbi; state: Exp; lines: +14 -11- make internal methods of PacketResult begins with __----------------------------revision 0.9.17.49date: 2005/03/14 12:52:41; author: pbi; state: Exp; lines: +16 -5- Deprecated display() method (for all objects). Use show() instead.----------------------------revision 0.9.17.48date: 2005/03/14 12:48:29; author: pbi; state: Exp; lines: +129 -48- Modified PacketField to stop at Padding instead of Raw- Added PacketLenField- More ISAKMP rework. Almost working.----------------------------revision 0.9.17.47date: 2005/03/14 10:20:49; author: pbi; state: Exp; lines: +14 -3- added unwep() method to Dot11 packets- fixed 4 missing bytes in Dot11WEP----------------------------revision 0.9.17.46date: 2005/03/08 17:56:49; author: pbi; state: Exp; lines: +24 -12- added a possibility to give a hint for srp() to choose the intended interface- added is_promisc() to find boxes in promisc mode (will not always work) (Javier Merino)----------------------------revision 0.9.17.45date: 2005/03/08 17:21:14; author: pbi; state: Exp; lines: +66 -26- added PacketField- ISAKMP work----------------------------revision 0.9.17.44date: 2005/03/06 17:50:06; author: pbi; state: Exp; lines: +68 -13- changed PCAP and DNET defaults----------------------------revision 0.9.17.43date: 2005/03/03 17:15:26; author: pbi; state: Exp; lines: +23 -15- ISAKMP work----------------------------revision 0.9.17.42date: 2005/03/02 18:09:00; author: pbi; state: Exp; lines: +136 -1- added make_world_trace() method to TracerouteResult for a xtraceroute-like----------------------------revision 0.9.17.41date: 2005/02/20 22:33:55; author: pbi; state: Exp; lines: +8 -11- Sebek protocol definitions enhancements (Pierre Lalet)----------------------------revision 0.9.17.40date: 2005/02/20 22:31:49; author: pbi; state: Exp; lines: +46 -3- added ARP answering machine (farpd) (Pierre Lalet)----------------------------revision 0.9.17.39date: 2005/02/20 22:22:23; author: pbi; state: Exp; lines: +94 -30- Graphic traceroute enhanced to cope with TCP, UDP, ICMP or other traceroutes- ASN clustering in graphic traceroute can be controlled with the "ASN" parameter----------------------------revision 0.9.17.38date: 2005/02/18 21:03:26; author: pbi; state: Exp; lines: +58 -7- MGCP early support- RandString()----------------------------revision 0.9.17.37date: 2005/02/10 22:33:13; author: pbi; state: Exp; lines: +44 -11- export_object()/import_object() to copy/paste base64 gzipped pickled objects- prevent save_session from deleting unpicklable objects- added hexdump() and hexraw() methods to PacketList object- Raw packet answers any Raw packet- added conf.checkIPaddr to recognize broadcast replies (BOOTP/DHCP)----------------------------revision 0.9.17.36date: 2005/02/02 22:39:48; author: pbi; state: Exp; lines: +13 -1- added GPRS dummy packet class----------------------------revision 0.9.17.35date: 2005/01/29 00:29:25; author: pbi; state: Exp; lines: +12 -5- added l4 parameter to traceroute() for UDP, ICMP and other layer 4 traceroutes- tweaked TracerouteResult display()----------------------------revision 0.9.17.34date: 2005/01/26 23:43:19; author: pbi; state: Exp; lines: +5 -49- removed some outdated functions----------------------------revision 0.9.17.33date: 2005/01/26 23:41:58; author: pbi; state: Exp; lines: +7 -7- small simplification of TracerouteResult display() thanks to new sprintf() conditionnal statement----------------------------revision 0.9.17.32date: 2005/01/26 23:12:59; author: pbi; state: Exp; lines: +43 -3- added conditionnal statements in format strings----------------------------revision 0.9.17.31date: 2005/01/26 22:30:36; author: pbi; state: Exp; lines: +39 -37- removed an uneeded "else" in sprintf()----------------------------revision 0.9.17.30date: 2005/01/22 22:25:24; author: pbi; state: Exp; lines: +7 -2- re-added node coloring lost code line in traceroute graphing code----------------------------revision 0.9.17.29date: 2005/01/22 21:48:55; author: pbi; state: Exp; lines: +6 -2- fixed need for warning() before it was declared----------------------------revision 0.9.17.28date: 2005/01/22 21:47:11; author: pbi; state: Exp; lines: +20 -4- added ARPingResult to handle arping() results- moved ARPing displaying logic to ARPing object----------------------------revision 0.9.17.27date: 2005/01/22 21:42:59; author: pbi; state: Exp; lines: +185 -166- added args todo_graph()- added TracerouteResults object to handle traceroute results- moved traceroute displaying logic to TracerouteResult object- moved traceroute graphing logic to TracerouteResult object----------------------------revision 0.9.17.26date: 2005/01/20 22:59:07; author: pbi; state: Exp; lines: +97 -10- graph_traceroute : added AS clustering, colors, tweaks----------------------------revision 0.9.17.25date: 2005/01/17 22:10:58; author: pbi; state: Exp; lines: +82 -4- added do_graph() to draw GraphViz graphs using SVG output, displayed with ImageMagick- added graph_traceroute() to make a graph from multiple traceroutes- added timeout parameter to traceroute()----------------------------revision 0.9.17.24date: 2005/01/13 14:25:00; author: pbi; state: Exp; lines: +68 -1- added Sebek v1 and v2 protocols (Pierre Lalet)----------------------------revision 0.9.17.23date: 2005/01/10 21:55:14; author: pbi; state: Exp; lines: +10 -2- addded promisc and iface parameters to L3RawSocket----------------------------revision 0.9.17.22date: 2004/12/26 18:07:43; author: pbi; state: Exp; lines: +83 -50- Improved PacketList with stability by addition and slicing- Added plot() to PacketList using Gnuplot- Added StrStopField- Added conf.debug_disssector to prevent dissector's exception from being catched- Added CookedLinux packet type- Show linktype number when it is unknown----------------------------revision 0.9.17.21date: 2004/12/26 16:04:57; author: pbi; state: Exp; lines: +185 -5- removed strace in soxmix command line- DHCP support (from Mattias Wadman)- added missing make_table to PacketList class- have UDP class asks its payload for answers()----------------------------revision 0.9.17.20date: 2004/12/01 17:13:28; author: pbi; state: Exp; lines: +77 -26- Early WEP support- voip_play() tweaks- Added LEShortField for Dot11 SC field----------------------------revision 0.9.17.19date: 2004/10/18 13:42:50; author: pbi; state: Exp; lines: +245 -8- HSRP early support- Cisco CSSP Skinny early support- added Little Endian IntEnumField- added filter() method to PacketList- some voip_play() work- loop parameter value in send*() is used as the time to sleep between 2 loops----------------------------revision 0.9.17.18date: 2004/09/21 21:45:20; author: pbi; state: Exp; lines: +26 -12- added recv() method to PcapReader to emulate a SuperSocket- added "offline" parameter to sniff() to use sniff on pcap files- removed voip_play_offline() and renamed voip_play_sniff() to voip_play() which is now available to play offline----------------------------revision 0.9.17.17date: 2004/09/21 21:32:41; author: pbi; state: Exp; lines: +43 -6- added early PPPoE support (Ralf Ertzinger)- fixed DNS summary() to handle empty queries or answers----------------------------revision 0.9.17.16date: 2004/09/21 14:58:15; author: pbi; state: Exp; lines: +20 -1- added VOIP playing functions (not tested)----------------------------revision 0.9.17.15date: 2004/09/17 22:00:47; author: pbi; state: Exp; lines: +87 -9- transfert traceroute() and arping() options to sndrcv() ("retry", etc.)- fixed retry option in sndrcv()- tweaked AnweringMachine class- rewrited airpwn to use AnsweringMachine----------------------------revision 0.9.17.14date: 2004/09/13 16:57:01; author: pbi; state: Exp; lines: +7 -1- added loopback routing----------------------------revision 0.9.17.13date: 2004/09/12 21:44:45; author: pbi; state: Exp; lines: +86 -22- AnsweringMachine working as I wanted!----------------------------revision 0.9.17.12date: 2004/09/10 16:54:46; author: pbi; state: Exp; lines: +33 -11- AnsweringMachine twaking- added DNS spoofing answering machine----------------------------revision 0.9.17.11date: 2004/09/08 13:42:38; author: pbi; state: Exp; lines: +85 -4- renamed ScapyPcapWriter class to PcapWriter- added linktype parameter to PcapWriter (William McVey)- added PcapReader class (William McVey)----------------------------revision 0.9.17.10date: 2004/09/08 13:06:01; author: pbi; state: Exp; lines: +36 -5- added some text correspondances to Radius code field----------------------------revision 0.9.17.9date: 2004/09/06 14:28:02; author: pbi; state: Exp; lines: +30 -30- early radius support----------------------------revision 0.9.17.8date: 2004/09/06 14:17:11; author: pbi; state: Exp; lines: +133 -45- added "store" parameter to sniff()- added AnsweringMachine class to handle request/response protocols- replaced bootpd by a AnsweringMachine subclass- created DHCP answering machine draft----------------------------revision 0.9.17.7date: 2004/09/03 22:11:35; author: pbi; state: Exp; lines: +39 -21- finished airpwn()----------------------------revision 0.9.17.6date: 2004/08/13 16:49:51; author: pbi; state: Exp; lines: +110 -42- added first version of airpwn() clone----------------------------revision 0.9.17.5date: 2004/08/11 15:25:08; author: pbi; state: Exp; lines: +34 -3- added RIP protocol----------------------------revision 0.9.17.4date: 2004/08/09 14:00:20; author: pbi; state: Exp; lines: +20 -9- added gzip support to sessions saving- can force pickle protocol to inferior values for pickle backward compatility----------------------------revision 0.9.17.3date: 2004/08/07 10:59:34; author: pbi; state: Exp; lines: +49 -21- fixed self reloading when launched from a different directory- fixed session reloading problems with PacketList() and SndRcvAns()- added load_session(), save_session(), update_session()----------------------------revision 0.9.17.2date: 2004/07/28 21:16:12; author: pbi; state: Exp; lines: +8 -1- added nsummary() method to SndRcvList() class----------------------------revision 0.9.17.1date: 2004/07/26 19:52:55; author: pbi; state: Exp; lines: +3149 -582Release 0.9.17----------------------------revision 0.9.16.18date: 2004/07/26 19:50:16; author: pbi; state: Exp; lines: +48 -1- added ScapyPcapWriter class (William McVey)----------------------------revision 0.9.16.17date: 2004/07/26 19:24:48; author: pbi; state: Exp; lines: +127 -13- do not need to be named 'scapy.py' anymore- use of PacketList() for rdpcap() and sniff()- fixed a bug in StrFixedLenField- early IKE and ISAKMP support----------------------------revision 0.9.16.16date: 2004/07/16 15:39:37; author: pbi; state: Exp; lines: +5 -3- small fix on bootpd----------------------------revision 0.9.16.15date: 2004/07/10 13:13:25; author: pbi; state: Exp; lines: +20 -14- finished testing ethertype in supersockets to decide wether or not to apply BPF filters----------------------------revision 0.9.16.14date: 2004/07/10 13:06:38; author: pbi; state: Exp; lines: +20 -15- do not apply any BPF filter if ethertype is given to a supersocket (so that ARP requests will work whatever the conf.except_filter value is)----------------------------revision 0.9.16.13date: 2004/07/09 09:11:15; author: pbi; state: Exp; lines: +9 -6- changed the header and blocked the licence to GPLv2 only----------------------------revision 0.9.16.12date: 2004/07/09 09:07:41; author: pbi; state: Exp; lines: +116 -25- added an independant routing table (conf.route) and methods to manipulate it- tweaked results stats----------------------------revision 0.9.16.11date: 2004/07/05 22:43:49; author: pbi; state: Exp; lines: +74 -9- wrapper classes for results presentations and manipulation- sndrcv() retry auto adjustment when giving a negative value----------------------------revision 0.9.16.10date: 2004/07/05 08:53:41; author: pbi; state: Exp; lines: +113 -94- added retry option to sndrcv()- improved debug class- added ottl() and hops() methods for IPTools class- improved UDP and ICMP summary()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -