Re: [SC-L] Google code search games

2006-10-08 Thread Gadi Evron
On Sun, 8 Oct 2006, Ron Forrester wrote: > WSDL: > > http://www.google.com/codesearch?hl=en&lr=&q=file%3A.wsdl%24+transfer&btnG=Search I am still updating the main post with new search regex as I find them, all the time: http://blogs.securiteam.com/index.php/archives/663 Some other fun was noted

Re: [SC-L] Google code search games

2006-10-08 Thread Ron Forrester
WSDL: http://www.google.com/codesearch?hl=en&lr=&q=file%3A.wsdl%24+transfer&btnG=Search On 10/5/06, Gadi Evron <[EMAIL PROTECTED]> wrote: > > playing with Google Code Search, as Lev Toger just wrote: > > > > Google released a code search engine to catch up with Krugle, Koders, and > > Codease. >

Re: [SC-L] Google code search games

2006-10-08 Thread Gunnar Peterson
DTDs http://www.google.com/codesearch?hl=en&lr=&q=file%3Adtd&btnG=Search -gp On 10/6/06 2:14 AM, "Robert C. Seacord" <[EMAIL PROTECTED]> wrote: > Gadi, > > Here are some searches from Derek Jones: > > The new Google source code search page has opened up > some interesting research possibiliti

Re: [SC-L] Google code search games

2006-10-06 Thread Robert C. Seacord
Gadi, Here are some searches from Derek Jones: The new Google source code search page has opened up some interesting research possibilities. How many instances of: if (...) ; are there out there (skip the first half dozen unusual macro uses)? http://www.google.com/codesearch?hl=en&lr=&q=++%5C

Re: [SC-L] Google code search games

2006-10-05 Thread Stephen de Vries
Also: XSS in Java apps http://www.google.com/codesearch?hl=en&lr=&q=%3C%25% 3D.*getParameter&btnG=Search (Obvious) SQL Injection in Java apps: http://www.google.com/codesearch? hl=en&lr=&q=executeQuery.*getParameter&btnG=Search XSS in code from O'Reilly and Sun: http://www.google.com/codesear

Re: [SC-L] Google code search games

2006-10-05 Thread Gadi Evron
Another guy just wrote some more fun keyw ords to search for: http://blogs.securiteam.com/index.php/archives/661 On Thu, 5 Oct 2006, Gadi Evron wrote: > playing with Google Code Search, as Lev Toger just wrote: > > Google released a code search engine to catch up with Krugle, Koders, and > Codea