From d89a8c3eb997c1605516a9d8e1c691220e90ef46 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 16 Feb 2018 16:39:34 -0600 Subject: [PATCH] Land #9571, specify a python encoding for the claymore DoS module --- modules/auxiliary/dos/tcp/claymore_dos.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/auxiliary/dos/tcp/claymore_dos.py b/modules/auxiliary/dos/tcp/claymore_dos.py index 4dd38e3536..2e19ff9757 100755 --- a/modules/auxiliary/dos/tcp/claymore_dos.py +++ b/modules/auxiliary/dos/tcp/claymore_dos.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 - # Note, works with both python 2.7 and 3 @@ -11,8 +12,8 @@ metadata = { 'name': 'Claymore Dual GPU Miner Format String dos attack', 'description': ''' - Claymore’s Dual GPU Miner 10.5 and below is vulnerable to a format strings vulnerability. This allows an - unauthenticated attacker to read memory addresses, or immediately terminate the mining process causing + Claymore’s Dual GPU Miner 10.5 and below is vulnerable to a format strings vulnerability. This allows an + unauthenticated attacker to read memory addresses, or immediately terminate the mining process causing a denial of service. ''',