Menu
Mohd Sohail
AUTHOR

Mohd Sohail

965
Posts
Create Custom classes And functions in Laravel
Programming 2 min read

Create Custom classes And functions in Laravel

PHP is an object-oriented programming language, and we can define classes and functions like any other OOP language. Laravel is a PHP framework and provides great advantages over other PHP frameworks. We can easily import Laravel classes anywhere in the application. It is equally easy to do if you are thinking of creating your own classes and functions in Laravel. One of the reasons we may want to create our own classes is to have customized functionality in our Laravel app. Though

ProgrammingUncategorizedtutorial
Set Up Passwordless Login in Laravel
Programming 5 min read

Set Up Passwordless Login in Laravel

In the last article, we discussed the difference between a passwordless login system and a password login system. In this article, you will learn to develop a passwordless login system in Laravel. What is Passwordless login? We discussed in detail the passwordless login system in another article. But in brief, passwordless login allows users to log in to an app without entering a password. To know more about it and make it more secure, please head over to this article. Requir

ProgrammingUncategorizedhow-to
Configure Mailtrap And Multiple Email Services in Laravel Applications
Programming 3 min read

Configure Mailtrap And Multiple Email Services in Laravel Applications

Laravel is an easy-to-understand PHP-based framework. It makes writing complex features extremely easy; sometimes, just one function does it all. While the Laravel application is under development, one might also need to test email functionality. Emails play an important role in any application. With emails, we can notify users of new app features, available offers, and security events. It is essential to test your emails before sending them to real customers. Mailtrap can be helpful for

ProgrammingUncategorizedhow-to
Passwordless Login Vs. Password Login - Good & Bad
Uncategorized 5 min read

Passwordless Login Vs. Password Login - Good & Bad

We use passwords every day for logging into our favorite sites. We also hate to use it because most websites force users to create strong passwords that are difficult to remember. In this article, I will not just talk about how beneficial a passwordless login system is or how it can boost your sales overnight by providing a hassle-free login system. I will also discuss how password still plays an important role, advantages, and disadvantages in securing an application. A little His

Uncategorizedreview#Import 2024-11-04 15:59
ORC - Anonymous Cloud Storage Helps Protect Investigative Journalism
System Administration 6 min read

ORC - Anonymous Cloud Storage Helps Protect Investigative Journalism

ORC stands for Onion Routed Cloud, which is an anonymous cloud storage network. It is a free and open-source project. ORC allows anonymous file-sharing online without the risk of leaking them to the Internet. Why Is Anonymous Cloud Storage Important? When governments around the world are peeking into everyone’s life, Journalists and activists around the globe are finding it difficult to communicate safely on the Internet. Journalists around the globe are being murdered, facing

System AdministrationUncategorizednews
Kali Linux 2020.3 Released With Bluetooth Arsenal in NetHunter, Automating HiDPI Support, New Shell & More
news 4 min read

Kali Linux 2020.3 Released With Bluetooth Arsenal in NetHunter, Automating HiDPI Support, New Shell & More

Kali Linux is the best penetration testing distribution with hundreds of tools for testing different devices and services. In Kali Linux 2020.3 update, the team has made several important changes to Kali that make it much better. Kali Linux is a free and open-source penetration testing Linux distribution built by Offensive Security. The distribution can be installed on various devices including smartphones and Raspberry PI. What’s New In Kali Linux 2020.3? Recently, Kali Linux

newsUncategorized#Import 2024-11-04 15:59
10,000+ WordPress Sites At Risk Due To Stored XSS Vulnerability
Wordpress 2 min read

10,000+ WordPress Sites At Risk Due To Stored XSS Vulnerability

WordPress plugin with over 10,000 installations contains a critical unpatched vulnerability. The vulnerability was discovered by Melbin Mathew yesterday and it deserves the attention of those who have installed this plugin on their WordPress sites. The plugin has XSS(Cross-site Scripting) vulnerability that can easily be exploited by a hacker. Here is how it works. Colorbox Lightbox plugin allows site admins to implement functionlity in site to allow users to see content in popup. T

Wordpressnews#Import 2024-11-04 15:59
Cloud firewalls for WordPress
cloud firewalls 6 min read

Cloud firewalls for WordPress

If you use WordPress, WordPress itself takes care of many security issues and keeps resolving new ones in every update. Recent update WordPress 5.5 provides features to auto-update themes and plugins to improve site security. This article will talk about some of the widespread security threats for websites and how to secure our websites using cloud-based firewalls for WordPress. WordPress threats Plugins or themes vulnerabilities Not just WordPress but every other conten

cloud firewallsSystem Administrationhow-to
Critical vulnerabilities in Quiz And Survey Master WordPress Plugin
news 1 min read

Critical vulnerabilities in Quiz And Survey Master WordPress Plugin

Quiz and Survey Master is a WordPress plugin for creating quizzes and surveys easily on WordPress sites. It is installed on over 30,000+ websites. Recently WordFence‘s Chloe Chamberland discovered two critical vulnerabilities in Quiz and Survey Master plugin version 7.0. VulnerabilityDanger levelExploitationArbitrary file uploadCriticalEasy to exploitArbitrary file deleteCriticalEasy to exploit Arbitrary File Upload The first vulnerability is the Arbitrary file upload vul

newsUncategorized#Import 2024-11-04 15:59
Pros & Cons of WordPress Plugins Auto-updates
Reviews 4 min read

Pros & Cons of WordPress Plugins Auto-updates

WordPress released a major update yesterday with some big changes. One of the features is the ability to apply all the plugins and themes updates automatically. Earlier plugins updates could be automatically applied with the help of additional plugins. One popular plugin is Jetpack that can apply available updates automatically. Now WordPress 5.5 core supports auto-updates out of the box. In this article, we will discuss the auto-update feature of WordPress. For many websites, this

ReviewsUncategorizedreview
WordPress 5.5 Arrived With These Awesome Features
news 5 min read

WordPress 5.5 Arrived With These Awesome Features

WordPress 5.5 is finally out. The content management system that powers most of the web has received a major update. If you are using WordPress or plan to host a website, you should check this out. As I said WordPress is the most popular CMS in the world. With great power comes great responsibility. WordPress team keeps releasing security and optimization updates regularly. In WordPress 5.5, the team has focused on three aspects, speed, search, and security. What’s New In Word

news#Import 2024-11-04 15:59#Import 2025-11-09 20:01
[Fixed] How to Fix "lsb_release command not found" Error in Linux
Linux Tutorials 2 min read

[Fixed] How to Fix "lsb_release command not found" Error in Linux

lsb_release is an important command for bash scriptwriters. It lets the user know about the currently installed Linux distribution, the specific version, and the codename. Yesterday I was trying to set up a Raspberry pi web server for my client and found out the script I was running to set up certain packages needed to know the distribution name. The script was using lsb_release command to know the distribution’s name but failed with the error “lsb_release command not found”. I thou

Linux TutorialsUncategorizedhow-to