I hereby claim:
- I am erbazz on github.
- I am erbazz (https://keybase.io/erbazz) on keybase.
- I have a public key ASDbb0DJ6hv8XPyHQ4bhks6m0_Se_c5ip6Nkz6sp5NgZPwo
To claim this, I am signing this object:
| # Nessus Scans Exporter | |
| # Original by mindnew (https://github.com/mindnew/Nessus-API-Report-Exporter/blob/main/Nessus-API-Report-Exporter.py) | |
| # PowerShell to Python conversion assisted by ChatGPT | |
| import requests | |
| import json | |
| import time | |
| from datetime import datetime | |
| def trust_all_certs(): |
I hereby claim:
To claim this, I am signing this object:
| const Web3 = require('web3'); | |
| const RPC_LIST = [ | |
| "wss://bsc-ws-node.nariox.org:443", | |
| "https://rpc.ankr.com/eth", | |
| ] | |
| async function main() { | |
| for (const rpcUrl of RPC_LIST) { | |
| let provider; |