[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [WEB SECURITY] Announcing Scrawlr: SQL Injector and Crawler



--_dd32b1fa-f48c-4084-b9fc-ddfc9741a210_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

=20
Zinho,
=20
Scrawlr is one of 3 tools recommended in the MS advisory for SQL Injection =
vulnerabilities (Source Code Analyzer is one also):
=20
Microsoft Security Advisory 954462 (http://www.microsoft.com/technet/securi=
ty/advisory/954462.mspx) =20
=20
Microsoft / HP / Spilabs response to recent mass SQL injection attacks.  Th=
e advisory contains information resources and links for 3 tools:



Scrawlr, a site crawler that looks for SQL Injection vulnerabilities (free,=
 lightweight)

URLScan 3.0 Beta, filters potentially dangerous urls

Microsoft Source Code Analyzer, looks for SQL injection code smells in sour=
ce code
For a great analysis of what has happened with the mass SQL injection attac=
ks, read this post (worth the time):
http://blogs.technet.com/neilcar/archive/2008/03/15/anatomy-of-a-sql-inject=
ion-incident-part-2-meat.aspx
Regards,
=20
Mark Roxberry



> Date: Wed, 25 Jun 2008 10:03:58 +0200> From: zinho@hackerscenter.com> To:=
 websecurity@webappsec.org> Subject: Re: [WEB SECURITY] Announcing Scrawlr:=
 SQL Injector and Crawler> > This is probably the best option for an ASP we=
bsite owner> Microsoft Source Code Analyzer for SQL Injection tool is avail=
able to > find SQL injection vulnerabilities in ASP code> http://support.mi=
crosoft.com/kb/954476> > It should be able to check all kind of sqlinjectio=
ns (at least > theoretically) not only those used by the recent botnets.> >=
 It points you to the faulty code. Some average level of ASP coding will > =
be then required to fix it but from the advisory I read:> > "In addition to=
 the tool itself, there is documentation included on ways > to fix the prob=
lems it finds in the code it analyzes"> > So this should be very helpful.> =
I haven't tested it personally but a drawback here could be that it > doesn=
't demonstrate the existence of the sqli showing tables names. And > Billy =
is right, this is a greatly incentivising to go fix that bugs.> > ----> Zin=
ho> > Webmaster and Founder > > Hackers Center > Internet Security Portal> =
www.hackerscenter.com> > > > Oliver Lavery ha scritto:> > I=92d just like t=
o add a positive voice to the chorus. I haven=92t looked > > at Scrawlr yet=
, and most likely won=92t, but the initiative is quite > > interesting comi=
ng from major software firms.> >> > Small, sharp, targeted solutions do hav=
e a very important place in > > preventing mass exploitation of vulnerabili=
ties, and given that HTTP > > applications are a very weak link in the chai=
n (of tubes), it=92s nice > > to see vendors actively confronting the issue=
. A little surprising, > > but nice.> >> > Based on the description on this=
 list, it sounds like the advisory > > might be trumpeting a little loudly:=
> >> > =93[HP Scrawlr will] Test all discovered links for verbose SQL injec=
tion > > by sending HTTP requests containing SQL injection attack strings i=
n > > form fields, querystring parameters, and cookie values.=94> >> > But =
throwing a hat into the arena, publishing an advisory, releasing > > severa=
l free tools, and offering free support for users impacted by an > > issue =
that=92s not provably *entirely* the vendor=92s fault is certainly a > > we=
lcome change from =93if every developer always followed our guidelines > > =
to the letter this would be a non-issue=94.> >> > Cheers,> > ~ol> > ---> > =
Oliver Lavery> > Security Compass> > http://www.securitycompass.com/> >> > =
=93Security is mostly a superstition. It does not exist in nature.... > > L=
ife is either a daring adventure or nothing.=94> > -- Helen Keller> >> >> >=
 On 24/06/08 7:34 PM, "Hoffman, Billy" <billy.hoffman@hp.com> wrote:> >> > =
Michael, Zinho,> >> > I'm not sure why people seem to think Scrawlr is a re=
placement for> > existing tools like Absinthe or Nikto or Burp, etc. Its no=
t and> > I'm sorry if you got that impression.> >> > Scrawlr exists for one=
 reason: Some crazy hackers who read Chinese> > built this:> > http://isc.s=
ans.org/diary.html?storyid=3D4294> >> > Microsoft came to us for that speci=
fic need. To help them provide> > developers with tools to prevent these ma=
ss exploits. Because the> > attack tool leverages search engines to find ta=
rget pages Scrawlr> > crawls and behaves like an indexing spider. It then S=
QL injection> > all query parameters exactly like the attack tool. We then =
extract> > all the user tables (be it Oracle, MSSQL, Mysql >=3D5, etc) to> =
> confirm SQL injection before flagging it. I'm very happy with our> > resu=
lts.> >> > Is the tool going to find issues behind auth or forms or other w=
eb> > components? No, but neither will the attackers using this mass> > exp=
loit tool. Can they change tactics and use, for example, Nikto> > or Burp? =
Sure.> >> > Could we have released Scrawlr as more of a WI Lite? Yes, but t=
hat> > was never its intent. And if you need something that's more robust> =
> by all means grab a free trial of WI or another vendor, or Burp,> > or Ni=
kto or script some w3af.> >> > Zinho, if you are finding bugs I'd love to l=
earn more about them> > and get them fixed. Scrawlr supports proxies so tha=
t will help you> > see what is going on. Did the vuln page get crawled?> >>=
 > At the end of the day it's a free tool folks designed to solve a> > cert=
ain issue. I'm certainly open to more feedback but let's keep> > its origin=
al goals in perspective.> >> > Thanks,> > Billy Hoffman> > --> > Manager, H=
P Web Security Research Group> > HP Software - Application Security Center>=
 > Direct: 770-343-7069> >> >> > -----Original Message-----> > From: Zinho =
[mailto:zinho@hackerscenter.com]> > Sent: Tuesday, June 24, 2008 8:04 PM> >=
 To: websecurity@webappsec.org> > Subject: Re: [WEB SECURITY] Announcing Sc=
rawlr: SQL Injector and> > Crawler> >> > I have to agree with Michael. I te=
sted it on both simple ASP and PHP> > pages with a clear sql injection. Not=
hing. The tool doesn't even> > seem to> > check for blind sqli.> > I think =
it merely gets the server's response and looks for known SQL> > errors. Not=
 mentioning the limited crawling capabilities.> > I would have expected som=
ething more from HP/MS. Free tools around> > do a> > much better job.> >> >=
 http://www.hackerscenter.com/index.php?/Blogs/2819-HP-and-MS-give-us-a-new=
-SQL-Injection-tool.html> >> >> > ----> > Armando Romeo> >> > Webmaster and=
 Founder> >> > Hackers Center> > Internet Security Portal> > www.hackerscen=
ter.com> >> >> >> > Michael S. Menefee ha scritto:> > > Billy,> > >> > > Al=
though this is indeed a good step, there are already a plethora of> > > "fr=
ee" sql injection scanners or exploiters that kick the crap out of> > > thi=
s tool.> > >> > > However, I am extremely excited to see this kind of devel=
opment> > in the> > > commercial space, and would like to see some enhancem=
ents to this> > > product. Now, if HPs goal is to push their commercial too=
ls ($$$) by> > > pushing a limited "free" version, then I suppose none of t=
his> > will ever> > > happen, but *at a minimum* it would be nice to be abl=
e to either> > modify> > > headers or input credentials where public sites =
are not the target.> > >> > > I tested this on 3 sites I knew to be vulnera=
ble to SQL injection> > (all> > > ASP.NET, MSSQL), but either cookies or au=
thentication were> > required to> > > actually test in these case, hence no=
thing was discovered with this> > > tool(lame).> > >> > > There's nothing w=
orse than a free version of a product designed> > > exclusively for you to =
be left "wanting" and thinking about> > purchasing> > > the commercial vers=
ion.> > >> > > If there are unseen or hidden options to this tool, forgive =
me,> > > otherwise I don't really see the value when so many better free to=
ols> > > exist (Pangolin, Absinthe, Magic, Power Injector, etc, etc, etc)> =
> >> > >> > >> > >> > >> > >> > >> > >> > > -----Original Message-----> > >=
 From: Hoffman, Billy [mailto:billy.hoffman@hp.com]> > > Sent: Tuesday, Jun=
e 24, 2008 5:35 PM> > > To: websecurity@webappsec.org> > > Subject: [WEB SE=
CURITY] Announcing Scrawlr: SQL Injector and Crawler> > >> > > In response =
to all the Mass SQL Injection attacks this year,> > Microsoft> > > approach=
ed HP and the Web Security Research Group (formerly SPI Labs)> > > for assi=
stance. While there was nothing they could patch, Microsoft> > > wanted to =
provide tools to help developers find and fix these issues.> > > After a mo=
nth of development HP created Scrawlr.> > >> > > Scrawlr (short for SQL Inj=
ector and Crawler) is a free tool that will> > > crawl a website while simu=
ltaneously analyzing the parameters of each> > > individual web page for SQ=
L Injection vulnerabilities. Scrawlr was> > > designed specifically to help=
 protect against these mass injection> > > attack which are using Google qu=
eries to find older web> > applications and> > > automatically injection th=
em. As such, Scrawlr crawls a websites> > using> > > the same techniques as=
 a search engine: it doesn't keep state, or> > submit> > > forms, or execut=
e JavaScript or Flash. This Scrawl is finding and> > > auditing the pages t=
hat would have been indexed by the search> > engines.> > >> > > To reduce f=
alse positives Scrawlr provides proof of the vulnerability> > > results by =
displaying the type of backend database in use and a> > list of> > > availa=
ble table names. There is no denying you have SQL Injection> > when I> > > =
can show you table names!> > >> > > Microsoft Announcement here:> > > http:=
//www.microsoft.com/technet/security/advisory/954462.mspx> > > HP WSRG Blog=
:> > > http://www.communities.hp.com/securitysoftware/blogs/spilabs/archive=
/200> > > 8/06/23/finding-sql-injection-with-scrawlr.aspx> > > Download her=
e: https://download.spidynamics.com/Products/scrawlr/> > >> > > Enjoy,> > >=
 Billy Hoffman> > > --> > > Manager, HP Web Security Research Group> > > HP=
 Software - Application Security Center> > > Direct: 770-343-7069> > >> > >=
> > > ---------------------------------------------------------------------=
---> > > ----> > > Join us on IRC: irc.freenode.net #webappsec> > >> > > Ha=
ve a question? Search The Web Security Mailing List Archives:> > > http://w=
ww.webappsec.org/lists/websecurity/archive/> > >> > > Subscribe via RSS:> >=
 > http://www.webappsec.org/rss/websecurity.rss [RSS Feed]> > >> > > Join W=
ASC on LinkedIn> > > http://www.linkedin.com/e/gis/83336/4B20E4374DBA> > >>=
 > >> > >> > > ------------------------------------------------------------=
----------------> > > Join us on IRC: irc.freenode.net #webappsec> > >> > >=
 Have a question? Search The Web Security Mailing List Archives:> > > http:=
//www.webappsec.org/lists/websecurity/archive/> > >> > > Subscribe via RSS:=
> > > http://www.webappsec.org/rss/websecurity.rss [RSS Feed]> > >> > > Joi=
n WASC on LinkedIn> > > http://www.linkedin.com/e/gis/83336/4B20E4374DBA> >=
 >> > >> > >> >> >> >> > --------------------------------------------------=
--------------------------> > Join us on IRC: irc.freenode.net #webappsec> =
>> > Have a question? Search The Web Security Mailing List Archives:> > htt=
p://www.webappsec.org/lists/websecurity/archive/> >> > Subscribe via RSS:> =
> http://www.webappsec.org/rss/websecurity.rss [RSS Feed]> >> > Join WASC o=
n LinkedIn> > http://www.linkedin.com/e/gis/83336/4B20E4374DBA> >> >> > ---=
-------------------------------------------------------------------------> =
> Join us on IRC: irc.freenode.net #webappsec> >> > Have a question? Search=
 The Web Security Mailing List Archives:> > http://www.webappsec.org/lists/=
websecurity/archive/> >> > Subscribe via RSS:> > http://www.webappsec.org/r=
ss/websecurity.rss [RSS Feed]> >> > Join WASC on LinkedIn> > http://www.lin=
kedin.com/e/gis/83336/4B20E4374DBA> >> >> > > -- > ----> Zinho> > Webmaster=
 and Founder > > Hackers Center > Internet Security Portal> www.hackerscent=
er.com> > > ---------------------------------------------------------------=
-------------> Join us on IRC: irc.freenode.net #webappsec> > Have a questi=
on? Search The Web Security Mailing List Archives: > http://www.webappsec.o=
rg/lists/websecurity/archive/> > Subscribe via RSS: > http://www.webappsec.=
org/rss/websecurity.rss [RSS Feed]> > Join WASC on LinkedIn> http://www.lin=
kedin.com/e/gis/83336/4B20E4374DBA>=20
_________________________________________________________________
The other season of giving begins 6/24/08. Check out the i=92m Talkathon.
http://www.imtalkathon.com?source=3DTXT_EML_WLH_SeasonOfGiving=

--_dd32b1fa-f48c-4084-b9fc-ddfc9741a210_
Content-Type: text/html; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class=3D'hmmessage'><DIV dir=3Dltr><FONT face=3DArial color=3D#000000=
 size=3D2></FONT>&nbsp;</DIV>
<DIV dir=3Dltr><FONT face=3DArial color=3D#000000>Zinho,</FONT></DIV>
<DIV dir=3Dltr><FONT face=3DArial color=3D#000000></FONT>&nbsp;</DIV>
<DIV dir=3Dltr><FONT face=3DArial color=3D#000000>Scrawlr is one of 3 tools=
 recommended in the MS advisory for SQL Injection vulnerabilities (Source C=
ode Analyzer is one also):</FONT></DIV>
<DIV dir=3Dltr><FONT face=3DArial color=3D#000000></FONT>&nbsp;</DIV>
<DIV dir=3Dltr><FONT face=3DArial color=3D#000000 size=3D2>Microsoft Securi=
ty Advisory 954462&nbsp;(<A href=3D"https://exchange.waveseeker.com/exchweb=
/bin/redir.asp?URL=3Dhttp://www.microsoft.com/technet/security/advisory/954=
462.mspx" target=3D_blank><U><FONT color=3D#0000ff>http://www.microsoft.com=
/technet/security/advisory/954462.mspx</FONT></U></A>)&nbsp; </FONT></DIV>
<DIV dir=3Dltr><FONT face=3DArial color=3D#000000 size=3D2></FONT>&nbsp;</D=
IV>
<DIV dir=3Dltr><FONT face=3DArial color=3D#000000 size=3D2>Microsoft / HP /=
 Spilabs response to recent mass SQL injection attacks.&nbsp; The advisory =
contains information resources and links for 3 tools:</FONT></DIV>
<DIV dir=3Dltr>
<UL dir=3Dltr>
<LI>
<DIV><FONT face=3DArial size=3D2>Scrawlr, a site crawler that looks for SQL=
 Injection vulnerabilities (free, lightweight)</FONT></DIV>
<LI>
<DIV><FONT face=3DArial size=3D2>URLScan 3.0 Beta, filters potentially dang=
erous urls</FONT></DIV>
<LI>
<DIV><FONT face=3DArial size=3D2>Microsoft Source Code Analyzer, looks for =
SQL injection code smells in source code</FONT></DIV></LI></UL></DIV>
<FONT face=3DArial size=3D2>For a great analysis of what has happened with =
the mass SQL injection attacks, read this post (worth the time):</FONT><BR>
<FONT face=3DArial color=3D#0000ff size=3D2><A href=3D"https://exchange.wav=
eseeker.com/exchweb/bin/redir.asp?URL=3Dhttp://blogs.technet.com/neilcar/ar=
chive/2008/03/15/anatomy-of-a-sql-injection-incident-part-2-meat.aspx" targ=
et=3D_blank><U>http://blogs.technet.com/neilcar/archive/2008/03/15/anatomy-=
of-a-sql-injection-incident-part-2-meat.aspx</U></A></FONT><BR>
<BR>Regards,<BR>
&nbsp;<BR>
Mark Roxberry<BR><BR>

<HR id=3DstopSpelling>
<BR>
&gt; Date: Wed, 25 Jun 2008 10:03:58 +0200<BR>&gt; From: zinho@hackerscente=
r.com<BR>&gt; To: websecurity@webappsec.org<BR>&gt; Subject: Re: [WEB SECUR=
ITY] Announcing Scrawlr: SQL Injector and Crawler<BR>&gt; <BR>&gt; This is =
probably the best option for an ASP website owner<BR>&gt; Microsoft Source =
Code Analyzer for SQL Injection tool is available to <BR>&gt; find SQL inje=
ction vulnerabilities in ASP code<BR>&gt; http://support.microsoft.com/kb/9=
54476<BR>&gt; <BR>&gt; It should be able to check all kind of sqlinjections=
 (at least <BR>&gt; theoretically) not only those used by the recent botnet=
s.<BR>&gt; <BR>&gt; It points you to the faulty code. Some average level of=
 ASP coding will <BR>&gt; be then required to fix it but from the advisory =
I read:<BR>&gt; <BR>&gt; "In addition to the tool itself, there is document=
ation included on ways <BR>&gt; to fix the problems it finds in the code it=
 analyzes"<BR>&gt; <BR>&gt; So this should be very helpful.<BR>&gt; I haven=
't tested it personally but a drawback here could be that it <BR>&gt; doesn=
't demonstrate the existence of the sqli showing tables names. And <BR>&gt;=
 Billy is right, this is a greatly incentivising to go fix that bugs.<BR>&g=
t; <BR>&gt; ----<BR>&gt; Zinho<BR>&gt; <BR>&gt; Webmaster and Founder <BR>&=
gt; <BR>&gt; Hackers Center <BR>&gt; Internet Security Portal<BR>&gt; www.h=
ackerscenter.com<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Oliver Lavery ha scritt=
o:<BR>&gt; &gt; I=92d just like to add a positive voice to the chorus. I ha=
ven=92t looked <BR>&gt; &gt; at Scrawlr yet, and most likely won=92t, but t=
he initiative is quite <BR>&gt; &gt; interesting coming from major software=
 firms.<BR>&gt; &gt;<BR>&gt; &gt; Small, sharp, targeted solutions do have =
a very important place in <BR>&gt; &gt; preventing mass exploitation of vul=
nerabilities, and given that HTTP <BR>&gt; &gt; applications are a very wea=
k link in the chain (of tubes), it=92s nice <BR>&gt; &gt; to see vendors ac=
tively confronting the issue. A little surprising, <BR>&gt; &gt; but nice.<=
BR>&gt; &gt;<BR>&gt; &gt; Based on the description on this list, it sounds =
like the advisory <BR>&gt; &gt; might be trumpeting a little loudly:<BR>&gt=
; &gt;<BR>&gt; &gt; =93[HP Scrawlr will] Test all discovered links for verb=
ose SQL injection <BR>&gt; &gt; by sending HTTP requests containing SQL inj=
ection attack strings in <BR>&gt; &gt; form fields, querystring parameters,=
 and cookie values.=94<BR>&gt; &gt;<BR>&gt; &gt; But throwing a hat into th=
e arena, publishing an advisory, releasing <BR>&gt; &gt; several free tools=
, and offering free support for users impacted by an <BR>&gt; &gt; issue th=
at=92s not provably *entirely* the vendor=92s fault is certainly a <BR>&gt;=
 &gt; welcome change from =93if every developer always followed our guideli=
nes <BR>&gt; &gt; to the letter this would be a non-issue=94.<BR>&gt; &gt;<=
BR>&gt; &gt; Cheers,<BR>&gt; &gt; ~ol<BR>&gt; &gt; ---<BR>&gt; &gt; Oliver =
Lavery<BR>&gt; &gt; Security Compass<BR>&gt; &gt; http://www.securitycompas=
s.com/<BR>&gt; &gt;<BR>&gt; &gt; =93Security is mostly a superstition. It d=
oes not exist in nature.... <BR>&gt; &gt; Life is either a daring adventure=
 or nothing.=94<BR>&gt; &gt; -- Helen Keller<BR>&gt; &gt;<BR>&gt; &gt;<BR>&=
gt; &gt; On 24/06/08 7:34 PM, "Hoffman, Billy" &lt;billy.hoffman@hp.com&gt;=
 wrote:<BR>&gt; &gt;<BR>&gt; &gt; Michael, Zinho,<BR>&gt; &gt;<BR>&gt; &gt;=
 I'm not sure why people seem to think Scrawlr is a replacement for<BR>&gt;=
 &gt; existing tools like Absinthe or Nikto or Burp, etc. Its not and<BR>&g=
t; &gt; I'm sorry if you got that impression.<BR>&gt; &gt;<BR>&gt; &gt; Scr=
awlr exists for one reason: Some crazy hackers who read Chinese<BR>&gt; &gt=
; built this:<BR>&gt; &gt; http://isc.sans.org/diary.html?storyid=3D4294<BR=
>&gt; &gt;<BR>&gt; &gt; Microsoft came to us for that specific need. To hel=
p them provide<BR>&gt; &gt; developers with tools to prevent these mass exp=
loits. Because the<BR>&gt; &gt; attack tool leverages search engines to fin=
d target pages Scrawlr<BR>&gt; &gt; crawls and behaves like an indexing spi=
der. It then SQL injection<BR>&gt; &gt; all query parameters exactly like t=
he attack tool. We then extract<BR>&gt; &gt; all the user tables (be it Ora=
cle, MSSQL, Mysql &gt;=3D5, etc) to<BR>&gt; &gt; confirm SQL injection befo=
re flagging it. I'm very happy with our<BR>&gt; &gt; results.<BR>&gt; &gt;<=
BR>&gt; &gt; Is the tool going to find issues behind auth or forms or other=
 web<BR>&gt; &gt; components? No, but neither will the attackers using this=
 mass<BR>&gt; &gt; exploit tool. Can they change tactics and use, for examp=
le, Nikto<BR>&gt; &gt; or Burp? Sure.<BR>&gt; &gt;<BR>&gt; &gt; Could we ha=
ve released Scrawlr as more of a WI Lite? Yes, but that<BR>&gt; &gt; was ne=
ver its intent. And if you need something that's more robust<BR>&gt; &gt; b=
y all means grab a free trial of WI or another vendor, or Burp,<BR>&gt; &gt=
; or Nikto or script some w3af.<BR>&gt; &gt;<BR>&gt; &gt; Zinho, if you are=
 finding bugs I'd love to learn more about them<BR>&gt; &gt; and get them f=
ixed. Scrawlr supports proxies so that will help you<BR>&gt; &gt; see what =
is going on. Did the vuln page get crawled?<BR>&gt; &gt;<BR>&gt; &gt; At th=
e end of the day it's a free tool folks designed to solve a<BR>&gt; &gt; ce=
rtain issue. I'm certainly open to more feedback but let's keep<BR>&gt; &gt=
; its original goals in perspective.<BR>&gt; &gt;<BR>&gt; &gt; Thanks,<BR>&=
gt; &gt; Billy Hoffman<BR>&gt; &gt; --<BR>&gt; &gt; Manager, HP Web Securit=
y Research Group<BR>&gt; &gt; HP Software - Application Security Center<BR>=
&gt; &gt; Direct: 770-343-7069<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; -----=
Original Message-----<BR>&gt; &gt; From: Zinho [mailto:zinho@hackerscenter.=
com]<BR>&gt; &gt; Sent: Tuesday, June 24, 2008 8:04 PM<BR>&gt; &gt; To: web=
security@webappsec.org<BR>&gt; &gt; Subject: Re: [WEB SECURITY] Announcing =
Scrawlr: SQL Injector and<BR>&gt; &gt; Crawler<BR>&gt; &gt;<BR>&gt; &gt; I =
have to agree with Michael. I tested it on both simple ASP and PHP<BR>&gt; =
&gt; pages with a clear sql injection. Nothing. The tool doesn't even<BR>&g=
t; &gt; seem to<BR>&gt; &gt; check for blind sqli.<BR>&gt; &gt; I think it =
merely gets the server's response and looks for known SQL<BR>&gt; &gt; erro=
rs. Not mentioning the limited crawling capabilities.<BR>&gt; &gt; I would =
have expected something more from HP/MS. Free tools around<BR>&gt; &gt; do =
a<BR>&gt; &gt; much better job.<BR>&gt; &gt;<BR>&gt; &gt; http://www.hacker=
scenter.com/index.php?/Blogs/2819-HP-and-MS-give-us-a-new-SQL-Injection-too=
l.html<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; ----<BR>&gt; &gt; Armando Rom=
eo<BR>&gt; &gt;<BR>&gt; &gt; Webmaster and Founder<BR>&gt; &gt;<BR>&gt; &gt=
; Hackers Center<BR>&gt; &gt; Internet Security Portal<BR>&gt; &gt; www.hac=
kerscenter.com<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Michael =
S. Menefee ha scritto:<BR>&gt; &gt; &gt; Billy,<BR>&gt; &gt; &gt;<BR>&gt; &=
gt; &gt; Although this is indeed a good step, there are already a plethora =
of<BR>&gt; &gt; &gt; "free" sql injection scanners or exploiters that kick =
the crap out of<BR>&gt; &gt; &gt; this tool.<BR>&gt; &gt; &gt;<BR>&gt; &gt;=
 &gt; However, I am extremely excited to see this kind of development<BR>&g=
t; &gt; in the<BR>&gt; &gt; &gt; commercial space, and would like to see so=
me enhancements to this<BR>&gt; &gt; &gt; product. Now, if HPs goal is to p=
ush their commercial tools ($$$) by<BR>&gt; &gt; &gt; pushing a limited "fr=
ee" version, then I suppose none of this<BR>&gt; &gt; will ever<BR>&gt; &gt=
; &gt; happen, but *at a minimum* it would be nice to be able to either<BR>=
&gt; &gt; modify<BR>&gt; &gt; &gt; headers or input credentials where publi=
c sites are not the target.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; I tested th=
is on 3 sites I knew to be vulnerable to SQL injection<BR>&gt; &gt; (all<BR=
>&gt; &gt; &gt; ASP.NET, MSSQL), but either cookies or authentication were<=
BR>&gt; &gt; required to<BR>&gt; &gt; &gt; actually test in these case, hen=
ce nothing was discovered with this<BR>&gt; &gt; &gt; tool(lame).<BR>&gt; &=
gt; &gt;<BR>&gt; &gt; &gt; There's nothing worse than a free version of a p=
roduct designed<BR>&gt; &gt; &gt; exclusively for you to be left "wanting" =
and thinking about<BR>&gt; &gt; purchasing<BR>&gt; &gt; &gt; the commercial=
 version.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; If there are unseen or hidden=
 options to this tool, forgive me,<BR>&gt; &gt; &gt; otherwise I don't real=
ly see the value when so many better free tools<BR>&gt; &gt; &gt; exist (Pa=
ngolin, Absinthe, Magic, Power Injector, etc, etc, etc)<BR>&gt; &gt; &gt;<B=
R>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&=
gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; -----Or=
iginal Message-----<BR>&gt; &gt; &gt; From: Hoffman, Billy [mailto:billy.ho=
ffman@hp.com]<BR>&gt; &gt; &gt; Sent: Tuesday, June 24, 2008 5:35 PM<BR>&gt=
; &gt; &gt; To: websecurity@webappsec.org<BR>&gt; &gt; &gt; Subject: [WEB S=
ECURITY] Announcing Scrawlr: SQL Injector and Crawler<BR>&gt; &gt; &gt;<BR>=
&gt; &gt; &gt; In response to all the Mass SQL Injection attacks this year,=
<BR>&gt; &gt; Microsoft<BR>&gt; &gt; &gt; approached HP and the Web Securit=
y Research Group (formerly SPI Labs)<BR>&gt; &gt; &gt; for assistance. Whil=
e there was nothing they could patch, Microsoft<BR>&gt; &gt; &gt; wanted to=
 provide tools to help developers find and fix these issues.<BR>&gt; &gt; &=
gt; After a month of development HP created Scrawlr.<BR>&gt; &gt; &gt;<BR>&=
gt; &gt; &gt; Scrawlr (short for SQL Injector and Crawler) is a free tool t=
hat will<BR>&gt; &gt; &gt; crawl a website while simultaneously analyzing t=
he parameters of each<BR>&gt; &gt; &gt; individual web page for SQL Injecti=
on vulnerabilities. Scrawlr was<BR>&gt; &gt; &gt; designed specifically to =
help protect against these mass injection<BR>&gt; &gt; &gt; attack which ar=
e using Google queries to find older web<BR>&gt; &gt; applications and<BR>&=
gt; &gt; &gt; automatically injection them. As such, Scrawlr crawls a websi=
tes<BR>&gt; &gt; using<BR>&gt; &gt; &gt; the same techniques as a search en=
gine: it doesn't keep state, or<BR>&gt; &gt; submit<BR>&gt; &gt; &gt; forms=
, or execute JavaScript or Flash. This Scrawl is finding and<BR>&gt; &gt; &=
gt; auditing the pages that would have been indexed by the search<BR>&gt; &=
gt; engines.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; To reduce false positives =
Scrawlr provides proof of the vulnerability<BR>&gt; &gt; &gt; results by di=
splaying the type of backend database in use and a<BR>&gt; &gt; list of<BR>=
&gt; &gt; &gt; available table names. There is no denying you have SQL Inje=
ction<BR>&gt; &gt; when I<BR>&gt; &gt; &gt; can show you table names!<BR>&g=
t; &gt; &gt;<BR>&gt; &gt; &gt; Microsoft Announcement here:<BR>&gt; &gt; &g=
t; http://www.microsoft.com/technet/security/advisory/954462.mspx<BR>&gt; &=
gt; &gt; HP WSRG Blog:<BR>&gt; &gt; &gt; http://www.communities.hp.com/secu=
ritysoftware/blogs/spilabs/archive/200<BR>&gt; &gt; &gt; 8/06/23/finding-sq=
l-injection-with-scrawlr.aspx<BR>&gt; &gt; &gt; Download here: https://down=
load.spidynamics.com/Products/scrawlr/<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; =
Enjoy,<BR>&gt; &gt; &gt; Billy Hoffman<BR>&gt; &gt; &gt; --<BR>&gt; &gt; &g=
t; Manager, HP Web Security Research Group<BR>&gt; &gt; &gt; HP Software - =
Application Security Center<BR>&gt; &gt; &gt; Direct: 770-343-7069<BR>&gt; =
&gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; -----------------------------=
-------------------------------------------<BR>&gt; &gt; &gt; ----<BR>&gt; =
&gt; &gt; Join us on IRC: irc.freenode.net #webappsec<BR>&gt; &gt; &gt;<BR>=
&gt; &gt; &gt; Have a question? Search The Web Security Mailing List Archiv=
es:<BR>&gt; &gt; &gt; http://www.webappsec.org/lists/websecurity/archive/<B=
R>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Subscribe via RSS:<BR>&gt; &gt; &gt; htt=
p://www.webappsec.org/rss/websecurity.rss [RSS Feed]<BR>&gt; &gt; &gt;<BR>&=
gt; &gt; &gt; Join WASC on LinkedIn<BR>&gt; &gt; &gt; http://www.linkedin.c=
om/e/gis/83336/4B20E4374DBA<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt=
; &gt;<BR>&gt; &gt; &gt; --------------------------------------------------=
--------------------------<BR>&gt; &gt; &gt; Join us on IRC: irc.freenode.n=
et #webappsec<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Have a question? Search T=
he Web Security Mailing List Archives:<BR>&gt; &gt; &gt; http://www.webapps=
ec.org/lists/websecurity/archive/<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Subsc=
ribe via RSS:<BR>&gt; &gt; &gt; http://www.webappsec.org/rss/websecurity.rs=
s [RSS Feed]<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Join WASC on LinkedIn<BR>&=
gt; &gt; &gt; http://www.linkedin.com/e/gis/83336/4B20E4374DBA<BR>&gt; &gt;=
 &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt;=
 &gt;<BR>&gt; &gt; --------------------------------------------------------=
--------------------<BR>&gt; &gt; Join us on IRC: irc.freenode.net #webapps=
ec<BR>&gt; &gt;<BR>&gt; &gt; Have a question? Search The Web Security Maili=
ng List Archives:<BR>&gt; &gt; http://www.webappsec.org/lists/websecurity/a=
rchive/<BR>&gt; &gt;<BR>&gt; &gt; Subscribe via RSS:<BR>&gt; &gt; http://ww=
w.webappsec.org/rss/websecurity.rss [RSS Feed]<BR>&gt; &gt;<BR>&gt; &gt; Jo=
in WASC on LinkedIn<BR>&gt; &gt; http://www.linkedin.com/e/gis/83336/4B20E4=
374DBA<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; -----------------------------=
-----------------------------------------------<BR>&gt; &gt; Join us on IRC=
: irc.freenode.net #webappsec<BR>&gt; &gt;<BR>&gt; &gt; Have a question? Se=
arch The Web Security Mailing List Archives:<BR>&gt; &gt; http://www.webapp=
sec.org/lists/websecurity/archive/<BR>&gt; &gt;<BR>&gt; &gt; Subscribe via =
RSS:<BR>&gt; &gt; http://www.webappsec.org/rss/websecurity.rss [RSS Feed]<B=
R>&gt; &gt;<BR>&gt; &gt; Join WASC on LinkedIn<BR>&gt; &gt; http://www.link=
edin.com/e/gis/83336/4B20E4374DBA<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; <BR>&gt=
; <BR>&gt; -- <BR>&gt; ----<BR>&gt; Zinho<BR>&gt; <BR>&gt; Webmaster and Fo=
under <BR>&gt; <BR>&gt; Hackers Center <BR>&gt; Internet Security Portal<BR=
>&gt; www.hackerscenter.com<BR>&gt; <BR>&gt; <BR>&gt; ---------------------=
-------------------------------------------------------<BR>&gt; Join us on =
IRC: irc.freenode.net #webappsec<BR>&gt; <BR>&gt; Have a question? Search T=
he Web Security Mailing List Archives: <BR>&gt; http://www.webappsec.org/li=
sts/websecurity/archive/<BR>&gt; <BR>&gt; Subscribe via RSS: <BR>&gt; http:=
//www.webappsec.org/rss/websecurity.rss [RSS Feed]<BR>&gt; <BR>&gt; Join WA=
SC on LinkedIn<BR>&gt; http://www.linkedin.com/e/gis/83336/4B20E4374DBA<BR>=
&gt; <BR><BR><br /><hr />The other season of giving begins 6/24/08. Check o=
ut the i=92m Talkathon. <a href=3D'http://www.imtalkathon.com?source=3DTXT_=
EML_WLH_SeasonOfGiving' target=3D'_new'>Check it out!</a></body>
</html>=

--_dd32b1fa-f48c-4084-b9fc-ddfc9741a210_--



Brought to you by http://www.webappsec.org
Search this site