summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2016-02-24 12:36:34 -0700
committermo khan <mo@mokhan.ca>2016-02-24 12:36:34 -0700
commit307aeb64cd479f2650f8e583b6e77f30f774b973 (patch)
treee6d92cdfd0e2e3b86c27e249bee429315781696a
parentace0f876b88f9b639b3b98f3984425971237afef (diff)
remove noise.HEADmain
-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