Master
- Added
uwsgi_read_timeout 600;
andclient_max_body_size 4M;
to the nginx configuration - Tuned down
max-requests
inscantron_uwsgi.ini
from 5000 to 50. Was having memory issues when retrieving large masscan result files consecutively. - Bumped any target type fields to have a max_length of 4194304 (previously 1048576)
API Client
scantron_api_secrets.json
now contains ascantron
key with the server details. Allows secrets to be stored in a file containing other secrets.