Hello Guys! You’re warm welcome in this advance hacking blog. We have learned various Topics about CyberSecurity from here, but that is no end. again, we are going to make this post also interesting one of them. Now today I came here to share about How to perform Manual SQL injection?
What is SQL injection (SQLi)?
Disclaimer! This Post does not Promote or encourage Any illegal activities, all contents provided by This Website is meant for EDUCATIONAL PURPOSE only.
- How to Access Any Website Or Forum Without Registering Using Googlebot And Firefox 2021
- How to set up an auto-reply to missed calls, and texts on an android phone?
- What is Port Forwarding, and How to set up Port Forwarding on your WiFi Router?
- How To Perform A Man-In-The-Middle(MITM) Attack Using Ettercap in Kali Linux
- How to set up a guest WiFi network at your home?
- Download Mobile Friendly Facebook Phishing Page for All Smartphone Users 2020
- How to Control Android phone from PC or another Android Phone remotely | Android Remote Access!
How to perform Manual sql injection?
Pre-requisites:
- Knowledge of SQL (Structured Query Language), basics (CREATE, READ, UPDATE, DELETE)
- Backend Technologies (PHP, JSP, etc.)
- Web application basics
Working Methodology
Application says:
Enter a User ID –
Backend Query:
SELECT first name, last name FROM users WHERE user_id – ‘$id’;
User Input: 1
Backend Query:
SELECT first name, last_name FROM users WHERE user_id = ‘1’;