We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c6e5b commit 18a211aCopy full SHA for 18a211a
Misc/Convert list IP decimal to dotted quad.vbs
@@ -30,6 +30,8 @@ Do While Not objFile.AtEndOfStream
30
logdata CurrentDirectory & "\decout.txt", strTmpIP, false
31
end if
32
strType = "ipaddr"
33
+ elseif instr(strData, ".") = 0 then
34
+ strType = "md5"
35
else
36
strType = "domain"
37
0 commit comments