diff --git a/BurpRequestEngine.kt b/BurpRequestEngine.kt index 5ffc6df..1101c24 100644 --- a/BurpRequestEngine.kt +++ b/BurpRequestEngine.kt @@ -19,9 +19,8 @@ open class BurpRequestEngine(url: String, threads: Int, maxQueueSize: Int, overr } completedLatch = CountDownLatch(threads) - Utils.out("Warming up...") val target = URL(url) - val service = Utils.callbacks.helpers.buildHttpService(target.host, target.port, true) + val service = Utils.callbacks.helpers.buildHttpService(target.host, target.port, target.protocol == "https") for(j in 1..threads) { threadPool.add(