You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
I tried on ubuntu and also on docker but I am getting below error.
Starting ChopShop (Created by MITRE)
Initializing Modules ...
Initializing module 'payloads'
WARNING: No Parent for payloads providing sslim data
Running Modules ...
Exception in module payloads -- Traceback:
Traceback (most recent call last):
File "/usr/local/libexec/chopshop/shop/ChopNids.py", line 565, in handleTcpStreams
output = code.handleStream(tcpd)
File "/usr/local/libexec/chopshop/modules/payloads.py", line 145, in handleStream
handle_bytes(data, color, direction, tcp.module_data)
File "/usr/local/libexec/chopshop/modules/payloads.py", line 168, in handle_bytes
chop.prettyprnt(color, data)
File "/usr/local/libexec/chopshop/shop/ChopHelper.py", line 153, in prettyprnt
raise TypeError("Unable to create string from inputs")
TypeError: Unable to create string from inputs
Hi Team,
I tried on ubuntu and also on docker but I am getting below error.
Starting ChopShop (Created by MITRE)
Initializing Modules ...
Initializing module 'payloads'
WARNING: No Parent for payloads providing sslim data
Running Modules ...
Exception in module payloads -- Traceback:
Traceback (most recent call last):
File "/usr/local/libexec/chopshop/shop/ChopNids.py", line 565, in handleTcpStreams
output = code.handleStream(tcpd)
File "/usr/local/libexec/chopshop/modules/payloads.py", line 145, in handleStream
handle_bytes(data, color, direction, tcp.module_data)
File "/usr/local/libexec/chopshop/modules/payloads.py", line 168, in handle_bytes
chop.prettyprnt(color, data)
File "/usr/local/libexec/chopshop/shop/ChopHelper.py", line 153, in prettyprnt
raise TypeError("Unable to create string from inputs")
TypeError: Unable to create string from inputs