We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289277c commit ac7fe99Copy full SHA for ac7fe99
modules/auxiliary/dos/tcp/claymore_dos.py
@@ -1,4 +1,5 @@
1
#!/usr/bin/env python
2
+# -*- coding: utf-8 -
3
# Note, works with both python 2.7 and 3
4
5
@@ -11,8 +12,8 @@
11
12
'name': 'Claymore Dual GPU Miner Format String dos attack',
13
14
'description': '''
- 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
+ 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
17
a denial of service.
18
''',
19
0 commit comments