...

Workout Journal App Stored XSS CVE 2024-24050...

Short DescriptionInstall and run the source code of the application on localhost. Register from the registration page at the url workout-journal/index.php. When registering, stored XSS payloads can be entered for the First and Last name on the page. When registering on this page, for the first_name ...

Read More
...

NoSql and NoSql Injection...

What’s The NoSql?NoSql is the generic name for non-relational databases. These databases store data in a different format than relational tables.Why Use NoSql Database?NoSql databases are used in projects such as developing more flexible applications, working with big data and real-time (instant) we...

Read More
...

Deploy A Static Website Using AWS S3 With CloudFront...

Step 1: Creating a New BucketClick on the "Create bucket" button on the S3 dashboard.Select the bucket name and region, then click "Next".Configure the bucket settings and create the bucket with "Create bucket".Step 2: Configure Bucket for Web HostingSelect the bucket you created.Go to the "Properti...

Read More
...

API Security Best Practices...

What's API?API, “Application Programming Interface” is the interface that enables the functions of an application to be accessed and used externally or remotely. API allows an application to be accessed from different platforms.The API EvolationAn API itself is an interface. It’s the interface for c...

Read More