Introduction to Web Application Firewall (WAF) ~ Website Security
What is WAF?WAF is expanded as Web Application Firewall. WAF is server side application that controls the input and output(filter the HTTP communication). It controls network traffic on any OSI Layer...
View ArticleCross Site Scripting(XSS) Complete Tutorial for Beginners~ Web Application...
What is XSS?Cross Site Scripting also known as XSS , is one of the most common web appliction vulnerability that allows an attacker to run his own client side scripts(especially Javascript) into web...
View ArticleWhat is Blind Sql Injection ? Web Application Vulnerability Tutorial
Blind SQL injection technique is used when the web application is vulnerable but the output doesn’t display to the attacker. When hacker tries SQL injection, they will redirect to some other pages...
View ArticleRemote File Inclusion Vulnerability Tutorial~Web application Vulnerability
This is old tutorial but worth to read it. i write this article before 6 months but forget to post. So here i am posting it. Remote file inclusion is one of web application vulnerability . Using this...
View Article“Simple Upload 53” Vulnerability allows Hacker to upload Shell
Web Application vulnerability in “Simple Upload 53” PHP file allows an attacker to upload Backdoor shell code in your website. “inurl:simple-upload-53.php” using this google search , you can find the...
View ArticleBypassing the XSS Filters : Advanced XSS Tutorials for Web application Pen...
copyrights reserved © BreakTheSecurity Hi friends, last time, i explained what is XSS and how an attacker can inject malicious script in your site. As i promised earlier, i am writing this advanced...
View ArticleHow to do Cookie Stealing with Cross site Scripting Vulnerability ? : XSS...
Hope, you are now familiar with XSS vulnerability (if you don’t know what it is, read the beginners xss tutorial). It is my Fourth article about the XSS Vulnerability Testing(PenTesting)..! Today i am...
View ArticleComplete Cross Site Scripting(XSS) Guide : Web Application Pen Testing
Hello BTS readers, Here is complete series that explains everything about the Cross site scripting. Still more articles are on the way, Stay tuned to BreakTheSec..!Link To Tutorials: Cross Site...
View ArticleComplete Cross site Scripting(XSS) cheat sheets : Part 1
We are producing this XSS Cheat sheet after collecting the codes from hackers’ techniques and different sites especially http://ha.ckers.org/xss.html . This is complete list of XSS cheat codes which...
View ArticleDOM Based Cross Site Scripting(XSS) vulnerability Tutorial
So far i have explained about the Traditional Cross site scripting that occurs because of insecure server-side code. In this post , i am going to explain the DOM Based Cross Site Scripting...
View Article