Land #9571, specify a python encoding for the claymore DoS module

4.x
Brent Cook 2018-02-16 16:39:34 -06:00 committed by Metasploit
parent f055bccc2a
commit d89a8c3eb9
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
1 changed files with 3 additions and 2 deletions

View File

@ -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': '''
Claymores 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
Claymores 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.
''',