Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
An ninh - Bảo mật
Lecture notes on Computer and network security: Lecture 21 - Avinash Kak
Đang chuẩn bị liên kết để tải về tài liệu:
Lecture notes on Computer and network security: Lecture 21 - Avinash Kak
Ðông Nghi
88
46
pdf
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
Lecture 21, buffer overflow attack. After studying this chapter you will be able to understand: Services and ports; a case study on buffer overflow vulnerabilities: the telnet service; buffer overflow attack: understanding the call stack; overrunning the allocated memory in a call stack; demonstration of program misbehavior because of buffer overflow; using gdb to craft program inputs for exploiting buffer-overflow vulnerability. | Lecture 21: Buffer Overflow Attack Lecture Notes on “Computer and Network Security” by Avi Kak (kak@purdue.edu) April 19, 2016 12:10am c 2016 Avinash Kak, Purdue University Goals: • Services and ports • A case study on buffer overflow vulnerabilities: The telnet service • Buffer Overflow Attack: Understanding the call stack • Overrunning the allocated memory in a call stack • Demonstration of Program Misbehavior Because of Buffer Overflow • Using gdb to craft program inputs for exploiting buffer-overflow vulnerability CONTENTS Section Title Page 21.1 Services and Ports 3 21.2 Why is the Buffer Overflow Problem So Important in Computer and Network Security 6 21.3 A Case Study in Computer Security: The telnet Service 8 21.3.1 21.4 21.4.1 Some Security Bulletins Concerning the telnet Service Buffer Overflow Attack: Understanding the Call Stack 10 15 Buffer Overflow Attack: Overrunning the Memory Allocated on the Call Stack 24 21.5 Demonstration of Program Misbehavior Caused by Buffer Overflow 27 21.6 Using gdb to Craft Program Inputs for Exploiting Buffer-Overflow Vulnerability 31 21.7 Homework Problems 44 2 Computer and Network Security by Avi Kak Lecture 21 21.1: Services and Ports • Since buffer overflow attacks are typically targeted at specific services running on certain designated ports, let’s start by reviewing the service/port pairings for some of the standard services in the internet. • Every service on a machine is assigned a port. On a Unix/Linux machine, the ports assigned to standard services are listed in the file /etc/services. Here is a very small sampling from this list from my Linux laptop: # # # # # # # The latest IANA port assignments for network services can be obtained from: http://www.iana.org/assignments/port-numbers The Well Known Ports are those from 0 through 1023. The Registered Ports are those from 1024 through 49151. The Dynamic and/or Private Ports are those from 49152 through 65535 # Each line describes one service, and
TÀI LIỆU LIÊN QUAN
Lecture notes on Computer and network security: Lecture 31 - Avinash Kak
Lecture notes on Computer and network security: Lecture 6 - Avinash Kak
Lecture notes on Computer and network security: Lecture 7 - Avinash Kak
Lecture notes on Computer and network security: Lecture 8 - Avinash Kak
Lecture notes on Computer and network security: Lecture 9 - Avinash Kak
Lecture notes on Computer and network security: Lecture 10 - Avinash Kak
Lecture notes on Computer and network security: Lecture 11 - Avinash Kak
Lecture notes on Computer and network security: Lecture 12 - Avinash Kak
Lecture notes on Computer and network security: Lecture 13 - Avinash Kak
Lecture notes on Computer and network security: Lecture 14 - Avinash Kak
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.