Giter Site home page Giter Site logo

apache-vulns's Introduction

Apache-Vulns

Pentest Scripts for Apache Vulnerabilities.

  1. apacheScan.py
  • The purpose of this script is to enable pentesters to quickly check which CVE-IDs apply to a particular Apache version. apacheScan comes with a text file which contains all CVE-IDs taken from [https://httpd.apache.org] (https://httpd.apache.org). The python script simply retrieves the CVE-IDs that apply to the given Apache version from the apache_CVE.txt file. It currently supports Apache version 2.2.* and 2.4.*.

  • TODO:

    • Add option to check which versions are affected by a particular CVE-ID.
    • Add support for more versions, i.e., 1.3.* and 2.0.*.
    • Add option that will probe a target in an attempt to get its banner.
    • Add active tests in an attempt to fingerprint the targets' version.
      • e.g., CVE-2012-0053 httpOnly Cookie Disclosure, byterange DoS, etc.
      • Add functionality to search for default files that may disclose the version.
    • Update the apache_CVE.txt file to include if public exploits are available, and the risk rating of each CVE-ID.
    • Improve code quality
  1. apache_httpOnly_CVE-2012-0053.sh
  • This script checks for [CVE-2012-0053] (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0053). Apache HTTP Server 2.2.x through 2.2.21 does not properly restrict header information which allows remote attackers to obtain the values of HttpOnly cookies via vectors involving a (1) long or (2) malformed header in conjunction with crafted web script.

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.