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

'Magic' operation - automatically detect and run operations #239

Merged
merged 20 commits into from
May 20, 2018

Commits on Jan 14, 2018

  1. Added Magic operation with the ability to detect language, file type …

    …and some encoding types.
    n1474335 committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    fc2828f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1624a9 View commit details
    Browse the repository at this point in the history
  3. Added detection patterns for Octal, Binary, Decimal, Hexdumps, HTML E…

    …ntities, URL encoding, escaped Unicode, and Quoted Printable encoding.
    n1474335 committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    48f8ca6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    615a020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b035f6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57314b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28abd00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6947d2a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Magic operation tidying

    n1474335 committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    865ee6a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Configuration menu
    Copy the full SHA
    6624f25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23bdfd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bc563b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. The Magic operation now only checks the most commonly used Internet l…

    …anguages by default, to lower false positives and improve performance.
    n1474335 committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    544d78f View commit details
    Browse the repository at this point in the history
  2. Added 'Intensive mode' to the Magic operation, where it brute-forces …

    …various simple encodings like XOR or bit rotates.
    n1474335 committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    99ade42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1760ab2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Magic operation now recognises useful operations such as 'Render Imag…

    …e' even though their output cannot be analysed
    n1474335 committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    27ec4aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3c52a8 View commit details
    Browse the repository at this point in the history
  3. Fixed a few small bugs

    n1474335 committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    559741f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. Magic operation now calculates the entropy of each option and display…

    …s tooltips explaining the properties.
    n1474335 committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    56d33ea View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. Configuration menu
    Copy the full SHA
    ee519c7 View commit details
    Browse the repository at this point in the history