Waraxe IT Security Portal
Login or Register
June 17, 2025
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 39
Members: 0
Total: 39
Full disclosure
SEC Consult SA-20250604-0 :: Local Privilege Escalation and Default Credentials in INDAMED - MEDICAL OFFICE (Medical practice management) Demo version
Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Defense in depth -- the Microsoft way (part 89): user grouppolicies don't deserve tamper protection
CVE-2025-45542: Time-Based Blind SQL Injection in CloudClassroom PHP Project v1.0
ERPNext v15.53.1 Stored XSS in bio Field Allows Arbitrary Script Execution in Profile Page
ERPNext v15.53.1 Stored XSS in user_image Field Allows Script Execution via Injected Image Path
Local information disclosure in apport and systemd-coredump
Stored XSS via File Upload - adaptcmsv3.0.3
IDOR "Change Password" Functionality - adaptcmsv3.0.3
Stored XSS "Send Message" Functionality - adaptcmsv3.0.3
Authenticated File Upload to RCE - adaptcmsv3.0.3
Stored XSS in "Description" Functionality - cubecartv6.5.9
Multiple Vulnerabilities in SAP GuiXT Scripting
CVE-2024-47081: Netrc credential leak in PSF requests library
Exploit CVE-2019-9978: Remote Code Execution in Social Warfare WordPress Plugin (<= 3.5.2)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Sql injection -> Help on SQL injection
Post new topicReply to topic View previous topic :: View next topic
Help on SQL injection
PostPosted: Fri Oct 22, 2004 5:20 am Reply with quote
x303
Beginner
Beginner
Joined: May 31, 2004
Posts: 3




Greetings!
Is it possible to inject a INSERT or UPDATE request?
im not sure UNION can do this....
ex.
mysql_query("SELECT * FROM my_table WHERE name='$name'");
then i type: http://www/?name=1 UNION SELECT ALL 1=1 /*

but i want to do this: UPDATE my_table SET name = 'new_name' WHERE name='current_name'

any help, suggestions, tips? Confused
View user's profile Send private message
PostPosted: Fri Oct 22, 2004 12:14 pm Reply with quote
kajnes
Beginner
Beginner
Joined: Jun 29, 2004
Posts: 3
Location: Poland




Hi,

With UNION (or UNION ALL) you can only SELECT from database;

index.php?blabla=334%20UNION%20ALL%20SELECT%
201,2,3,4,5,6,name%20FROM.......

If you want to INSERT or UPDATE;

for example;


INSERT INTO cats VALUES (?Fido?,?cat?,?1999?) or something Wink

index.php?cats=3;INSERT%20INTO%20cats%20
VALUES%20('Fido','cat','1999')..............

----
kajnes
View user's profile Send private message Visit poster's website
PostPosted: Fri Oct 22, 2004 12:16 pm Reply with quote
kajnes
Beginner
Beginner
Joined: Jun 29, 2004
Posts: 3
Location: Poland




Just remember - famous Fido was a dog Laughing
View user's profile Send private message Visit poster's website
PostPosted: Sun Oct 24, 2004 12:28 pm Reply with quote
emrag
Regular user
Regular user
Joined: Jun 03, 2004
Posts: 20
Location: TURKEY




i asked this before so you can find it in

http://www.waraxe.us/forum/viewtopic.php?t=173
View user's profile Send private message MSN Messenger ICQ Number
Help on SQL injection
www.waraxe.us Forum Index -> Sql injection
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.022 Seconds