Shuaib Oseni

Shuaib Oseni has a keen interest in web application penetration testing. He is an occassional web developer and volunteer advocate. He also loves getting involved in cybersecurity awareness.
Author Insights

8

0

0
Shuaib Oseni has a keen interest in web application penetration testing. He is an occassional web developer and volunteer advocate. He also loves getting involved in cybersecurity awareness.
8
0
0
Feb 22, 2022
Authentication is a mechanism put in place to determine if a user is who they say they are, either through a password-based system or any other form of authentication system.
Jan 20, 2022
Burp Suite is a proxy tool that allows us to intercept, analyze and modify requests coming from our browsers before they are sent to the remote server.
Dec 9, 2021
Cross-site scripting (XSS) is a type of web application vulnerability that attacks a websites user rather than the server itself. XSS allows an attacker to impersonate a vulnerable user and conduct any...
Oct 13, 2021
Firebase is a backend data storage platform provided by Google which provides a wide range of data storage services to help build applications seamlessly. It is an online NoSQL database, which stores data in...
Aug 24, 2021
Chart.js is an open-source HTML5 based JavaScript library for rendering charts in HTML5 canvas. With Chart.js, you can visualize the data using several plots like line, bar, scatter, and so on.
Jul 11, 2021
Chatbots are software applications used to conduct online chat conversations and automate customer service via text or text-to-speech. Chatbots can be utilized for things like reminders, booking of...
May 31, 2021
In this tutorial, we will build a simple Django app with SMS capability to send messages to a phone number once a particular condition is met.
Apr 13, 2021
Sometimes while working on applications that require the use of images, a simple process like uploading images to a server can become difficult. If you deploy your application to a platform like Heroku, you...