wivet
wivet copied to clipboard
Web Input Vector Extractor Teaser
https://github.com/bedirhan/wivet/blob/1b3f580b4f9cabb9451f944a3b25fdca5432b09c/offscanpages/statistics.php#L34 https://github.com/bedirhan/wivet/blob/1b3f580b4f9cabb9451f944a3b25fdca5432b09c/offscanpages/statistics.php#L170 `$scan['ipaddress']` seems to be already an IP string, so long2ip may not be needed. In PHP 8.0, this may result in an error: `Uncaught TypeError: long2ip(): Argument #1...
PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/html/wivet/functions.php on line 52 https://github.com/bedirhan/wivet/blob/1b3f580b4f9cabb9451f944a3b25fdca5432b09c/functions.php#L52 `$string .= $chars[$pos];` may fix the problem.
Warning: date(): It is not safe to rely on the system's timezone settings. You are _required_ to use the date.timezone setting or the date_default_timezone_set() function. In case you used any...
Hello, I was able to successfully use wivet when storing results in .dat files. I run into some issues when using sql database to store results. I have set up...