Skip to content

Commit ac7fe99

Browse files
committed
specify a python encoding for the module
1 parent 289277c commit ac7fe99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/auxiliary/dos/tcp/claymore_dos.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python
2+
# -*- coding: utf-8 -
23
# Note, works with both python 2.7 and 3
34

45

@@ -11,8 +12,8 @@
1112
'name': 'Claymore Dual GPU Miner Format String dos attack',
1213

1314
'description': '''
14-
Claymore’s Dual GPU Miner 10.5 and below is vulnerable to a format strings vulnerability. This allows an
15-
unauthenticated attacker to read memory addresses, or immediately terminate the mining process causing
15+
Claymore’s Dual GPU Miner 10.5 and below is vulnerable to a format strings vulnerability. This allows an
16+
unauthenticated attacker to read memory addresses, or immediately terminate the mining process causing
1617
a denial of service.
1718
''',
1819

0 commit comments

Comments
 (0)