Code Monkey home page Code Monkey logo

dissectors's Introduction

This Library:
Essentially, this library has been implemented to be a part of Cuckoo Sandbox
the automated malware analysis tool. This library is depend on Scapy library.

The Supported protocols:
1- this library can parse (dissect) these protocols:
TCP, UDP, ICMP, DNS, HTTP, FTP, IRC, SMB, SIP, TELNET, SMTP, SSH, IMAP and POP.
2- this library is aware of TCP reassembly.
3- this library is capable of recovering the downloaded files through HTTP, FTP and SMTP.

for any further questions or information please contact me.

[email protected]
Abdulellah Alsaheel

dissectors's People

Contributors

cssaheel avatar voulnet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dissectors's Issues

Attribute name read only

Traceback (most recent call last):
File "usedissector.py", line 3, in
from dissector import *
File "/root/Desktop/dissectors/dissector.py", line 41, in
from ftp import *
File "/root/Desktop/dissectors/ftp.py", line 383, in
class FTPData(Packet):
File "/root/Desktop/dissectors/ftp.py", line 389, in FTPData
fields_desc = [FTPDataField("data", "")]
File "/root/Desktop/dissectors/ftp.py", line 128, in init
self.name = name
AttributeError: 'FTPDataField' object attribute 'name' is read-only

No License

There doesn't seem to be a license associated with this repository - would you mind putting one in a LICENSE file at the root? Thanks and good work!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.