intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Bài 10: Hacking Web Servers

Chia sẻ: Gacon | Ngày: | Loại File: PPT | Số trang:51

247
lượt xem
65
download
 
  Download Vui lòng tải xuống để xem tài liệu đầy đủ

Collection Information Describe Web applications Explain Web application vulnerabilities Describe the tools used to attack Web servers...

Chủ đề:
Lưu

Nội dung Text: Bài 10: Hacking Web Servers

  1. Lesson 10 Hacking Web Servers
  2. Collection Information  Describe Web applications  Explain Web application vulnerabilities  Describe the tools used to attack Web servers  2
  3. Hands-On Ethical Hacking and Network Defense 3
  4. Hands-On Ethical Hacking and Network Defense 4
  5. It is nearly impossible to write a program without   bugs Some bugs create security vulnerabilities  Web applications also have bugs  Web applications have a larger user base than standalone   applications  Bugs are a bigger problem for Web applications 5
  6. Static Web pages  Created using HTML  Dynamic Web pages  Need special components   tags  Common Gateway Interface (CGI)  Active Server Pages (ASP)  PHP  ColdFusion  Scripting languages  Database connectors  6
  7. Use the  element or tag in an HTML   document Allows customer to submit information to the Web server  Web servers process information from a Web form   by using a Web application Easy way for attackers to intercept data that users   submit to a Web server 7
  8. Web form example  Enter your username: Enter your password: 8
  9. 9
  10. Handles moving data from a Web server to a Web   browser The majority of dynamic Web pages are created with   CGI and scripting languages Describes how a Web server passes data to a Web   browser Relies on Perl or another scripting language to create   dynamic Web pages CGI programs can be written in different   programming and scripting languages 10
  11. CGI example  Written in Perl   Hello.pl  Should be placed in the cgi­bin directory on the Web  server #!/usr/bin/perl print "Content-type: text/html\n\n"; print "Hello Security Testers!"; 11
  12. With ASP, developers can display HTML   documents to users on the fly Main difference from pure HTML pages   When a user requests a Web page, one is created at that  time ASP uses scripting languages such as JScript or   VBScript Not all Web servers support ASP  12
  13. 13
  14. ASP example  My First ASP Web Page Hello, security professionals The time is . Microsoft does not want users to be able to view an   ASP Web page’s source code This can create serious security problems  14
  15. Tomcat Apache is another Web Server program  Tomcat Apache hosts anywhere from 50% to 60% of   all Web sites Advantages  Works on just about any *NIX and Windows platform   It is free Requires Java 2 Standard Runtime Environment   (J2SE, version 5.0) 15
  16. 16
  17. 17
  18. Dynamic Web pages can be developed using   scripting languages VBScript   JavaScript  PHP 18
  19. Enables Web developers to create dynamic Web pages  Similar to ASP  Open­source server­side scripting language  Can be embedded in an HTML Web page using PHP tags  Users cannot see PHP code on their Web browser  Used primarily on UNIX systems  Also supported on Macintosh and Microsoft platforms  19
  20. PHP example  My First PHP Program As a security tester you should look for PHP   vulnerabilities 20

CÓ THỂ BẠN MUỐN DOWNLOAD

 

Đồng bộ tài khoản
2=>2