now also returns the domain
This commit is contained in:
parent
db02d17119
commit
00a1a766bb
@ -20,6 +20,7 @@ async function main(domain, _callback) {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
let row_obj = {
|
let row_obj = {
|
||||||
|
domain: row.childNodes[1].innerText,
|
||||||
hash: row.querySelector("[title]").title.replace("SHA-256: ", ""),
|
hash: row.querySelector("[title]").title.replace("SHA-256: ", ""),
|
||||||
reason: row.childNodes[3].innerText,
|
reason: row.childNodes[3].innerText,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user