User Tools

Site Tools


hacking:sql_injection:mysql:obtain_version_and_other_info

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
hacking:sql_injection:mysql:obtain_version_and_other_info [2020/04/16 22:34] – created peterhacking:sql_injection:mysql:obtain_version_and_other_info [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 11: Line 11:
 <code sql> <code sql>
 select @@version select @@version
 +
 +INSERT INTO members(id, user, pass) VALUES(1, ''+SUBSTRING(@@version,1,10) ,10)
 </code> </code>
  
hacking/sql_injection/mysql/obtain_version_and_other_info.1587076488.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki