Golam Mostafa

Golam Mostafa @golam_mostafa

About: CSE, RMSTU

Location:
Dhaka, Bangladesh
Joined:
Feb 27, 2021

Golam Mostafa
articles - 14 total

Web LLM attacks

Let's explore how to secure your LLM applications using JavaScript, with simple examples and clear...

Learn More 2 0Feb 15

Prevent Authentication Security Issues

Use Strong Passwords Enforce strong password policies. Use a password strength checker like...

Learn More 2 0Feb 14

SQL Injection (SQLi)

SQL Injection (SQLi) is a trick used by hackers to mess with websites. They add fake input into forms...

Learn More 1 0Dec 26 '24

OWASP Top 10

The OWASP Top 10 is a list of the most common and dangerous security risks for web applications. If...

Learn More 1 0Dec 16 '24

File Upload Vulnerabilities

What Are File Upload Vulnerabilities? File upload vulnerabilities occur when a server lets...

Learn More 1 0Nov 23 '24

SSRF Attacks: The Silent Threat Hiding in Your Server

What is SSRF (Server-Side Request Forgery)? Server-Side Request Forgery (SSRF) is a web...

Learn More 1 0Nov 16 '24

Weaknesses in Two-Factor Authentication

Two-factor authentication (2FA) is meant to add extra security by asking for a password and then a...

Learn More 2 1Nov 12 '24

Authentication vs. Authorization: Key Differences and Security Risks Explained

When accessing online accounts or secure areas, two key security concepts play a role: Authentication...

Learn More 0 0Nov 9 '24

Horizontal privilege escalation

What is Horizontal Privilege Escalation? Horizontal privilege escalation is when a user can see...

Learn More 1 0Oct 28 '24

Unprotected Functionality

Title: Vertical Privilege Escalation Vertical privilege escalation happens when regular users access...

Learn More 0 0Oct 22 '24

Securing File Paths: Preventing Directory Traversal Attacks

Improper handling of file paths can lead to security vulnerabilities known as directory traversal...

Learn More 0 0Oct 21 '24

useMemeffect

If you want to avoid unnecessary re-renders of your component when only some of the dependencies...

Learn More 3 1Mar 22 '23

useState when to use?

1. Managing simple state: import React, { useState } from 'react'; function Example() { const...

Learn More 3 0Mar 22 '23

PDF, Excel, Docx generate on React and Node js

Overview Create a React App Generate a single PDF document containing multiple tables on...

Learn More 17 0Jan 19 '23