appsec.fyi · Sources

null-byte.wonderhowto.com

5 curated AppSec resources from null-byte.wonderhowto.com across 3 topics on appsec.fyi.

null-byte.wonderhowto.com

Resources curated from this publisher and indexed across appsec.fyi topic pages. Last item added: 2025-08-14.

Date Added Resource Excerpt
2025-08-14 2025SQL Injection 101: Common Defense Methods Hackers Should Be Aware OfSQLiThe content is likely to cover common defense methods against SQL injection attacks that hackers should be aware of. SQL injection is a type of cyber attack where malicious SQL statements are inserted into an input field, potentially allowing unauthorized access to a database. By understanding and implementing defense methods, hackers can protect their systems from SQL injection vulnerabilities.
2025-08-14 2025How to Write an XSS Cookie Stealer in JavaScript to Steal Passwords « NullXSSThe content discusses creating an XSS cookie stealer using JavaScript to steal passwords. It likely provides instructions or code snippets on how to implement this malicious technique. This practice is unethical and illegal as it involves exploiting vulnerabilities in websites to steal sensitive information. It is important to be aware of such techniques to protect oneself and others from falling victim to cybercrimes.
2021-12-31 2021How To: Use GoScan to Quickly Enumerate Networks & ServicesReconHow To: Use GoScan to Quickly Enumerate Networks & Services
2018-06-26 2018SQL Injection 101: Common Defense Methods Hackers Should Be Aware OfSQLiThe content discusses SQL injection, a common hacking technique targeting databases in modern applications. It emphasizes the importance of defense methods to prevent such attacks. Database technology is crucial in managing data for applications, but vulnerabilities exist. Awareness of SQL injection risks and implementing defense strategies are essential for safeguarding databases.
2017-12-12 2017How to Write an XSS Cookie Stealer in JavaScript to Steal Passwords « NullXSSThe content discusses creating an XSS cookie stealer in JavaScript to steal passwords, highlighting JavaScript's versatility on the web. It mentions how JavaScript can automate website components, manage content, and perform various functions within a webpage. The article likely provides insights into the technical aspects of implementing such a script, emphasizing the importance of understanding and preventing cross-site scripting vulnerabilities.