Injection Scanner
The script does not work. The empty screen
| User |
Post |
-Ne!oM- Member Posts: 2
|
Posted: 2008-05-26 10:41:42
|
At first I wish to tell thanks for such useful script. Respect to the author.
After I insert yours include into the working script, it ceases to work, giving out the empty screen.
Earlier, by the same machine I checked your script in a test script:
Code:
<html>
<head>
<title> test </title>
</head>
<body>
<? php include ('/absolute/path/to/scan.php ');?>
<? php
echo "good PHP!";
?>
</body>
</html>
Instead of "absolute/path/to /" - I used my path.
And it worked perfectly well! But in the present script, after an insert of yours "include" I received the empty screen...
At me it is installed PHP ver 4.4.6, I know that is required 5.2.5 but to update PHP for me there is no possibility...
Whether it is possible for me to make the script worker? Why I receive the empty screen?
Thanks for attention. |
Scott Admin Posts: 211
|
Posted: 2008-05-27 04:07:25
|
| You are supposed to insert your own path. |
-Ne!oM- Member Posts: 2
|
Posted: 2008-05-29 06:01:32
|
Yes, I know.
I used my path '/www/n-team/htdocs//is/scan.php' ,
But after that had the empty screen... Why? |
Scott Admin Posts: 211
|
Posted: 2008-05-29 07:00:05
|
| Did you include this file at the top of an existing file? Did you attempt to inject code into the URL? |
Page:
[ 1 ]
New Post
You must be logged in to post on the discussion boards.