Geek Crunch Hosting

Step by step instructions to Protect Your Site Against Hackers

On the off chance that you have ever been influenced by having a hacked site, you know it’s not fun. Programmers can hurt your IP’s reputation, capture your protected information, remove or change your information, infuse malware in SQL databases, and spot indirect accesses in your scripts for future assaults. In addition, hacked destinations frequently […]

Security Alert! Laravel Unique Rule SQL Injection

As per Official Blog of Laravel, there is a possibility of SQL injection when user controlled input is passed as the “exclude ID” parameter of Laravel’s unique rule, such as: Rule::unique(‘users’)->ignore($request->input(‘id’)) The unique rule’s “exclude ID” feature is intended to only accept system-generated IDs, such as auto-incrementing IDs or UUIDs generated by your application, which […]

How to Secure WordPress with .htaccess

Attacks on WordPress sites are growing on a daily basis. For instance, the the last 30 Days data from WordFence claims to have blocked: Total Attacks Blocked 4,601,750,612 Malicious IPs Blacklisted 132,979 One of the most effective meothods of securing any WordPress will be via .htaccess. The .htaccess is a distributed configuration file and is […]