diff options
| author | mo khan <mo@mokhan.ca> | 2016-02-24 12:36:34 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-02-24 12:36:34 -0700 |
| commit | 307aeb64cd479f2650f8e583b6e77f30f774b973 (patch) | |
| tree | e6d92cdfd0e2e3b86c27e249bee429315781696a | |
| parent | ace0f876b88f9b639b3b98f3984425971237afef (diff) | |
| -rw-r--r-- | README.md | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -26,24 +26,3 @@ Targets: * metasploitable.sait230.ca * tomcat-apache.sait230.ca * ultimatelamp.sait230.ca - -# web security technologies - -Pure web server: serve static content only. - -```ruby - client -> server -``` - -Dynamic web servers: servers that serve both static and active content. -Application servers: - * examples: websphere, bea weblogic, jboss, tomcat -Proxy servers: - * front ends for one or more applications called a reverse proxy. -Http Protocol: - * request response pattern - * port 80 - -HTTP request packets - -GET /login.php http/1.1 |
