Security-Research icon indicating copy to clipboard operation
Security-Research copied to clipboard

Update cfire.py

Open hexrom opened this issue 7 years ago • 0 comments

Seems like the port on which the zip files are being served has changed from port 82 to port 83 but the change wasn't done in the cfire.py script. Fixing this line in the code resolves the zip downloading issue.

Location: parser.add_argument('-d', '--updatehost', help='Host serving CrimeFlare files', default='http://crimeflare.net:82/domains')

hexrom avatar Aug 22 '18 19:08 hexrom