Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

Exception in thread ChopUi #61

@bnels90

Description

@bnels90

Uploading webshell_chopper_decode.py.txt…

I am trying to get chopshop to decode chopper webshell traffic on Ubuntu 14.04 LTS SIFT vm and have hit a snag with webshell_chopper_decoder.py module. I haven't been able to locate any other resources online to assist with this issue. Any help is appreciated.

python chopshop -f ~/pcaps/test.pcap 'http | http_extractor | webshell_chopper_decode' > chopper.txt

Exception in thread ChopUi:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/local/libexec/chopshop/shop/ChopUi.py", line 218, in run
    self.stdclass.handle_ctrl(message)
  File "/usr/local/libexec/chopshop/shop/ChopUiStd.py", line 191, in handle_ctrl
    raise ChopLibException("Error Shown Above")
ChopLibException: 'Error Shown Above'

I have confirmed the required modules are fine.

make dependency-check
Checking dependencies...

Checking python...
  Python OK: Python 2.7.6

Checking pynids...
  pynids OK

Checking pymongo...
  pymongo OK

Checking htpy...
  htpy OK

Checking dnslib...
  dnslib OK

Checking yaraprocessor...
  yaraprocessor OK

Checking pylibemu...
  pylibemu OK

Checking M2Crypto...
  M2Crypto OK

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions