/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.rehack.xyz
| | miparnisariblog.wordpress.com
6.3 parsecs away

Travel
| | (The book and the answers to the questions at the end of each chapter.) Phew, this book took forever to finish. This is my attempt to summarise a 900+ page book :) Introduction Vulnerabilities in web apps arise because of one core problem: users can submit arbitrary input. Apps make themselves vulnerable by transmitting data...
| | thomascountz.com
3.6 parsecs away

Travel
| | Personal site of Thomas Countz
| | pentesterlab.com
2.2 parsecs away

Travel
| | This blog post explores the evolution of SQL Injection attacks and why traditional methods, like injecting ' OR 1=1;--, are less effective in modern web applications. It highlights the importance of using secure coding practices, such as parameterized queries and modern password hashing algorithms, to safeguard against these attacks.
| | amanhimself.dev
16.3 parsecs away

Travel
| [AI summary] A tutorial on uploading files using React.js and Node.js with a focus on setting up the backend with Express and handling file uploads via AJAX.