SSGrep results: 2
Grepping 1 file using 3 KBs. It tooks 1 sec.





In "/home/ikki/testdir/mysqlquery.php"
Match:"pass"
Found by SENSITIVE KB using the language option ALL.

[-1]--- <?php
[#2]--- $link = mysql_connect('127.0.0.1', 'foo', 'mypass142')
[+1]--- or die('Couldn't connect: ' . mysql_error());
[+2]--- echo "Connected successfully!!!<br>";
[+3]--- mysql_select_db('test') or die('Couldn't select database');
[+4]---
[+5]--- if (isset($_GET['par'])) {



In "/home/ikki/testdir/mysqlquery.php"
Match:"database"
Found by LAMER KB using the language option ALL.

[-4]--- <?php
[-3]--- $link = mysql_connect('127.0.0.1', 'foo', 'mypass142')
[-2]--- or die('Couldn't connect: ' . mysql_error());
[-1]--- echo "Connected successfully!!!<br>";
[#5]--- mysql_select_db('test') or die('Couldn't select database');
[+1]---
[+2]--- if (isset($_GET['par'])) {
[+3]---
[+4]--- //echo("Form parameter was: ".$_GET['par'])."<br>";
[+5]---





This file was generated by SSGrep, the Smart Security Grep.