Fix bug where the os was printed out instead of the architecture

This commit is contained in:
Winestone 2020-04-18 22:16:24 +10:00
parent 62c146c4bf
commit ea9b516fff
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ clickHost = function(x_host){
addBuffer("<span class='exe'>"+hostTitle(x_host)+"</span>")
if(x_host.known){
addBuffer("OS: "+x_host.os)
addBuffer("Architecture: "+x_host.os)
addBuffer("Architecture: "+x_host.architecture)
writeBuffer()
writeHostVuls(x_host)
}else{