亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? scapy.py

?? Scapy是一種功能強(qiáng)大的網(wǎng)絡(luò)分組操作工具
?? PY
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
# - tweaked results stats## Revision 0.9.16.11  2004/07/05 22:43:49  pbi# - wrapper classes for results presentations and manipulation# - sndrcv() retry auto adjustment when giving a negative value## Revision 0.9.16.10  2004/07/05 08:53:41  pbi# - added retry option to sndrcv()# - improved debug class# - added ottl() and hops() methods for IPTools class# - improved UDP and ICMP summary()## Revision 0.9.16.9  2004/06/07 16:09:21  pbi# - fix again TCP.answers() and TCPerror.answers()## Revision 0.9.16.8  2004/06/07 16:06:27  pbi# - fixed conf.checkIPsrc behaviour of answers() and hashret() for TCP/UDP/TCPerror/UDPerror# - added conf.debug_match to keep track of unanswered packets in debug.sent and debug.recv## Revision 0.9.16.7  2004/06/07 09:20:43  pbi# - added LEIntField and StrFixedLenField# - added partial PrismHeader support## Revision 0.9.16.6  2004/04/29 15:46:19  pbi# - fixed fragment()## Revision 0.9.16.5  2004/03/31 09:24:43  pbi# - fix nmap fingerprint db parsing to handle the new format (Jochen Bartl)## Revision 0.9.16.4  2004/03/23 08:45:10  pbi# - Support for reading big endian pcap files (Pekka Pietikainen)## Revision 0.9.16.3  2004/02/28 11:12:12  pbi# - got rid of some future warnings (N. Bareil <nbareil@mouarf.org>)# - improved BitField() for arbitrary length bit fields (N. Bareil <nbareil@mouarf.org>)# - NTP protocol (N. Bareil <nbareil@mouarf.org>)## Revision 0.9.16.2  2004/02/22 17:49:51  pbi# added first sketch of a bootp daemon: bootpd()## Revision 0.9.16.1  2004/01/26 18:01:00  pbi# Release 0.9.16## Revision 0.9.15.15  2004/01/26 18:00:08  pbi# - added more text for DNS codes## Revision 0.9.15.14  2004/01/15 13:24:48  pbi# - fixed the case where IP field is a list of nets# - randomize IPID in traceroute() to work better with conf.checkIPsrc=0# - added make_tex_table() and make_lined_table()# - added IPID_count() to identify machines with their IPID# - added sport and dport args to fragleak()## Revision 0.9.15.13  2004/01/11 11:47:07  pbi# - srploop() and srloop() improvements## Revision 0.9.15.12  2004/01/11 01:28:21  pbi# - srloop() and srploop() improvements## Revision 0.9.15.11  2004/01/11 01:07:05  pbi# - srloop() and srploop() improvements## Revision 0.9.15.10  2004/01/10 23:42:58  pbi# - added srloop() and srploop() functions## Revision 0.9.15.9  2004/01/10 23:40:51  pbi# - added## Revision 0.9.15.8  2004/01/09 16:42:42  pbi# - improved send() and sendp() with parameters loop and verbose## Revision 0.9.15.7  2004/01/09 16:04:07  pbi# - fixed ARP opcodes values## Revision 0.9.15.6  2004/01/09 15:53:46  pbi# - added RARP and IARP req/resp description in ARP operation Enum field## Revision 0.9.15.5  2003/12/19 15:54:30  pbi# - added checkIPID and checkIPsrc options in conf to recognize IP in ICMP errors from broken IP stacks (see conf.__doc__)# - changed default TCP source port to 20 (Muahahahah!)# - tweaked TCP summary# - changed default UDP source and destination ports to 53# - created import_hexcap() to copy-paste an hexcap from tcpdump -xX, and get a string to feed IP() or ARP() or whatever# - created make_table() to present results in a table from a list, and functions that map the list to x,y and z=f(x,y).## Revision 0.9.15.4  2003/10/30 16:11:41  pbi# - little enhancements to the DNS packets# - added dyndns_add() and dyndns_del() (rfc2136)# - fixed a format string error (3 times)## Revision 0.9.15.3  2003/10/16 10:41:42  biondi# - redesign summary() method# - fixed Dot11 addresses fields## Revision 0.9.15.2  2003/10/15 14:41:09  biondi# - caching format size (calcsize()) in Field main class# - allow first packet desassembly to fail in SuperSockets, falling back to Raw## Revision 0.9.15.1  2003/10/02 15:24:29  pbi# Release 0.9.15## Revision 0.9.14.8  2003/10/02 15:16:26  pbi# - small fix for p0f_base# - lazy loading for p0f, queso and nmap knowledge databases## Revision 0.9.14.7  2003/10/02 14:14:17  pbi# - added a LongField# - added classes and bonds for 802.11# - added error handling and magic checks for rdpcap()## Revision 0.9.14.6  2003/09/12 14:45:35  pbi# - had Dot11 working## Revision 0.9.14.5  2003/09/12 10:04:05  pbi# - added summary() method to Packet objects## Revision 0.9.14.4  2003/09/12 09:28:28  pbi# - added SNAP protocol# - catched broken pipe exception when shild die in sndrcv()# - fixed default L2socket type in srp() and srp1() (ETH_P_ALL)# - fixed format string in attach_filter()## Revision 0.9.14.3  2003/09/10 08:47:41  pbi# - fixed the fact that bpf filters were generated in cooked mode, and thus did#   not work# - filter on socket type ETH_P_ARP instead of using a bpf filter for ARP replies# - fixed the way of handling the SuperSocket close.# - uniformised the naming for interface parameter : iface instead of iff# - fixed the FutureWarning for long integers# - fixed a typo in 3 format strings (%*i instead of %i)## Revision 0.9.14.2  2003/07/20 00:12:04  pbi# -added "-i any" for tcpdump to compile filters even if they don't work on main interface# - put PPP special case before layer 2 general case in a super socket# - added th filter parameter to L3RawSocket# - added a special case in getmacbyip() when loopback interface is concernet# - added value for RAWIP linktype in pcap capture files## Revision 0.9.14.1  2003/06/25 13:18:23  pbi# Release 0.9.14, from 0.9.13.4## Revision 0.9.13.4  2003/06/25 12:35:57  pbi# - fixed a regression in L3PacketSocket for ppp links## Revision 0.9.13.3  2003/05/31 14:01:12  biondi# - more tweaks on Packet.sprintf(). Added __doc__.## Revision 0.9.13.2  2003/05/31 13:17:42  biondi# - small tweaks in Packet.sprintf()## Revision 0.9.13.1  2003/05/16 13:34:30  pbi# Release 0.9.13## Revision 0.9.12.9  2003/05/16 13:32:38  pbi# - fixed verbose parameter in nmap_fp()## Revision 0.9.12.8  2003/05/16 13:28:49  pbi# - small enhancements in self-documentation# - added early experiemental support for BOOTP and 802.11## Revision 0.9.12.7  2003/05/16 11:25:48  pbi# - added workarroung python bug 643005 (socket.inet_aton("255.255.255.255"))# - use answers() method instead of operator# - added hashret() method : returns a hash that is invariant for a packet and its reply# - use hashret() in sndrcv() for dramatic improvements for matching replies on big set of packets# - change report_ports() to return a string instead of printing## Revision 0.9.12.6  2003/05/16 09:28:40  pbi# - improved the __repr__() method of Packet class## Revision 0.9.12.5  2003/05/12 15:15:02  pbi# - added minttl parameter to traceroute()## Revision 0.9.12.4  2003/05/06 13:39:21  pbi# - Improved random number object (thanks to O. Poyen)## Revision 0.9.12.3  2003/05/06 10:45:27  pbi# - fixed a name overlap on "type" in L2ListenSocket and L3PacketSocket (thanks to E. M. Hopper)## Revision 0.9.12.2  2003/05/06 10:41:58  pbi# - externalized conversion from probes to signature with nmap_probes2sig() use probe results from, say, a pcap file## Revision 0.9.12.1  2003/04/27 10:07:30  pbi# Release 0.9.12## Revision 0.9.11.5  2003/04/27 10:04:03  pbi# - Fixed long int conversion in attach_filter()## Revision 0.9.11.4  2003/04/27 10:00:57  pbi# - rectification in SetGen to unroll Gen instances in lists# - Completed DNS types and qtypes names# - Small tuning in nmap_match_one_sig()# - Parallelized nmap_sig()## Revision 0.9.11.3  2003/04/24 12:47:49  pbi# - removed 4 byte IP string autorecognition. Never used and broken for 4 byte names# - added "islist" flag to fields to distinguish a list value from a list of values# - changed TCP options from dict to list to preserve order and redundancy# - added conf.except_filter, to have every command ignore your own traffic (BPF filter)# - worked in progress for nmap OS fingerprint. Added PU test. Fixed other tests.# - added nmap_sig2txt() to transform a signature to its text form, suitable for nmap base## Revision 0.9.11.2  2003/04/23 21:23:30  pbi# - small fixes in init_queso()# - experimental support of nmap fingerprinting (not complete yet)## Revision 0.9.11.1  2003/04/22 14:38:16  pbi# Release 0.9.11## Revision 0.9.10.8  2003/04/22 14:37:32  pbi# - fixed bug in getmacbyip() using dnet module# - deactivated getmacbyip() using dnet module because it did not resolve unknown IPs# - added some commands listed by lsc()## Revision 0.9.10.7  2003/04/22 13:55:01  pbi# - some getattr/setattr/delattr enhancements## Revision 0.9.10.6  2003/04/22 13:52:00  pbi# - added experimental support for QueSO OS fingerprinting. Has someone a *recent* database ?## Revision 0.9.10.5  2003/04/18 17:45:15  pbi# - improved the completer to complete with protocol fields# - small fix in get_working_if()## Revision 0.9.10.4  2003/04/16 14:53:36  pbi# - added option to include padding or not## Revision 0.9.10.3  2003/04/16 14:35:32  pbi# - added L2dnetSocket()# - improved arping()## Revision 0.9.10.2  2003/04/16 12:40:40  pbi# - fixed the case when the history file does not exist## Revision 0.9.10.1  2003/04/14 15:43:45  pbi# Release 0.9.10## Revision 0.9.9.15  2003/04/14 15:42:47  pbi# - added L3pcapListenSocket# - fixed L3ListenSocket to use ETH_P_ALL instead of ETH_P_IP by default## Revision 0.9.9.14  2003/04/14 14:57:53  pbi# - reworked L3dnetSocket## Revision 0.9.9.13  2003/04/14 13:53:28  pbi# - added completion (rlcompleter) and history support## Revision 0.9.9.12  2003/04/14 10:05:42  pbi# - bugfixed the close() method of some supersockets## Revision 0.9.9.11  2003/04/13 21:41:01  biondi# - added get_working_if()# - use get_working_if() for default interface## Revision 0.9.9.10  2003/04/12 23:33:42  biondi# - add DNS layer (do not compress when assemble, answers() is missing)## Revision 0.9.9.9  2003/04/12 22:15:40  biondi# - added EnumField# - used EnumField for ARP(), ICMP(), IP(), EAPOL(), EAP(),...## Revision 0.9.9.8  2003/04/11 16:52:29  pbi# - better integration of libpcap and libdnet, if available## Revision 0.9.9.7  2003/04/11 15:49:31  pbi# - some tweaks about supersockets close() and __del__() (not satisfied)# - added L3dnetSocket, that use libdnet and libpcap if available## Revision 0.9.9.6  2003/04/11 13:46:49  pbi# - fixed a regression in bitfield dissection# - tweaked and fixed a lot of small things arround supersockets## Revision 0.9.9.5  2003/04/10 14:50:22  pbi# - clean session only if it is to be saved# - forgot to give its name to Padding class# - fixed the NoPayload comparison tests so that they work on reloaded sessions## Revision 0.9.9.4  2003/04/10 13:45:22  pbi# - Prepared the configuration of L2/L3 supersockets## Revision 0.9.9.3  2003/04/08 18:34:48  pbi# - little fix in L2ListenSocket.__del__()# - added doc and options in Conf class# - added promisc support for L3PacketSocket, so that you can get answers to spoofed packets## Revision 0.9.9.2  2003/04/08 17:42:19  pbi# - added extract_padding() method to UDP## Revision 0.9.9.1  2003/04/08 17:23:33  pbi# Release 0.9.9## Revision 0.9.8.9  2003/04/08 17:22:25  pbi# - use cPickle instead of pickle (quicker and works with __getattr__() recursion)# - small fixes on send() and sendp()## Revision 0.9.8.8  2003/04/08 16:48:04  pbi# - EAPOL overload Ether dst with PAE_GROUP_ADDR# - tuning in ports_report()# - tuning in fragleak## Revision 0.9.8.7  2003/04/07 15:32:10  pbi# - uses /usr/bin/env invocation## Revision 0.9.8.6  2003/04/07 14:57:12  pbi# - catch error during payload dissection and consider payload as raw data## Revision 0.9.8.5  2003/04/07 14:43:13  pbi# - srp() becomes srp1() and sr() equivalent for L2 is called srp()# - hastype() Packet methods renamed to haslayer()# - added getlayer() Packet method# - added padding detection for layers that have a length field# - added fragment() that fragment an IP packet# - added report_ports() to scan a machine and output LaTeX report## Revision 0.9.8.4  2003/04/01 11:19:06  pbi# - added FlagsField(), used for TCP and IP# - rfc3514 compliance## Revision 0.9.8.3  2003/03/28 14:55:18  pbi# Added pkt2uptime() : uses TCP timestamp to predict when the machine was booted## Revision 0.9.8.2  2003/03/27 15:58:54  pbi# - fixed sprintf() regression to use attributes from a packet that are not fields (eg: payload)## Revision 0.9.8.1  2003/03/27 15:43:20  pbi# Release 0.9.8## Revision 0.9.7.9  2003/03/27 15:07:42  pbi# - add filter support for sr(), sr1() and srp()# - use filters for getmacbyip() and traceroute() for better reliability under heavy load## Revision 0.9.7.8  2003/03/27 14:45:11  pbi# - better timeout management in sndrcv# - bugfixed sys.exit() imbrication issues# - some self documentation# - added lsc()command## Revision 0.9.7.7  2003/03/26 17:51:33  pbi# - Added IP

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
99综合电影在线视频| 精品成人在线观看| 狠狠色综合色综合网络| 日本在线不卡一区| 亚洲影视资源网| 欧美一卡在线观看| 欧美精品自拍偷拍| 欧美日韩一区二区在线观看视频| 99精品视频在线观看免费| 国产成人在线免费| 国产99久久久久| 国产精品18久久久久| 伦理电影国产精品| 秋霞电影网一区二区| 人妖欧美一区二区| 日韩不卡免费视频| 亚洲国产日日夜夜| 亚洲一区二三区| 亚洲尤物视频在线| 日韩电影在线一区二区三区| 亚洲大片精品永久免费| 午夜久久久久久| 久久精品国产久精国产爱| 看电视剧不卡顿的网站| 国产精品456露脸| 国产成人在线视频网站| 美女一区二区久久| 国产乱人伦偷精品视频免下载 | 日本亚洲最大的色成网站www| 日韩精品电影一区亚洲| 日韩激情一区二区| 日韩av不卡一区二区| 国产激情视频一区二区在线观看| 国产伦精品一区二区三区在线观看 | 日本电影欧美片| 91国产免费观看| 在线精品视频一区二区| 日韩一卡二卡三卡| 久久综合久久综合久久综合| 中文字幕一区二区三区av| 亚洲精品一二三区| 日日噜噜夜夜狠狠视频欧美人| 激情久久五月天| 成人高清视频在线| 色综合天天综合狠狠| 欧美一区二区性放荡片| 精品国产第一区二区三区观看体验| 欧美高清一级片在线观看| 亚洲精品ww久久久久久p站| 亚洲成年人网站在线观看| 国产酒店精品激情| 色婷婷av一区二区| 欧美色视频在线| 国产三级精品三级| 亚洲国产中文字幕| 成人精品免费看| 欧美日韩一级黄| 精品免费一区二区三区| 亚洲精品你懂的| 水蜜桃久久夜色精品一区的特点| 高清av一区二区| 欧美性生活久久| 亚洲精品一区二区三区香蕉| 亚洲伊人色欲综合网| 美腿丝袜亚洲一区| 91老师片黄在线观看| 欧美一区二区美女| 国产精品欧美一区喷水| 日韩国产欧美一区二区三区| 国产乱码一区二区三区| 日本伦理一区二区| 精品国产91久久久久久久妲己| 亚洲国产aⅴ天堂久久| 久久99国产精品尤物| 一本色道**综合亚洲精品蜜桃冫| 欧美精品一区二区三区蜜臀| 自拍偷拍欧美精品| 国产成人久久精品77777最新版本| 欧美体内she精高潮| 国产欧美日韩另类视频免费观看| 蜜桃av噜噜一区| 欧美自拍偷拍一区| 欧美不卡在线视频| 日韩 欧美一区二区三区| 色偷偷成人一区二区三区91| 国产三级三级三级精品8ⅰ区| 午夜精品福利久久久| av电影在线观看不卡| 26uuuu精品一区二区| 天天色天天爱天天射综合| 91麻豆蜜桃一区二区三区| 久久综合丝袜日本网| 爽爽淫人综合网网站| 91久久线看在观草草青青| 欧美电视剧在线看免费| 日韩精品一级中文字幕精品视频免费观看 | 丰满亚洲少妇av| 色国产综合视频| 亚洲欧美乱综合| 成人性视频网站| 国产免费成人在线视频| 狠狠网亚洲精品| 欧美狂野另类xxxxoooo| 亚洲国产成人精品视频| 色伊人久久综合中文字幕| 亚洲色图欧美在线| 高清beeg欧美| 国产日韩欧美一区二区三区综合| 国产精品一二三在| 精品成人a区在线观看| 狠狠久久亚洲欧美| 精品国一区二区三区| 午夜欧美2019年伦理| 欧美精品色综合| 日韩国产一二三区| 日韩欧美国产一区在线观看| 青青国产91久久久久久| 欧洲另类一二三四区| 亚洲va天堂va国产va久| 在线一区二区视频| 日日欢夜夜爽一区| 91精品国产高清一区二区三区蜜臀 | 久久久久久久久蜜桃| 成人开心网精品视频| 国产精品动漫网站| 国产成人精品免费| 亚洲品质自拍视频| 欧洲色大大久久| 捆绑调教一区二区三区| 日韩欧美一级片| 国产一区啦啦啦在线观看| 久久夜色精品国产欧美乱极品| 国产一区二区三区四区在线观看| 国产精品久久二区二区| 97久久超碰精品国产| 午夜精品在线看| 日韩午夜在线观看视频| 激情都市一区二区| 中文字幕一区二区三区在线播放 | 26uuu国产在线精品一区二区| 国产一区二区三区四| 亚洲美女在线国产| 在线视频国内一区二区| 美日韩一区二区| 国产午夜久久久久| 国产91对白在线观看九色| 亚洲蜜桃精久久久久久久| 欧美日韩高清一区二区三区| 韩国v欧美v日本v亚洲v| 中文字幕免费在线观看视频一区| 成人高清伦理免费影院在线观看| 婷婷成人激情在线网| 亚洲精品一线二线三线| 91成人免费在线| 捆绑变态av一区二区三区| 蜜桃久久精品一区二区| 欧美草草影院在线视频| 岛国精品一区二区| 日韩福利视频网| 中文字幕第一区综合| 欧美一区二区视频免费观看| 国产成人亚洲精品狼色在线| 中文字幕日本乱码精品影院| 欧美精品丝袜中出| 成年人国产精品| 久久成人免费网| 亚洲人成网站在线| 久久夜色精品国产欧美乱极品| 99re这里只有精品首页| 亚洲午夜一二三区视频| 欧美激情一区二区三区四区| 在线精品视频一区二区三四| 国产最新精品免费| 亚洲午夜视频在线观看| 精品国产3级a| 日本道色综合久久| 经典一区二区三区| 一区二区三区波多野结衣在线观看| 日韩欧美一二三| 欧美性xxxxxxxx| 成人黄色综合网站| 日韩黄色片在线观看| 国产精品高潮呻吟久久| 欧美一二区视频| 在线成人午夜影院| 91美女在线看| 99久久精品99国产精品| 久久精品免费观看| 日本不卡视频在线| 午夜久久福利影院| 91久久香蕉国产日韩欧美9色| 欧美精品一区二区精品网| 国产成人免费在线| 日本午夜一本久久久综合| 一区二区三区在线观看视频| 久久久国产精华| 日韩一区二区在线观看视频播放| 欧美蜜桃一区二区三区| 99riav一区二区三区| 99精品视频在线播放观看|