Category: Uncategorized
- 
			
			
[cPanel] Free LetsEncrypt SSL issue, deployment and auto-renew on shared hosting
Managing SSL certificates across multiple shared hosting accounts can quickly become a time-consuming headache. If you’re like me and have several domains spread across platforms like NameCheap’s shared hosting, you’ve probably noticed their SSL policy: a 1-year free PositiveSSL certificate for new domains, followed by paid renewals. While switching to free Let’s Encrypt certificates sounds…
 - 
			
			
How to Find XSS Vulnerabilities in 2 Minutes
The first step is to gather all URLs for the target domain and filter out reflected and unfiltered special characters parameters using a single one-liner command that combines multiple tools. After running this command, you’ll see all URLs with reflected parameters that contain unfiltered characters commonly used in XSS payloads. The following oneliner adds a…