fcavallarin / htcap

htcap is a web application scanner able to crawl single page application (SPA) recursively by intercepting ajax calls and DOM changes.
GNU General Public License v2.0
611 stars 114 forks source link

Error: unable to open url: <urlopen error no host given> #7

Closed schniggie closed 8 years ago

schniggie commented 8 years ago

I'm trying to use htcap with BurpSuite. However that always fails. Any hints?

root@kali:~/offsec/htcap# python htcap.py crawl -p http://localhost:8080 heise.de test.db
Initializing . 
Error: unable to open url: <urlopen error no host given>
root@kali:~/offsec/htcap# 

Without the -p flag it works.

segment-srl commented 8 years ago

Hi, the correct syntax for -p option is: "protocol:host:port", in your case "http:localhost:8080"

schniggie commented 8 years ago

Thanks :) My fault ...