?? changelog.txt
字號:
RCS file: RCS/scapy.py,vWorking file: scapy.pyhead: 1.0branch: 1.0.3locks:access list:symbolic names:keyword substitution: kvtotal revisions: 327; selected revisions: 327description:scapy----------------------------revision 1.0date: 2005/08/09 18:26:09; author: pbi; state: Exp; lines: +7287 -946branches: 1.0.0; 1.0.1; 1.0.2; 1.0.3;1.0 release----------------------------revision 0.9date: 2003/03/26 13:26:13; author: pbi; state: Exp;branches: 0.9.7; 0.9.8; 0.9.9; 0.9.10; 0.9.11; 0.9.12; 0.9.13; 0.9.14; 0.9.15; 0.9.16; 0.9.17;Initial check-in----------------------------revision 0.9.17.110date: 2005/08/09 18:19:17; author: pbi; state: Exp; lines: +7 -2- nothing----------------------------revision 0.9.17.109date: 2005/08/08 13:57:16; author: pbi; state: Exp; lines: +34 -6- replaced use of __builtins__ by globals()- promiscuous mode is now default mode- added HTML color theme----------------------------revision 0.9.17.108date: 2005/08/05 14:12:48; author: pbi; state: Exp; lines: +12 -7- fix: IP fragmentation offset needs to be 0 for payload to be decoded (actually fixed in 0.9.17.106)----------------------------revision 0.9.17.107date: 2005/08/05 14:04:03; author: pbi; state: Exp; lines: +29 -7- added 'filter' parameter to PacketList.padding()- added PacketList.nzpadding() method- added 'lfilter' parameter to sniff()----------------------------revision 0.9.17.106date: 2005/08/05 14:02:19; author: pbi; state: Exp; lines: +162 -138- removed scapy module reloading to prepare interactive mode- tweaked interact() function, now fully functionnal----------------------------revision 0.9.17.105date: 2005/07/20 16:24:06; author: pbi; state: Exp; lines: +7 -2- small fix nmap database class----------------------------revision 0.9.17.104date: 2005/07/20 16:22:51; author: pbi; state: Exp; lines: +18 -13- modified Packet.guess_payload_class() semantic : added the payload as parameter- fixed TCP.answers() to take in account length of payload- added timeout arg to arping()----------------------------revision 0.9.17.103date: 2005/06/07 10:18:27; author: pbi; state: Exp; lines: +18 -5- added a try/catch for get_if_hw_addr- fixed the netstat parsing for OpenBSD- changed Dot11WEP's key ID field from "key" to "keyid"----------------------------revision 0.9.17.102date: 2005/06/07 09:54:51; author: pbi; state: Exp; lines: +147 -2- added LEShortEnumField- added L2CAP layer- added Bluetooth supersocket- added srbt() and srbt1()----------------------------revision 0.9.17.101date: 2005/05/30 17:21:48; author: pbi; state: Exp; lines: +5 -2- Fixes for 0.9.17.100----------------------------revision 0.9.17.100date: 2005/05/30 17:08:41; author: pbi; state: Exp; lines: +542 -5- added NetBIOS, SMB & Co support (S閎astien Chenevot & Sylvain Sarm閖eanne)----------------------------revision 0.9.17.99date: 2005/05/28 14:28:40; author: pbi; state: Exp; lines: +29 -3- WEP support and ICV computation----------------------------revision 0.9.17.98date: 2005/05/27 23:05:35; author: pbi; state: Exp; lines: +12 -2-fixed a smlal bug in graphic traceroute----------------------------revision 0.9.17.97date: 2005/05/27 19:53:04; author: pbi; state: Exp; lines: +32 -4- added WEP ciphering to Dot11WEP----------------------------revision 0.9.17.96date: 2005/05/25 15:15:10; author: pbi; state: Exp; lines: +12 -7- ability to give a WEP key as an argument to unwep()----------------------------revision 0.9.17.95date: 2005/05/25 15:05:03; author: pbi; state: Exp; lines: +10 -4- fixed pcap supersockets warnings----------------------------revision 0.9.17.94date: 2005/05/25 15:01:24; author: pbi; state: Exp; lines: +13 -8- fixed/cleaned ISAKMP----------------------------revision 0.9.17.93date: 2005/05/25 15:00:34; author: pbi; state: Exp; lines: +16 -8- fixed Packet.remove_underlayer() args- fixed FieldLenField- added Atheros Prism Header linktype----------------------------revision 0.9.17.92date: 2005/05/18 16:59:32; author: pbi; state: Exp; lines: +95 -17- some voip_play() stuff----------------------------revision 0.9.17.91date: 2005/05/18 16:59:01; author: pbi; state: Exp; lines: +27 -3- added BIOCIMMEDIATE option to fix BSD's BPF/pcap/select() behaviour issues- made PCAP/DNET the default mode, even for Linux (it seems quicker)----------------------------revision 0.9.17.90date: 2005/05/18 16:57:07; author: pbi; state: Exp; lines: +14 -9- purge ARP cache when changing IP address of an interface- fixed loopback interface detection get_if_raw_hwaddr() for dnet- changed a bit Dot11PacketList behaviour- fixed build() overload by EAP class- fixed close()/recv() mix up in L2pcapListenSocket----------------------------revision 0.9.17.89date: 2005/05/03 19:18:22; author: pbi; state: Exp; lines: +92 -90- DNET/PCAP stuff reordering----------------------------revision 0.9.17.88date: 2005/05/03 00:10:12; author: pbi; state: Exp; lines: +20 -4- made Padding not be seen as a payload----------------------------revision 0.9.17.87date: 2005/04/29 22:37:39; author: pbi; state: Exp; lines: +105 -13- added L2 recognition for L2pcapListenSocket- workarround for a bug in libpcap/wrapper?. .next() sometimes returns None- added consistant get_if_addr() and get_if_raw_addr()- added ifadd(), ifdel() and ifchange() methods to Route class----------------------------revision 0.9.17.86date: 2005/04/27 21:14:24; author: pbi; state: Exp; lines: +14 -122- small code cleaning----------------------------revision 0.9.17.85date: 2005/04/27 13:53:32; author: pbi; state: Exp; lines: +258 -116- early BSD port with libdnet and libpcap wrappers----------------------------revision 0.9.17.84date: 2005/04/24 14:57:45; author: pbi; state: Exp; lines: +53 -68- added a usable geolocation database from GeoIP.----------------------------revision 0.9.17.83date: 2005/04/24 10:34:57; author: pbi; state: Exp; lines: +6 -3- fixed fragment() (Peter Hardy)----------------------------revision 0.9.17.82date: 2005/04/23 15:29:21; author: pbi; state: Exp; lines: +5 -2- fixed sndrcv() when given an empty set of packets----------------------------revision 0.9.17.81date: 2005/04/23 13:55:32; author: pbi; state: Exp; lines: +15 -7- Some Sebek layers fixes (Pierre Lalet)----------------------------revision 0.9.17.80date: 2005/04/23 13:43:16; author: pbi; state: Exp; lines: +37 -2- Early IrDA support (Pierre Lalet)----------------------------revision 0.9.17.79date: 2005/04/23 13:42:34; author: pbi; state: Exp; lines: +6 -3- fixed SebekV1 and SebekV2 (Pierre Lalet)----------------------------revision 0.9.17.78date: 2005/04/23 13:41:33; author: pbi; state: Exp; lines: +5 -2- fixed BitField (Pierre Lalet)----------------------------revision 0.9.17.77date: 2005/04/23 13:36:15; author: pbi; state: Exp; lines: +29 -1- added threshold for warnings----------------------------revision 0.9.17.76date: 2005/04/23 11:27:51; author: pbi; state: Exp; lines: +10 -7- Renamed SndRcvAns into SndRcvList----------------------------revision 0.9.17.75date: 2005/04/23 11:26:12; author: pbi; state: Exp; lines: +44 -5- added color display in srloop()----------------------------revision 0.9.17.74date: 2005/04/22 13:30:10; author: pbi; state: Exp; lines: +53 -24- fixed dhcp_request()- changed make_table semantic : take one lambda instead of 3- fixed import_hexcap()- fixed StrLenField- changed traceroute() and arping() to also return unanswered packets- ls() now sorts its output alphabetically- LaTeX color theme for straight copy/paste into your doc.----------------------------revision 0.9.17.73date: 2005/04/15 15:56:08; author: pbi; state: Exp; lines: +24 -6- fixed ARP.answers()' return value- made TracerouteResult.graph() use both ASN information source----------------------------revision 0.9.17.72date: 2005/04/09 22:25:23; author: pbi; state: Exp; lines: +69 -18- fix route.route() to handle extended IP sets (ex. 192.168.*.1-5)- generalised statistics in packet lists- added Dot11PacketList()- added some DHCP options- fixes in DHCP options building- modified unwep() to decrypt a WEP packet if it was not already done----------------------------revision 0.9.17.71date: 2005/04/06 10:49:11; author: pbi; state: Exp; lines: +4 -2- forgotten debug msg in Net()----------------------------revision 0.9.17.70date: 2005/04/04 17:58:15; author: pbi; state: Exp; lines: +33 -13- modified Net() to recognize things like 172.16.*.1-10----------------------------revision 0.9.17.69date: 2005/04/04 14:24:00; author: pbi; state: Exp; lines: +11 -3- fix DHCP- added dhcp_request()----------------------------revision 0.9.17.68date: 2005/03/28 22:18:04; author: pbi; state: Exp; lines: +20 -2- first attempt with time skew graphing----------------------------revision 0.9.17.67date: 2005/03/28 22:17:44; author: pbi; state: Exp; lines: +12 -6- use gzip compression for load_object/save_object- made RandNum() and Emph() pickable- changed prompt color in default color theme----------------------------revision 0.9.17.66date: 2005/03/28 14:30:01; author: pbi; state: Exp; lines: +116 -69- more DHCP work----------------------------revision 0.9.17.65date: 2005/03/28 14:29:03; author: pbi; state: Exp; lines: +20 -1- first attempt to generate libnet C code from a packet----------------------------revision 0.9.17.64date: 2005/03/28 14:28:20; author: pbi; state: Exp; lines: +10 -2- forgot to delete temporary variables in scapy's global scope----------------------------revision 0.9.17.63date: 2005/03/28 14:22:38; author: pbi; state: Exp; lines: +165 -16- added colors, color themes, colored prompt----------------------------revision 0.9.17.62date: 2005/03/24 16:19:33; author: pbi; state: Exp; lines: +7 -1- made it possible to use a PacketList as a parameter for send* or sr*----------------------------revision 0.9.17.61date: 2005/03/23 18:27:06; author: pbi; state: Exp; lines: +16 -3- used init_cookie for ISAKMP.answers()- raised an exception in route.make_route if parameters are incomplete----------------------------revision 0.9.17.60date: 2005/03/23 17:07:56; author: pbi; state: Exp; lines: +39 -30- fixed session loading with -s- prevented save_session() to trash current session- changed AnsweringMachine to make send_reply() a bit more generic----------------------------revision 0.9.17.59date: 2005/03/22 16:52:44; author: pbi; state: Exp; lines: +14 -2- added _elt2show() to PacketList- changed PacketList.show() to use _elt2show()----------------------------revision 0.9.17.58date: 2005/03/22 16:21:39; author: pbi; state: Exp; lines: +50 -5- added conversation() to PacketList- added padding() to PacketList- fixed StrNullField- added haslayer_str() to Packet- changed Packet.sprintf() to use haslayer_str- changed answers() to ask payload if same class as other- add count parameter to rdpcap----------------------------revision 0.9.17.57date: 2005/03/16 14:18:28; author: pbi; state: Exp; lines: +14 -1- added StrNullField----------------------------revision 0.9.17.56date: 2005/03/14 18:14:28; author: pbi; state: Exp; lines: +35 -19- LLNumTypes fix- Added linktype recognition to PcapWriter class----------------------------revision 0.9.17.55date: 2005/03/14 17:59:23; author: pbi; state: Exp; lines: +114 -111- indentation cosmetic fix----------------------------revision 0.9.17.54date: 2005/03/14 17:53:56; author: pbi; state: Exp; lines: +14 -2- wrpcap() now writes the correct linktype in the pcap file----------------------------revision 0.9.17.53date: 2005/03/14 17:22:23; author: pbi; state: Exp; lines: +49 -2- added ISAKMP transforms decoding----------------------------
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -