This plan includes
- Limited free courses access
- Play & Pause Course Videos
- Video Recorded Lectures
- Learn on Mobile/PC/Tablet
- Quizzes and Real Projects
- Lifetime Course Certificate
- Email & Chat Support
What you'll learn?
- You will understand about how to make use of the most popular vulnerabilities (OWASP TOP 10) to hack into a website and the ways to prevent it.
Course Overview
DISCLAIMER:
-----------------
ANY ACTIONS AND OR ACTIVITIES RELATED TO THE MATERIAL CONTAINED WITHIN THIS COURSE IS SOLELY YOUR RESPONSIBILITY. THE MISUSE OF THE INFORMATION IN THIS CAN RESULT IN CRIMINAL CHARGES BROUGHT AGAINST THE PERSONS IN QUESTION. THE INSTRUCTOR OR THE PLATFORM WILL NOT BE HELD RESPONSIBLE IN THE EVENT ANY CRIMINAL CHARGES BE BROUGHT AGAINST ANY INDIVIDUALS MISUSING THE INFORMATION IN THIS COURSE TO BREAK THE LAW.
Hello and welcome to Web Based Ethical Hacking and Penetration Testing for Beginners. This course is an introduction to your career as a web security expert.
Internet is all around us. We have been using the facilities of internet since a long while and as the internet came in, the cyber-security threat also started to appear. You can hear stories of cyber-attacks day by day in news papers and media.
As the facilities, the easiness and the comfort of using internet based applications, even if its a web application or a mobile application which is using a cloud based API, the chances of getting a cyber attack has also been increased. It has been increased to such a level that we cannot even predict what happens the next day, because hackers are always alert and vigilant and they are looking for a loophole to get into an application and steal your information.
Like the saying " A person knows how to break a lock, can make a good lock !" , because he knows the vulnerabilities, he knows the loop holes and that person can build a good secure application or he can guide the developer to build a good application which is almost secure and which does not have the loop holes that has already been discovered.
So being cyber security professionals or being cyber security enthusiasts , we will deal with the OWASP Top 10 vulnerabilities . OWASP is a community based project, that is Open Web Application Security Project. Periodically they will be updating their list of vulnerabilities. And in this Top 10 list of vulnerabilities we will be having a subset of other vulnerabilities which will be coming under this top 10 vulnerabilities. So we will cover almost 30 kind of most popular vulnerabilities in this course and these vulnerabilities are the common vulnerabilities that is currently in the Cyber World.
Once you get hold of these 30 vulnerabilities, you will be having enough confidence to test a web application or test a cloud based application in an API based application, a mobile application which is using a cloud based API. In every session I am giving you the mitigations, the defensive mechanisms that we can follow to avoid the vulnerability that we discussed in that particular session. So you will be able to suggest the defensive measures to the programmer or to the developer who is developing the web application.
Please make sure you are using these techniques only for Penetration Testing as well as Ethical Hacking and please do not use it for any other illegal purpose or any other un-ethical kind of things.
Cyber-security and Penetration Testing is a very lucrative career. This course is indented for Cyber Security Beginners, with an overview of basic web coding, interested to come into the cyber security world,and also, existing Testers, who are willing to go into the Penetration Testing. People who are interested in Ethical Hacking can also do this course.
In this course, we will be concentrating mainly on how Penetration Testing can be done on web based applications. And it can also be used for mobile based applications because most of the mobile based applications communicate with a cloud based API. The security of this API is actually the security of the mobile application which is using this API. And by the end of this course, we will be providing you with a course completion certificate on-demand, which you can include in your resume and it will be giving very high value to your current profile.
I promise that you are going to have a really thrilling experience doing Penetration Testing and Ethical Hacking. So see you soon in the class room.
Pre-requisites
- Should have the basic knowledge of how web applications work. However, its good to have basic HTML, Java-script and PHP knowledge. A minimal configuration PC or laptop would be fine.
Target Audience
- Beginners, curious about penetration testing, who have an overview of how web applications work, good to have basic HTML, Java-script and PHP knowledge. Developers and testers who want to upgrade themselves as penetration testers.
Curriculum 30 Lectures 03:28:56
-
Section 1 : Quick Overview of the Course
-
Section 2 : Lab Setup 1 : Install WAMP
- Lecture 1 :
- Install WAMP, the Apache, PHP and MySQL stack for hosting the demo web server
-
Section 3 : Lab Setup 2: Install Mutillidae
- Lecture 1 :
- Install Mutillidae II, a free, open source, deliberately vulnerable web-app
-
Section 4 : Lab Setup 3: Install Burp Suite
- Lecture 1 :
- Install Burp Suite - An integrated platform for security testing of web Sites
- Lecture 2 :
- Troubleshooting Burp : Cannot load HTTPS Websites
-
Section 5 : SQL Injection - Attack and Defenses
- Lecture 1 :
- SQL Injection - Attack and Defenses
-
Section 6 : OS Command Injection - Attack and Defenses
- Lecture 1 :
- OS Command Injection - Attack and Defenses
-
Section 7 : JSON Injection Attack using Reflected XSS Technique and Defense Measures
- Lecture 1 :
- JSON Injection Attack using Reflected XSS Technique and Defense Measures
-
Section 8 : Cookie Manipulation Attack and Defenses
- Lecture 1 :
- Cookie Manipulation Attack and Defenses
-
Section 9 : Username Enumeration Attack - Part 1& 2
- Lecture 1 :
- Username Enumeration Attack - Part 1
- Lecture 2 :
- Username Enumeration Attack and Defense Tips - Part 2
-
Section 10 : Brute Force Attack Technique and Defenses
- Lecture 1 :
- Brute Force Attack Technique and Defenses
-
Section 11 : Cross Site Scripting (Reflected XXS using HTML Context)
- Lecture 1 :
- Cross Site Scripting (Reflected XXS using HTML Context)
-
Section 12 : Cross Site Scripting (Reflected XSS using JavaScript)
- Lecture 1 :
- Cross Site Scripting (Reflected XSS using JavaScript)
-
Section 13 : Storage Cross Site Scripting Attack - XSS Defenses
- Lecture 1 :
- Storage Cross Site Scripting Attack - XSS Defenses
-
Section 14 : Insecure Direct Object Reference - IDOR and Defense using File Tokens
- Lecture 1 :
- Insecure Direct Object Reference - IDOR and Defense using File Tokens
-
Section 15 : Insecure Direct Object Reference - IDOR and Defense using URL Tokens
- Lecture 1 :
- Insecure Direct Object Reference - IDOR and Defense using URL Tokens
-
Section 16 : Directory Browsing / Traversal Threat Demonstration
- Lecture 1 :
- Directory Browsing / Traversal Threat Demonstration
-
Section 17 : XXE - XML External Entity Attack
- Lecture 1 :
- XXE - XML External Entity Attack
-
Section 18 : User Agent Manipulation or Spoofing Attack
- Lecture 1 :
- User Agent Manipulation or Spoofing Attack
-
Section 19 : Security miss-configuration Attack Defenses (DIR Browsing, XXE, User Agent)
- Lecture 1 :
- Security miss-configuration Attack Defenses (DIR Browsing, XXE, User Agent)
-
Section 20 : Sensitive Data Exposure Vulnerability (HTML/CSS/JS Comments)
- Lecture 1 :
- Sensitive Data Exposure Vulnerability (via HTML/CSS/JS Comments)
-
Section 21 : Hidden / Secret URL Vulnerability and Defenses
- Lecture 1 :
- Hidden / Secret URL Vulnerability and Defenses
-
Section 22 : HTML 5 Web Storage Vulnerability and Defenses
- Lecture 1 :
- HTML 5 Web Storage Vulnerability and Defenses
-
Section 23 : Role Based Access Vulnerability and Defense
- Lecture 1 :
- Role Based Access Vulnerability and Defense
-
Section 24 : CSRF - Cross Site Request Forgery Attack
- Lecture 1 :
- CSRF - Cross Site Request Forgery Attack - Part 1
- Lecture 2 :
- CSRF - Cross Site Request Forgery Attack & Defenses - Part 2
-
Section 25 : Entropy Analysis for CSRF Token
- Lecture 1 :
- Entropy Analysis for CSRF Token
-
Section 26 : CVSS - Common Vulnerability Scoring System
- Lecture 1 :
- CVSS - Common Vulnerability Scoring System
-
Section 27 : Unvalidated URL Redirect Attack and Prevention code sample
- Lecture 1 :
- Unvalidated URL Redirect Attack and Prevention code sample
Our learners work at
Frequently Asked Questions
-
How do i access the course after purchase?
It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time. -
Are these video based online self-learning courses?
Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic. -
Can i play & pause the course as per my convenience?
Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on. -
How do i contact the instructor for any doubts or questions?
Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want. -
Do i need a pc to access the course or can i do it on mobile & tablet as well?
Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly. -
Do i get any certificate for the courses?
Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion. -
For how long can i access my course on the platform?
You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions. -
Is there any free trial?
Currently, we do not offer any free trial. -
Can i cancel anytime?
Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?
Instructor
282252 Course Views
19 Courses