实例介绍
有详细的讲解网络安全技术实践过程,初步+进阶版,对网络技术攻防能力有极大提升!!!!!!!!
【实例截图】
【核心代码】
ed7a8eaa-014f-4241-be09-2acc23080a96
└── 网络安全技术实践与代码详解(实例代码)
├── 第三章
│ ├── 3.2
│ │ └── DES
│ │ ├── DES.CPP
│ │ ├── DES.dsp
│ │ ├── DES.dsw
│ │ ├── DES.ncb
│ │ ├── DES.opt
│ │ └── DES.plg
│ ├── 3.3
│ │ └── RSA
│ │ ├── Bignum.cpp
│ │ ├── bignum.h
│ │ ├── RSA.cpp
│ │ ├── RSA.dsp
│ │ ├── RSA.dsw
│ │ ├── RSA.ncb
│ │ ├── RSA.opt
│ │ └── RSA.plg
│ └── 3.4
│ └── MD5
│ ├── md5.c
│ ├── MD5.dsp
│ ├── MD5.dsw
│ ├── md5.h
│ ├── md5main.c
│ ├── md5main.cpp
│ ├── MD5.ncb
│ ├── MD5.opt
│ └── MD5.plg
├── 第二章
│ ├── 2.3
│ │ └── ping
│ │ ├── ping.cpp
│ │ ├── ping.dsp
│ │ ├── ping.dsw
│ │ ├── ping.ncb
│ │ ├── ping.opt
│ │ └── ping.plg
│ ├── 2.4
│ │ └── tracert
│ │ ├── tracert.cpp
│ │ ├── tracert.dsp
│ │ ├── tracert.dsw
│ │ ├── tracert.ncb
│ │ ├── tracert.opt
│ │ └── tracert.plg
│ ├── 2.5
│ │ ├── Client
│ │ │ ├── Client.cpp
│ │ │ ├── Client.dsp
│ │ │ ├── Client.dsw
│ │ │ ├── Client.ncb
│ │ │ ├── Client.opt
│ │ │ └── Client.plg
│ │ └── Server
│ │ ├── Server.cpp
│ │ ├── Server.cpp.bak
│ │ ├── Server.dsp
│ │ ├── Server.dsw
│ │ ├── Server.ncb
│ │ ├── Server.opt
│ │ └── Server.plg
│ └── 2.6
│ ├── UDPReceiver
│ │ ├── UDPReceiver.cpp
│ │ ├── UDPReceiver.dsp
│ │ ├── UDPReceiver.dsw
│ │ ├── UDPReceiver.ncb
│ │ ├── UDPReceiver.opt
│ │ └── UDPReceiver.plg
│ └── UDPSender
│ ├── UDPSender.cpp
│ ├── UDPSender.dsp
│ ├── UDPSender.dsw
│ ├── UDPSender.ncb
│ ├── UDPSender.opt
│ └── UDPSender.plg
├── 第五章
│ ├── 5.2
│ │ └── RawSocketSniffer
│ │ ├── RawSocketSniffer.cpp
│ │ ├── RawSocketSniffer.dsp
│ │ ├── RawSocketSniffer.dsw
│ │ ├── RawSocketSniffer.ncb
│ │ ├── RawSocketSniffer.opt
│ │ └── RawSocketSniffer.plg
│ └── 5.3
│ └── WinpcapSniffer
│ ├── Include
│ │ ├── bittypes.h
│ │ ├── bucket_lookup.h
│ │ ├── count_packets.h
│ │ ├── Devioctl.h
│ │ ├── Gnuc.h
│ │ ├── ip6_misc.h
│ │ ├── memory_t.h
│ │ ├── normal_lookup.h
│ │ ├── Ntddndis.h
│ │ ├── Ntddpack.h
│ │ ├── Packet32.h
│ │ ├── pcap-bpf.h
│ │ ├── pcap.h
│ │ ├── pcap-int.h
│ │ ├── pcap-stdinc.h
│ │ ├── pthread.h
│ │ ├── remote-ext.h
│ │ ├── sched.h
│ │ ├── semaphore.h
│ │ ├── tcp_session.h
│ │ ├── time_calls.h
│ │ ├── tme.h
│ │ └── Win32-Extensions.h
│ ├── Lib
│ │ ├── libpacket.a
│ │ ├── libwpcap.a
│ │ ├── Packet.lib
│ │ └── wpcap.lib
│ ├── WinpcapSniffer.cpp
│ ├── WinpcapSniffer.dsp
│ ├── WinpcapSniffer.dsw
│ ├── WinpcapSniffer.ncb
│ ├── WinpcapSniffer.opt
│ └── WinpcapSniffer.plg
├── 第六章
│ ├── 6.2
│ │ ├── TCPConnectScan
│ │ │ ├── TCPConnectScan.cpp
│ │ │ ├── TCPConnectScan.dsp
│ │ │ ├── TCPConnectScan.dsw
│ │ │ ├── TCPConnectScan.ncb
│ │ │ ├── TCPConnectScan.opt
│ │ │ └── TCPConnectScan.plg
│ │ └── TCPSYNScan
│ │ ├── TCPSYNScan
│ │ │ ├── Release
│ │ │ │ ├── BuildLog.htm
│ │ │ │ ├── mt.dep
│ │ │ │ ├── TCPSYNScan.exe
│ │ │ │ ├── TCPSYNScan.exe.intermediate.manifest
│ │ │ │ ├── TCPSYNScan.obj
│ │ │ │ ├── TCPSYNScan.pdb
│ │ │ │ ├── vc80.idb
│ │ │ │ └── vc80.pdb
│ │ │ ├── TCPSYNScan.cpp
│ │ │ ├── TCPSYNScan.vcproj
│ │ │ ├── TCPSYNScan.vcproj.111E.Administrator.user
│ │ │ └── TCPSYNScan.vcproj.7.10.old
│ │ ├── TCPSYNScan.ncb
│ │ ├── TCPSYNScan.sln
│ │ ├── TCPSYNScan.sln.old
│ │ ├── TCPSYNScan.suo
│ │ ├── TCPSYNScan.suo.old
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ └── 6.3
│ ├── ActiveHostScan
│ │ ├── ActiveHostScan
│ │ │ ├── ActiveHostScan.cpp
│ │ │ └── ActiveHostScan.vcproj
│ │ ├── ActiveHostScan.ncb
│ │ ├── ActiveHostScan.sln
│ │ └── ActiveHostScan.suo
│ ├── FakeIPSend
│ │ ├── FakeIPSend.cpp
│ │ ├── FakeIPSend.dsp
│ │ ├── FakeIPSend.dsw
│ │ ├── FakeIPSend.ncb
│ │ ├── FakeIPSend.opt
│ │ └── FakeIPSend.plg
│ ├── NetBIOSScan
│ │ ├── NetBIOSScan.cpp
│ │ ├── NetBIOSScan.dsp
│ │ ├── NetBIOSScan.dsw
│ │ ├── NetBIOSScan.ncb
│ │ ├── NetBIOSScan.opt
│ │ └── NetBIOSScan.plg
│ └── SystemScan
│ ├── SystemScan.cpp
│ ├── SystemScan.dsp
│ ├── SystemScan.dsw
│ ├── SystemScan.ncb
│ ├── SystemScan.opt
│ └── SystemScan.plg
└── 第四章
├── 4.2
│ ├── AutoRun
│ │ ├── AutoRun.clw
│ │ ├── AutoRun.cpp
│ │ ├── AutoRun.dsp
│ │ ├── AutoRun.dsw
│ │ ├── AutoRun.h
│ │ ├── AutoRun.ncb
│ │ ├── AutoRun.opt
│ │ ├── AutoRun.plg
│ │ ├── AutoRun.rc
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── DLLTrojan
│ │ ├── DLLTrojan.cpp
│ │ ├── DLLTrojan.dsp
│ │ ├── DLLTrojan.dsw
│ │ ├── DLLTrojan.ncb
│ │ ├── DLLTrojan.opt
│ │ └── DLLTrojan.plg
│ └── GetSysInfo
│ ├── GetSysInfo.clw
│ ├── GetSysInfo.cpp
│ ├── GetSysInfo.dsp
│ ├── GetSysInfo.dsw
│ ├── GetSysInfo.h
│ ├── GetSysInfo.ncb
│ ├── GetSysInfo.opt
│ ├── GetSysInfo.plg
│ ├── GetSysInfo.rc
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 4.3
│ └── DoS
│ ├── DoS.cpp
│ ├── DoS.dsp
│ ├── DoS.dsw
│ ├── DoS.ncb
│ ├── DoS.opt
│ └── DoS.plg
└── 4.4
├── BufferOverflow
│ ├── BufferOverflow.aps
│ ├── BufferOverflow.clw
│ ├── BufferOverflow.cpp
│ ├── BufferOverflow.dsp
│ ├── BufferOverflow.dsw
│ ├── BufferOverflow.h
│ ├── BufferOverflow.ncb
│ ├── BufferOverflow.opt
│ ├── BufferOverflow.plg
│ ├── BufferOverflow.rc
│ ├── FindCodeAddr
│ │ ├── FindCodeAddr.aps
│ │ ├── FindCodeAddr.clw
│ │ ├── FindCodeAddr.cpp
│ │ ├── FindCodeAddr.dsp
│ │ ├── FindCodeAddr.h
│ │ ├── FindCodeAddr.plg
│ │ ├── FindCodeAddr.rc
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TestOverflow
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TestOverflow.clw
│ │ ├── TestOverflow.cpp
│ │ ├── TestOverflow.dsp
│ │ ├── TestOverflow.h
│ │ ├── TestOverflow.plg
│ │ └── TestOverflow.rc
│ ├── TestOverflow.txt
│ └── TestOverflow.txt.bak
├── StringError
│ ├── StringError.cpp
│ ├── StringError.dsp
│ ├── StringError.dsw
│ ├── StringError.ncb
│ ├── StringError.opt
│ └── StringError.plg
└── StringRight
├── StringRight.cpp
├── StringRight.dsp
├── StringRight.dsw
├── StringRight.ncb
├── StringRight.opt
└── StringRight.plg
52 directories, 237 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论