Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows.netscan type error #843

Open
djmcmanus3 opened this issue Mar 1, 2023 · 0 comments
Open

windows.netscan type error #843

djmcmanus3 opened this issue Mar 1, 2023 · 0 comments

Comments

@djmcmanus3
Copy link

Getting "TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' on netstat command. Haven't noticed it on any plugins.

Traceback (most recent call last):
  File "/usr/local/bin/vol", line 33, in <module>
    sys.exit(load_entry_point('volatility3==2.4.1', 'console_scripts', 'vol')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/volatility3-2.4.1-py3.11.egg/volatility3/cli/__init__.py", line 797, in main
    CommandLine().run()
  File "/usr/local/lib/python3.11/site-packages/volatility3-2.4.1-py3.11.egg/volatility3/cli/__init__.py", line 445, in run
    renderers[args.renderer]().render(constructed.run())
  File "/usr/local/lib/python3.11/site-packages/volatility3-2.4.1-py3.11.egg/volatility3/cli/text_renderer.py", line 193, in render
    grid.populate(visitor, outfd)
  File "/usr/local/lib/python3.11/site-packages/volatility3-2.4.1-py3.11.egg/volatility3/framework/renderers/__init__.py", line 241, in populate
    for level, item in self._generator:
  File "/usr/local/lib/python3.11/site-packages/volatility3-2.4.1-py3.11.egg/volatility3/framework/plugins/windows/netstat.py", line 585, in _generator
    for netw_obj in self.list_sockets(
  File "/usr/local/lib/python3.11/site-packages/volatility3-2.4.1-py3.11.egg/volatility3/framework/plugins/windows/netstat.py", line 493, in list_sockets
    for endpoint in cls.parse_partitions(
  File "/usr/local/lib/python3.11/site-packages/volatility3-2.4.1-py3.11.egg/volatility3/framework/plugins/windows/netstat.py", line 289, in parse_partitions
    tcpip_symbol_table + constants.BANG + "PartitionTable"
    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant