diff --git a/config.php b/config.php
index 1585330..8c50b13 100644
--- a/config.php
+++ b/config.php
@@ -5,4 +5,4 @@ $SCANSDIR = "scans";
$STYLESHEETSDIR = "stylesheets";
$lanScanCmd = "sudo nmap -PSmicrosoft-ds -F -T5 -oX - --stylesheet $BASEDIR/$STYLESHEETSDIR/lanScan.xsl";
-$hostScanCmd = "sudo nmap -A -oX - --stylesheet $BASEDIR/$STYLESHEETSDIR/hostScan.xsl";
\ No newline at end of file
+$hostScanCmd = "sudo nmap -A -T5 -oX - --stylesheet $BASEDIR/$STYLESHEETSDIR/hostScan.xsl";
\ No newline at end of file
diff --git a/stylesheets/hostScan.xsl b/stylesheets/hostScan.xsl
index 93b1cbf..5430d2e 100644
--- a/stylesheets/hostScan.xsl
+++ b/stylesheets/hostScan.xsl
@@ -3,6 +3,7 @@
xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.1">