summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/README.md b/README.md
index 36ebfcb..c231362 100644
--- a/README.md
+++ b/README.md
@@ -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