diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-12-20 10:46:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 10:46:57 +0100 |
commit | 8aa09f9c994bd234e17b4f4ad8b6808e2561c4d6 (patch) | |
tree | 819fe1a0e083f92cf0e06027a241fc6e700a3ed8 /fuzz/dictionary.dict | |
parent | 308b2663333387008cd2331d99a5a75b0a343f53 (diff) |
mining: a better identification logic (#2221)
It is quite simple (and not so efficient) but it should fix all the
false positives reported in #2216. Add support for Ethereum mining.
Merge all the mining traces.
Remove duplicated function.
Close #2216
Diffstat (limited to 'fuzz/dictionary.dict')
-rw-r--r-- | fuzz/dictionary.dict | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fuzz/dictionary.dict b/fuzz/dictionary.dict index 10c849312..8364c6f48 100644 --- a/fuzz/dictionary.dict +++ b/fuzz/dictionary.dict @@ -132,3 +132,11 @@ "='im.truphone.com'" "=\"im.truphone.com\"" + +#Mining + +"\"mining.subscribe\"" +"\"mining.configure\"" +"zcash" +"\"agent\":\"xmr-stak-cpu" +"\"method\": \"eth_submitLogin" |