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
610 stars 114 forks source link

bug #73

Closed maybe-why-not closed 4 years ago

maybe-why-not commented 4 years ago
  1. Exception in thread Thread-1: Traceback (most recent call last): File "E:\Python2\lib\threading.py", line 810, in bootstrap_inner self.run() File "E:\exploit\spider\htcap\core\crawl\crawler_thread.py", line 64, in run self.crawl() File "E:\exploit\spider\htcap\core\crawl\crawler_thread.py", line 147, in crawl probe = self.send_probe(request, errors) File "E:\exploit\spider\htcap\core\crawl\crawler_thread.py", line 105, in send_probe process_timeout=Shared.options['process_timeout'] File "E:\exploit\spider\htcap\core\crawl\lib\utils.py", line 210, in execute probeArray = self.load_probe_json(jsn) File "E:\exploit\spider\htcap\core\crawl\lib\utils.py", line 126, in load_probe_json return json.loads(jsn) File "E:\Python2\lib\json\init__.py", line 338, in loads return _default_decoder.decode(s) File "E:\Python2\lib\json\decoder.py", line 369, in decode raise ValueError(errmsg("Extra data", s, end, len(s))) ValueError: Extra data: line 55 column 1 - line 56 column 338 (char 15049 - 17940)

  2. Exception in thread Thread-3: Traceback (most recent call last): File "E:\Python2\lib\threading.py", line 810, in __bootstrap_inner self.run() File "E:\exploit\spider\htcap\core\crawl\crawler_thread.py", line 64, in run self.crawl() File "E:\exploit\spider\htcap\core\crawl\crawler_thread.py", line 147, in crawl probe = self.send_probe(request, errors) File "E:\exploit\spider\htcap\core\crawl\crawler_thread.py", line 105, in send_probe process_timeout=Shared.options['process_timeout'] File "E:\exploit\spider\htcap\core\crawl\lib\utils.py", line 198, in execute os.unlink(self.out_file) WindowsError: [Error 32] : u'c:\users\admin\appdata\local\temp\htcap_output-4b54a465-e420-4c58-88b9-702e80ba8f20.json'

  3. Traceback (most recent call last): File "E:\Python2\lib\threading.py", line 810, in __bootstrap_inner self.run() File "E:\exploit\spider\htcap\core\crawl\crawler_thread.py", line 64, in run self.crawl() File "E:\exploit\spider\htcap\core\crawl\crawler_thread.py", line 147, in crawl probe = self.send_probe(request, errors) File "E:\exploit\spider\htcap\core\crawl\crawler_thread.py", line 105, in send_probe process_timeout=Shared.options['process_timeout'] File "E:\exploit\spider\htcap\core\crawl\lib\utils.py", line 210, in execute probeArray = self.load_probe_json(jsn) File "E:\exploit\spider\htcap\core\crawl\lib\utils.py", line 128, in load_probe_json print "-- JSON DECODE ERROR %s" % jsn IOError: [Errno 0] Error