All Projects → incredibleindishell → Local File Disclosure Sql Injection Lab

incredibleindishell / Local File Disclosure Sql Injection Lab

This is sample code to demonstrate how one can use SQL Injection vulnerability to download local file from server in specific condition. If you have any doubt, ping me at https://twitter.com/IndiShell1046 :)

Projects that are alternatives of or similar to Local File Disclosure Sql Injection Lab

Protect
Proactively protect your Node.js web services
Stars: ✭ 394 (+860.98%)
Mutual labels:  sql-injection
Jackhammer
Jackhammer - One Security vulnerability assessment/management tool to solve all the security team problems.
Stars: ✭ 633 (+1443.9%)
Mutual labels:  vulnerability-assessment
Xojo Sqlbuilder
Xojo classes to build a SQL statement
Stars: ✭ 6 (-85.37%)
Mutual labels:  sql-injection
Hellraiser
Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs.
Stars: ✭ 413 (+907.32%)
Mutual labels:  vulnerability-assessment
Dvwa
Damn Vulnerable Web Application (DVWA)
Stars: ✭ 5,727 (+13868.29%)
Mutual labels:  sql-injection
Zeus Scanner
Advanced reconnaissance utility
Stars: ✭ 706 (+1621.95%)
Mutual labels:  sql-injection
Sqlmap
Automatic SQL injection and database takeover tool
Stars: ✭ 21,907 (+53331.71%)
Mutual labels:  sql-injection
Sqliv
massive SQL injection vulnerability scanner
Stars: ✭ 840 (+1948.78%)
Mutual labels:  sql-injection
Dbshield
Database firewall written in Go
Stars: ✭ 620 (+1412.2%)
Mutual labels:  sql-injection
Rapidscan
🆕 The Multi-Tool Web Vulnerability Scanner.
Stars: ✭ 775 (+1790.24%)
Mutual labels:  vulnerability-assessment
Graphqlmap
GraphQLmap is a scripting engine to interact with a graphql endpoint for pentesting purposes.
Stars: ✭ 434 (+958.54%)
Mutual labels:  sql-injection
Hackerone Reports
Top disclosed reports from HackerOne
Stars: ✭ 458 (+1017.07%)
Mutual labels:  sql-injection
Sql Injection Payload List
🎯 SQL Injection Payload List
Stars: ✭ 716 (+1646.34%)
Mutual labels:  sql-injection
Sqlinjectionwiki
一个专注于聚合和记录各种SQL注入方法的wiki
Stars: ✭ 402 (+880.49%)
Mutual labels:  sql-injection
Jsql Injection
jSQL Injection is a Java application for automatic SQL database injection.
Stars: ✭ 891 (+2073.17%)
Mutual labels:  sql-injection
Cerberus
一款功能强大的漏洞扫描器,子域名爆破使用aioDNS,asyncio异步快速扫描,覆盖目标全方位资产进行批量漏洞扫描,中间件信息收集,自动收集ip代理,探测Waf信息时自动使用来保护本机真实Ip,在本机Ip被Waf杀死后,自动切换代理Ip进行扫描,Waf信息收集(国内外100+款waf信息)包括安全狗,云锁,阿里云,云盾,腾讯云等,提供部分已知waf bypass 方案,中间件漏洞检测(Thinkphp,weblogic等 CVE-2018-5955,CVE-2018-12613,CVE-2018-11759等),支持SQL注入, XSS, 命令执行,文件包含, ssrf 漏洞扫描, 支持自定义漏洞邮箱推送功能
Stars: ✭ 389 (+848.78%)
Mutual labels:  sql-injection
Blazy
Blazy is a modern login bruteforcer which also tests for CSRF, Clickjacking, Cloudflare and WAF .
Stars: ✭ 637 (+1453.66%)
Mutual labels:  sql-injection
Leviathan
wide range mass audit toolkit
Stars: ✭ 862 (+2002.44%)
Mutual labels:  sql-injection
Xattacker
X Attacker Tool ☣ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 897 (+2087.8%)
Mutual labels:  vulnerability-assessment
Janusec
Janusec Application Gateway, Provides Fast and Secure Application Delivery. JANUSEC应用网关,提供快速、安全的应用交付。
Stars: ✭ 771 (+1780.49%)
Mutual labels:  sql-injection

Local-file-disclosure-SQL-Injection-Lab

This is sample code to demonstrate how one can use SQL Injection vulnerability to download local file from server in specific condition

exploit SQL Injection vulnerability in file download function which download file from server on the basis of output returned by vulnerable SQL query. Let’s consider scenario in which, there is one user supplied parameter which is getting process in SQL query and after processing, SQL query is returning location of the file. Now, let’s suppose that value returned by SQL query is getting pass to a function which download local file from server. In this case if user input is not getting check by web application, in that case attacker can easily manipulate SQL query to download any file from server with known location (file must have read permission on it).

You can download detailed Paper from here Local file disclosure using SQL Injection

To setup this lab on your machine, create database with name dsqli grant all privileges on that database for user with username = dsqli and password = icadsqli

To create database and user which will be having read permission on the database, just follow given below process:

--> Login to MySQL console with root account

Command to create new database: -Create database dsqli;

Command to create user dsqli with password icadsqli which will be having read/write permission on database dsqli: -

grant all on dsqli.* to [email protected] IDENTIFIED BY 'icadsqli';

Once you have setup database and user account, just import the database

dump file (dsqli.sql which is available with the sample code) to database dsqli.

Introdunction page

Vulnerable page

--==[[ With Love from Team IndiShell ]]==--

--==[[ Greetz To ]]==-- Zero cool, code breaker ICA, root_devil, google_warrior, INX_r0ot, Darkwolf indishell, Baba, Silent poison India, Magnum sniper, ethicalnoob Indishell, Local root indishell, Irfninja indishell, Reborn India,L0rd Crus4d3r,cool toad, Hackuin, Alicks,Gujjar PCP,Bikash,Di nelson Amine,Th3 D3str0yer, SKSking, rad paul,Godzila,mike waals,zoo zoo,cyber warrior,shafoon, Rehan manzoor, cyber gladiator,7he Cre4t0r,Cyber Ace, Golden boy INDIA,Ketan Singh, D2 Yash, Aneesh Dogra, AR AR, saad abbasi, hero, Minhal Mehdi, Raj bhai ji, Hacking queen, lovetherisk, D3. --==[[ Love to To ]]==-- My Father, my Ex Teacher, cold fire hacker, Mannu, ViKi, Ashu bhai ji, Soldier Of God, Bhuppi, Rafay Baloch, Mohit, Ffe, Ashish, Shardhanand, Budhaoo, Jagriti, Salty, Hacker fantastic, Jennifer Arcuri and Don(Deepika kaushik), Govind

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].