-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Description
I encountered an error while attempting to reproduce the steps outlined in the Example.md documentation for webFuzz. Specifically, the issue arises during Step 2: "Run the proxy to get JavaScript generated URLs". After interacting with the browser by clicking several features and subsequently closing the browser window, the command line remains active for over an hour without completing and displays error messages.
Command Executed:
~/webFuzz/env/bin/python /home/ubuntu/webFuzz/webFuzz/webFuzz.py -vv --driver /usr/local/bin/geckodriver -m /var/www/html_instrumented/instr.meta -w 8 -b 'wp-login|action|logout|' -p -s -r simple http://192.168.1.200
Error Message:
webFuzz
-----
Stats
Runtime: 0.02 min
Total Requests: 9
Throughput: 0.00 requests/s
Crawler Pending URLs: 0
--- Logging error ---
Traceback (most recent call last):
File "/home/ubuntu/webFuzz/env/lib/python3.8/site-packages/jsonpickle/pickler.py", line 329, in _flatten
result = self._flattened[id(obj)]
KeyError: 140105777691808
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.8/logging/__init__.py", line 1085, in emit
msg = self.format(record)
File "/usr/lib/python3.8/logging/__init__.py", line 929, in format
return fmt.format(record)
File "/home/ubuntu/webFuzz/webFuzz/webFuzz/types.py", line 322, in format
return formatter.format(record)
File "/usr/lib/python3.8/logging/__init__.py", line 668, in format
record.message = record.getMessage()
File "/usr/lib/python3.8/logging/__init__.py", line 373, in getMessage
msg = msg % self.args
File "/home/ubuntu/webFuzz/webFuzz/webFuzz/node.py", line 343, in __str__
return self.json
File "/home/ubuntu/webFuzz/webFuzz/webFuzz/node.py", line 198, in json
self._json = jsonpickle.encode(self, unpicklable=False)
File "/home/ubuntu/webFuzz/env/lib/python3.8/site-packages/jsonpickle/pickler.py", line 166, in encode
context.flatten(value, reset=reset), indent=indent, separators=separators
File "/home/ubuntu/webFuzz/env/lib/python3.8/site-packages/jsonpickle/pickler.py", line 366, in flatten
return self._flatten(obj)
File "/home/ubuntu/webFuzz/env/lib/python3.8/site-packages/jsonpickle/pickler.py", line 331, in _flatten
result = self._flattened[id(obj)] = self._flatten_impl(obj)
File "/home/ubuntu/webFuzz/env/lib/python3.8/site-packages/jsonpickle/pickler.py", line 386, in _flatten_impl
return self._pop(self._flatten_obj(obj))
File "/home/ubuntu/webFuzz/env/lib/python3.8/site-packages/jsonpickle/pickler.py", line 419, in _flatten_obj
raise e
File "/home/ubuntu/webFuzz/env/lib/python3.8/site-packages/jsonpickle/pickler.py", line 413, in _flatten_obj
return flatten_func(obj)
File "/home/ubuntu/webFuzz/env/lib/python3.8/site-packages/jsonpickle/pickler.py", line 728, in _ref_obj_instance
return self._flatten_obj_instance(obj)
File "/home/ubuntu/webFuzz/env/lib/python3.8/site-packages/jsonpickle/pickler.py", line 660, in _flatten_obj_instance
state = obj.__getstate__()
File "/home/ubuntu/webFuzz/webFuzz/webFuzz/node.py", line 333, in __getstate__
state['cover_score'] = str(f"{self.cover_score:.3f}")
File "/home/ubuntu/webFuzz/webFuzz/webFuzz/node.py", line 175, in cover_score
return 100 * score / count
ZeroDivisionError: division by zero
Call stack:
File "/home/ubuntu/webFuzz/webFuzz/webFuzz.py", line 13, in <module>
fuzzer.run()
File "/home/ubuntu/webFuzz/webFuzz/webFuzz/fuzzer.py", line 190, in run
return asyncio.run(self.async_run(interface))
File "/usr/lib/python3.8/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.8/asyncio/base_events.py", line 603, in run_until_complete
self.run_forever()
File "/usr/lib/python3.8/asyncio/base_events.py", line 570, in run_forever
self._run_once()
File "/usr/lib/python3.8/asyncio/base_events.py", line 1859, in _run_once
handle._run()
File "/usr/lib/python3.8/asyncio/events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File "/home/ubuntu/webFuzz/webFuzz/webFuzz/worker.py", line 159, in run_worker
for (src, new_request) in iter_join(primary=self._crawler,
File "/home/ubuntu/webFuzz/webFuzz/webFuzz/misc.py", line 63, in iter_join
yield (primary, next(primary))
File "/home/ubuntu/webFuzz/webFuzz/webFuzz/crawler.py", line 221, in __next__
if self._should_block(new_request):
File "/home/ubuntu/webFuzz/webFuzz/webFuzz/crawler.py", line 127, in _should_block
logger.info("Blocked %s", new_request)
Unable to print the message and arguments - possible formatting error.
Use the traceback above to help find the error.
Environment Information
Operating System: Ubuntu 20.04
Python Version: Python 3.8.10
webFuzz Version: v1.2.3
geckodriver Version: v0.35.0
Browser Version: Mozilla Firefox 131.0
Web Application: WordPress 6.1.1
I would greatly appreciate it if you could help me investigate this issue. Thank you for your time and assistance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


