Secureaks Blog

Secureaks Blog - Ethical Hacking

Articles on penetration testing, cybersecurity, and ethical hacking. Stay informed about the latest trends in the field of cybersecurity.

Learn Web Hacking: The Best Resources
Ethical Hacking

Learn Web Hacking: The Best Resources

Romain Garcia · 02/19/2025

If you love cybersecurity and want to start web pentesting, you're in the right spot.

I'm excited to share a list of resources and platforms that helped me start and continue in my career.

You'll find guides, training platforms, and GitHub repositories here.

Read more
Fix XSS on formatted text with iframe sandbox
Ethical Hacking

Fix XSS on formatted text with iframe sandbox

Romain Garcia · 03/07/2023

To fix an XSS on formatted text, it is not possible to simply encode the data, as this would remove all possibility of text formatting. This is where the "sandbox" parameter of the HTML "iframe" tags will make our life easier. Indeed, this parameter is designed to automatically clean what is in the iframe from anything that could be dangerous, while keeping the harmless HTML tags.

Read more
Why perform a penetration test
Ethical Hacking

Why perform a penetration test

Romain Garcia · 02/12/2023

A penetration test is a form of security audit that consists in trying to hack a system (web application, servers, company network...) using the same tools as a real attacker.

Read more
Matomo