chopshop icon indicating copy to clipboard operation
chopshop copied to clipboard

Protocol Analysis/Decoder Framework

Results 12 chopshop issues
Sort by recently updated
recently updated
newest added

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...

Team, Is there any plans to move away from Pynids in the future? The lack of error handling with Pynids leaves it difficult in packetloss scenerio(s) as the stream is...

[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...

I am trying to extract http objects via 'http -p 8023|http_extractor' on a packet capture from a proxy server. I pass the right port (8023) yet I can't get any...

Came across an xshell sample that caused the LZNT1 compression to infinitely loop. In the below code, len(tmp) was 0. (line 85 ish) ``` if length >= bp: tmp =...

I have M2Crypt installed. What it can be? ``` Running M2Crypto-0.22.6rc3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-z9HINK/M2Crypto-0.22.6rc3/egg-dist-tmp-MEQq9Q warning: manifest_maker: MANIFEST.in, line 5: 'recursive-include' expects ... warning: manifest_maker: MANIFEST.in, line 6: 'recursive-include' expects...

The module has been modified so that on shutdown, it prints out tables for each client and server. These tables detail how many packets the sources sent of any given...

Attempt to resolve #11 by adding a new option flag.

http_extractor currently dumps data when there is a request with a non-zero-length body or there is a request followed by a response with a non-zero length body. This leads to...

add a flag/functionality to chopshop/ChopLib to list all modules available

enhancement