  | 
        
  | 
   
 
    
        
      
          | 
  
  
  
    
    
        
	  | 
	Menu | 
	  | 
 
 
    
     
     
     
      
       
       
        
         
         
          
           
						 |  
						 Home |  
 |   |  
						 |  
						 Discussions |  
 |   |  
						 |  
						 Tools |  
 |   |  
						 |  
						 Affiliates |  
 |   |  
						 |  
						 Content |  
 |   |  
						 |  
						 Info |  
 |   |    | 
            
          
         | 
       
     
    | 
    
   
   | 
   
 
 | 
   
 
  
    
    
        
	  | 
	User Info | 
	  | 
 
 
    
     
     
     
      
       
       
        
         
         
          
             Membership: 
  Latest: MichaelSnaRe 
  New Today: 0 
  New Yesterday: 0 
  Overall: 9144 
 
  People Online:
 
  Visitors: 60 
  Members: 0 
  Total: 60 
 | 
            
          
         | 
       
     
    | 
    
   
   | 
   
 
 | 
   
 
  
    
    
        
	  | 
	Full disclosure | 
	  | 
 
 
    
 | 
   
 
 | 
  
    
        
	  | 
	 | 
	  | 
 
 
    
        
          
              
                
                    
                      
                          
                            
                            
	
	
		  | 
		 | 
	 
	
		  | 
		IT Security and Insecurity Portal | 
	 
	 
	 | 
 
 
 
	  | 
	Possible injection? | 
	  | 
 
 
	
	
		 Posted: Fri Apr 08, 2005 2:52 am | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| erg0t |  
				| Valuable expert |  
				 
   |  
				 |  
				| Joined: Apr 08, 2005 |  
				| Posts: 55 |  
				| Location: Uruguay |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			The other day, i was looking a site with a php script, and making tests i found some interesting things:
 
 
for example, a normal query to the site: http//******.uy/******.php?id=1020
 
but i can put matematic operations in the id, for example:
 
http://******.uy/******.php?id=((500*2)--20)
 
 
The other thing i found is this:
 
http://******.uy/******.php?id=1020=0
 
 
the "=0" after any id gives me allways the same information, and puting any other things gives sql errors like:
 
 
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/web/******/htdocs/******.php on line 9
 
 
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/web/******/htdocs/******.php on line 33
 
 
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/web/******/htdocs/******.php on line 37
 
 
etc...
 
 
I was wondering if it is possible to make an sql injection to the site.
 
thnks
 
PD: sorry for my english | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
  |   
	  | 
	 | 
	  | 
 
 
	
	
		 Posted: Fri Apr 08, 2005 1:57 pm | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| waraxe |  
				| Site admin |  
				 
   |  
				 |  
				| Joined: May 11, 2004 |  
				| Posts: 2407 |  
				| Location: Estonia, Tartu |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			erg0t - do you want trouble? Please don't post next time REAL url!!!!
 
You know, webmasters can do little google search and land here    
 
Or even better, they will find from webserver logs lots of referrer fields to THIS SITE   
 
Please be more paranoid next time    | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Fri Apr 08, 2005 10:49 pm | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| erg0t |  
				| Valuable expert |  
				 
   |  
				 |  
				| Joined: Apr 08, 2005 |  
				| Posts: 55 |  
				| Location: Uruguay |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			| sorry, it wasn?t my intention to make any damage,I posted the url because I believe there is the only site with that script | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Fri Apr 08, 2005 11:01 pm | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| waraxe |  
				| Site admin |  
				 
   |  
				 |  
				| Joined: May 11, 2004 |  
				| Posts: 2407 |  
				| Location: Estonia, Tartu |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			Ok, peace    
 
 
Talking about that specific sql injection - seems that in this case mysql has version 3.x and you cant use UNION tricks. So there is not much to sploit ...
 
I suggest first determine excact mysql version. For this look here:
 
 
http://lists.virus.org/bugtraq-0402/msg00581.html
 
 
It's interesting method for mysql version fingerprinting    | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Sat Apr 09, 2005 5:01 am | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| shai-tan |  
				| Valuable expert |  
				 
   |  
				 |  
				| Joined: Feb 22, 2005 |  
				| Posts: 477 |  
				 |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			| Thats the trouble being a security site high up in the search engine Ranks Im afraid | 
		 
		  | 
	 
	
		
		
			 _________________ Shai-tan
 
 
?In short: just say NO TO DRUGS, and maybe you won?t end up like the Hurd people.? -- Linus Torvalds | 
		 
		  | 
	 
	  | 
 
	 | 
 
 
	
	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
			 
			
		 | 
	 
	 
	 | 
 
	| 
	 | 
 
 
  
Powered by phpBB © 2001-2008 phpBB Group
 
  
 
 
 | 
                           
                         
                         | 
                     
                    | 
               
              | 
         
       
       | 
   
  | 
 
 
 |