<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-34192537</id><updated>2011-07-12T02:18:11.477-11:00</updated><title type='text'>Security Team</title><subtitle type='html'>Web Application Security &amp; Learn to find &amp; fix SQL injection, Cross site &amp; web security issues</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-34192537.post-115795621060548530</id><published>2006-09-10T19:29:00.001-11:00</published><updated>2006-09-10T19:30:10.676-11:00</updated><title type='text'>Conclusion</title><summary type='text'>Conclusion           Attacking web applications is the easiest way to compromise hosts,             networks and users. Generally nobody notices web application penetration,             until serious damage has been done. Web application vulnerability             can be eliminated to a great extent ensuring proper design specifications             and coding practices as well as implementing </summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115795621060548530/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115795621060548530' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795621060548530'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795621060548530'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/conclusion.html' title='Conclusion'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115795618091637236</id><published>2006-09-10T19:29:00.000-11:00</published><updated>2006-09-10T19:29:40.990-11:00</updated><title type='text'>Cookie Structure</title><summary type='text'>Cookie Structure                       (domain) The website domain that created and that can read the               variable.           (flag) A TRUE/FALSE value indicating whether all machines within             a given domain can access the variable.           (path) The path attribute supplies a URL range for which the cookie             is valid. If path is set to /reference, the cookie will </summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115795618091637236/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115795618091637236' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795618091637236'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795618091637236'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/cookie-structure.html' title='Cookie Structure'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115795614056326133</id><published>2006-09-10T19:28:00.000-11:00</published><updated>2006-09-10T19:29:00.673-11:00</updated><title type='text'>Secure vs. Non-Secure</title><summary type='text'>Secure              vs. Non-Secure           Cookies can be set using two main methods, HTTP headers and JavaScript.             JavaScript is becoming a popular way to set and read cookies as some             proxies will filter cookies set as part of an HTTP response header.             Cookies enable a server and browser to pass information among themselves             between sessions. </summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115795614056326133/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115795614056326133' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795614056326133'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795614056326133'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/secure-vs-non-secure.html' title='Secure vs. Non-Secure'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115795608646667949</id><published>2006-09-10T19:27:00.001-11:00</published><updated>2006-09-10T19:28:20.816-11:00</updated><title type='text'>Persistent vs. Non-Persistent</title><summary type='text'>Persistent             vs. Non-Persistent           Persistent cookies are stored in a text file (cookies.txt under             Netscape and multiple *.txt files for Internet Explorer) on the client             and are valid for as long as the expiry date is set for (see below).             Non-Persistent cookies are stored in RAM on the client and are destroyed             when the browser is </summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115795608646667949/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115795608646667949' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795608646667949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795608646667949'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/persistent-vs-non-persistent.html' title='Persistent vs. Non-Persistent'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115795604633287607</id><published>2006-09-10T19:27:00.000-11:00</published><updated>2006-09-10T19:27:35.530-11:00</updated><title type='text'>Page Sequencing</title><summary type='text'>Page                   Sequencing           Page sequencing is the term given to the vulnerability that arises             as a result of poor session management, thereby allowing the user             to take an out of turn action and bypass the defined sequence of             web pages. This can be something like moving ahead to a later stage             of a financial transaction. This arises </summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115795604633287607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115795604633287607' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795604633287607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795604633287607'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/page-sequencing.html' title='Page Sequencing'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115795601082323295</id><published>2006-09-10T19:25:00.000-11:00</published><updated>2006-09-10T19:26:50.830-11:00</updated><title type='text'>Session Management</title><summary type='text'>Session Management           (Brute Force)            Brute Forcing involves performing an exhaustive key search of a             web application authentication token's key space in order to find             a legitimate token that can be used to gain access.                         According to rfc-2617, the Basic Access Authentication scheme of             HTTP is not considered to be a secure </summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115795601082323295/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115795601082323295' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795601082323295'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795601082323295'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/session-management.html' title='Session Management'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115795578438079176</id><published>2006-09-10T19:22:00.001-11:00</published><updated>2006-09-12T17:12:10.406-11:00</updated><title type='text'>XSS &amp; XSS Countermeasures</title><summary type='text'>XSS           A Web application vulnerable to XSS allows a user without knowledge             to send malicious data to them self through that application.         Attackers often perform XSS exploitation by making malicious             URLs and tricking into clicking on them.         These links cause client side scripting languages like VBScript,             JavaScript of the attackers choice </summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115795578438079176/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115795578438079176' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795578438079176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795578438079176'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/xss-xss-countermeasures.html' title='XSS &amp; XSS Countermeasures'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115795574903584931</id><published>2006-09-10T19:22:00.000-11:00</published><updated>2006-09-10T19:22:29.036-11:00</updated><title type='text'>Web Application Security - Input Hacking</title><summary type='text'>Input Hacking                       In web server attacks the attacker will first try to probe and               manipulate the input fields to gain access into the web server.               They can be broadly categorized as given below.                         (URL Manipulation CGI Parameter Tampering): This is perhaps the             easiest of the lot. By inserting unacceptable or unexpected </summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115795574903584931/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115795574903584931' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795574903584931'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795574903584931'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/web-application-security-input-hacking.html' title='Web Application Security - Input Hacking'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115795572067006311</id><published>2006-09-10T19:21:00.000-11:00</published><updated>2006-09-10T19:22:00.676-11:00</updated><title type='text'>Web Application Security - Hidden Field Hacking</title><summary type='text'>Hidden Field            Hacking             Web applications rely on HTML forms to receive input from the user.             However, users can choose to save the form to a file, edit it and             then use the edited form to submit data back to the server. Herein             lies the vulnerability, as this is a "stateless" interaction             with the web application. HTTP transactions </summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115795572067006311/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115795572067006311' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795572067006311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795572067006311'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/web-application-security-hidden-field.html' title='Web Application Security - Hidden Field Hacking'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115795568767666255</id><published>2006-09-10T19:20:00.000-11:00</published><updated>2006-09-10T19:21:27.686-11:00</updated><title type='text'>Web Application Security</title><summary type='text'>Web Application SecurityHere I will exaplain about some of the vulnerabilities               in web applications. The objective is to show the need to secure               the applications as they allow attackers to compromise a web server               or network over the legitimate port of entry and buffer overflows.                                             Web based application security is </summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115795568767666255/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115795568767666255' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795568767666255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115795568767666255'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/web-application-security.html' title='Web Application Security'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115794984409188925</id><published>2006-09-10T17:43:00.000-11:00</published><updated>2006-09-10T17:44:04.096-11:00</updated><title type='text'>Web Server Security - About Unicode</title><summary type='text'>About           Unicode       ASCII characters for the dots are replaced with hexadecimal equivalent         (%2E).        ASCII characters for the slashes are replaced with Unicode equivalent         (%co%af).        Unicode 2.0 allows multiple encoding possibilities for each characters.        Unicode for"/": 2f, c0af, e080af, f08080af, f8808080af,.....        Overlong Unicode are NOT malformed</summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115794984409188925/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115794984409188925' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115794984409188925'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115794984409188925'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/web-server-security-about-unicode.html' title='Web Server Security - About Unicode'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115794978622586079</id><published>2006-09-10T17:42:00.000-11:00</published><updated>2006-09-10T17:43:18.453-11:00</updated><title type='text'>Web Server Security - Exploiting IIS</title><summary type='text'>Exploiting IIS       The main security functions of a web server is to restrict user requests         so they can only access files within the web folders. Microsoft IIS 4.0         and 5.0 are both vulnerable to double dot "../" directory traversal         exploitation if extended Unicode character representations are used in         substitution for "/" and "\". This vulnerability         </summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115794978622586079/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115794978622586079' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115794978622586079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115794978622586079'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/web-server-security-exploiting-iis.html' title='Web Server Security - Exploiting IIS'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115794973757216454</id><published>2006-09-10T17:41:00.001-11:00</published><updated>2006-09-10T17:42:17.573-11:00</updated><title type='text'>Web Server Security - IIS Risks</title><summary type='text'>IIS Risks       IIS is one of the most widely used Web server platforms on the Internet,         with more exploits to it.        Dynamic capabilities were added by using Common Gateway Interface (CGI)         applications. These applications run on the server and generate dynamic         content different for each request. This capability to process input         and generate pages in real time </summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115794973757216454/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115794973757216454' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115794973757216454'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115794973757216454'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/web-server-security-iis-risks.html' title='Web Server Security - IIS Risks'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115794970968807102</id><published>2006-09-10T17:41:00.000-11:00</published><updated>2006-09-10T17:41:49.690-11:00</updated><title type='text'>Web Server Security - Apache Risks</title><summary type='text'>Apache Risks       Apache vulnerability are commonly found and if not patched, this can         cause major security-risks. For example an old vulnerability was found         in the Win32 port of Apache, it was when client submitting a very long         URI could cause a directory listing to be returned rather than the default         index page. A URL with a large number of trailing slashes: /</summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115794970968807102/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115794970968807102' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115794970968807102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115794970968807102'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/web-server-security-apache-risks.html' title='Web Server Security - Apache Risks'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34192537.post-115794964812875647</id><published>2006-09-10T17:07:00.000-11:00</published><updated>2006-09-10T17:40:48.146-11:00</updated><title type='text'>Web Server Security</title><summary type='text'>We will start taking closer look first to web server.               For new readers, Web servers are the heart of Web Sites, The Web               Server is the system that holds and broadcasts the web-site, like               right now, so you can view, read, write, ect.                                                   The browser dissasembles the URL into three           parts:        1. </summary><link rel='replies' type='application/atom+xml' href='http://securitybasic.blogspot.com/feeds/115794964812875647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34192537&amp;postID=115794964812875647' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115794964812875647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34192537/posts/default/115794964812875647'/><link rel='alternate' type='text/html' href='http://securitybasic.blogspot.com/2006/09/web-server-security.html' title='Web Server Security'/><author><name>n0h4t</name><uri>http://www.blogger.com/profile/17095865690471307978</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp3.blogger.com/_RpdMWhRjJ-M/R8ixu_eSovI/AAAAAAAAAAM/wfLbwgLdWm8/S220/200712481742_hacker.jpg'/></author><thr:total>0</thr:total></entry></feed>
