UBoat-Botnet / UBoat

HTTP Botnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP compatibility issues

matricali opened this issue · comments

Function mcrypt_create_iv() was DEPRECATED in PHP 7.1.0, and REMOVED in PHP 7.2.0.

Alternatives to this function include:

  • random_bytes()