Posts

Showing posts with the label cybersecurity

SQL Injections: Web Application Vulnerabilities and Methods of Attacking Databases via SQL Queries

Image
  SQL injections are one of the most common and dangerous vulnerabilities in web applications that can lead to serious consequences for data security. What is SQL Injection? SQL injection is a type of attack on web applications in which an attacker injects malicious SQL code into input fields or query parameters, allowing them to perform unwanted operations on the database. SQL injections occur due to insufficient server-side processing of user input. SQL injection works by inserting SQL code into a query string, which is then executed by the database. This SQL can be intentionally designed to modify or retrieve data from a database, bypass authorization, delete or modify tables, and more. Methods of attacking databases via SQL queries There are several common methods of attacking databases using SQL injection: Inserting malicious code: An attacker can insert SQL code directly into input fields on a web page, such as authentication forms, searches, or comments. URL injections: An a...

π˜Όπ™‡π™‡-𝙄𝙉-π™Šπ™‰π™€ π˜Όπ™’π™€π™Žπ™Šπ™ˆπ™€ π˜Ύπ™”π˜½π™€π™π™Žπ™€π˜Ύ π™π™€π™Žπ™Šπ™π™π˜Ύπ™€π™Ž

Image
    πŸ“Œ All open source resources •Awesome Red Team Ops :- https://github.com/CyberSecurityUP/Awesome-Red-Team-Operations •Awesome Red Teaming :- https://github.com/yeyintminthuhtut/Awesome-Red-Teaming •Awesome Red Team ToolKit :- https://0x1.gitlab.io/pentesting/Red-Teaming-Toolkit/ •Awesome Blue Team Ops :- https://github.com/fabacab/awesome-cybersecurity-blueteam •Awesome OSINT :- https://github.com/jivoi/awesome-osint •Awesome DevSecOps :- https://github.com/devsecops/awesome-devsecop •Awesome Pentest :- https://github.com/enaqx/awesome-pentest •Awesome Cloud Pentest :- https://github.com/CyberSecurityUP/Awesome-Cloud-PenTest •Awesome Shodan :- https://github.com/jakejarvis/awesome-shodan-queries •Awesome AWS Security :- https://github.com/jassics/awesome-aws-security •Awesome Malware Analysis & Reverse Engineering :- https://github.com/CyberSecurityUP/Awesome-Malware-Analysis-Reverse-Engineering •Awesome Malware Analysis:- https://github.com/rshipp/awesome-malware-anal...