mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Change port for mysqli fake server auth message test
This commit is contained in:
parent
aca88baf5f
commit
51f5539914
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ mysqli
|
|||
<?php
|
||||
require_once 'fake_server.inc';
|
||||
|
||||
$port = 50001;
|
||||
$port = 33305;
|
||||
$servername = "127.0.0.1";
|
||||
$username = "root";
|
||||
$password = "";
|
||||
|
@ -34,5 +34,5 @@ print "done!";
|
|||
[*] Sending - Malicious OK Auth Response [Extract heap through buffer over-read]: 0900000200000002000000fcff
|
||||
|
||||
Warning: mysqli::__construct(): OK packet message length is past the packet size in %s on line %d
|
||||
Unknown error while trying to connect via tcp://127.0.0.1:50001
|
||||
Unknown error while trying to connect via tcp://127.0.0.1:33305
|
||||
done!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue