...
Code Block |
---|
mysql -u openaudit -popenauditpassword openaudit -e "ALTER TABLE networks CHANGE gateways gateways VARCHAR(250200) NOT NULL DEFAULT '';" |
Windows
Code Block |
---|
c:\xampp\mysql\bin\mysql.exe -u openaudit -popenauditpassword openaudit -e "ALTER TABLE networks CHANGE gateways gateways VARCHAR(250200) NOT NULL DEFAULT '';" |
Then patch the file open-audit/code_igniter/application/models/m_discoveries.php
In the "create" function, at about line 78, find the below lines
...