• Post category:StudyBullet-6
  • Reading time:6 mins read


A practical guide to building hacking and securing your application

What you will learn

7 Different issue types

Basic security tips

Security design patterns

PHP

Description

Whoami?

My name is Wesley Thijs, I’ve been a PHP programmer for 3 years and I’ve worked with windev to create AS-400 GUI’s. I am nowhere near an expert in coding but I do know my security. As an ethical hacker, it is my mission to bring about a safer internet for all. I could do this alone but it’s much better to train the people who need it and build in security from the ground up.

What is this course?

This course has been designed to lift up the security of your applications by teaching you several issue types in a practical way.

We’ve set up an FTP server that can be used so you don’t even need to set up your own server, all you need is an FTP client to start building, hacking, and securing your labs.

To finish off, we dive into the basics of security and give you an overview of secure coding patterns.


Get Instant Notification of New Courses on our Telegram channel.


What issues are covered?Β 

  1. Open redirects
  2. CSRF
  3. LFI
  4. RFI
  5. XXE
  6. XSS
  7. SSRF
  8. JWTΒ hacking

Who is this for

We have designed and built this course to fit any modern-day company that is working on cybersecurity awareness from the ground up. This course can be offered to anyone in the software development team, including analysts and architects. It will solidify these techniques to anyone who has at least a reading-level understanding of PHP.

Requirements

1) You need to have a reading level understanding of PHP

2) An FTP client is required

English
language

Content

Introduction

Introduction
Introduction to secure coding.mp4
Introduction PPT.pptx
What is this course.pdf

Basics of security

15 tips to keep your code more secure.mp4
The basics of security
The basics of security.pdf

Open redirects

Open redirects.mp4
Open_redirects.pdf
Open redirects : QUIZ

CSRF

CSRF tokens.mp4
Assignment CSRF.pdf
QUIZ: CSRF

LFI

LFI.mp4
Assignment LFI .pdf

RFI

RFI.mp4
Assignment RFI.pdf
QUIZ: LFI + RFI

XXE

XXE.mp4
Assignment XXE.pdf
QUIZ: XXE

XSS

XSS_Filters_-_Build_your_own.pdf
XSS.mp4
Quiz: XSS

SSRF

SSRF – Build and hack it .mp4
SSRF.pdf
QUIZ: SSRF

JWT Hacking

JWT_tokens.pdf
JWT.mp4
QUIZ: 00×03 JWT

Security design patterns

Security Design Patterns

Extra’s

Security misconfigurations on apache2