Giter Site home page Giter Site logo

oshinu / creosote Goto Github PK

View Code? Open in Web Editor NEW

This project forked from advanced-threat-research/creosote

0.0 0.0 0.0 5 KB

Creosote is our solution to searching for the tarfile vulnerability described by CVE-2007-4559.

License: Other

Python 100.00%

creosote's Introduction

Creosote

Creosote is our solution to searching for the tarfile vulnerability described by CVE-2007-4559. The tool recursively traverses the given directory searching for python files. When the tool finds python files it scans them for the tarfile module and then parses the code into an AST to look for vulnerable code.

Creosote categorizes all found vulnerabilities under 3 main categories:

  • Vuln:
    • This is the highest confidence level the tool can give, anything marked as a vuln should be analyzed.
  • Probable Vuln
    • Anything marked as probably vulnerable had the structure of a vuln but had some sort of indication of potentially being checked by the program.
  • Potential Vuln
    • This is a catch all to make sure nothing gets missed.

In order to run Creosote you just need to pass it the directory:

python3 creosote.py <directory to scan>

Creosote runs on both Linux, macOS, and Windows. The tool has been tested for Python 3.9 and later.

creosote's People

Contributors

kasimir123 avatar

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.