Network.Security.Tools [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Network.Security.Tools [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Chapter 5. Writing Modules for the Metasploit Framework


The Metasploit project was started as a research group for security
tool and exploit development. The group's most
visible project is the Metasploit Framework
(MSF), which is
distributed as open source software by its main authors, Spoonm and
HD Moore. The latest version of the framework at the time of this
writing is 2.2, and you can download it for free at the
group's web site, http://www.metasploit.com/. MSF is a modular
system of object-oriented Perl. The framework is written for rapid
exploit development and to encourage advances in exploit code
development. In this chapter we'll focus on MSF and
how you can write your own proof-of-concept exploits.
We'll discuss the basics of stack overflows, how the
framework works, how to write modules to extend the
framework's functionality, and how to write an
exploit module using MSF.


/ 85