Metadata-Version: 2.1
Name: yawast
Version: 0.8.2
Summary: The YAWAST Antecedent Web Application Security Toolkit
Home-page: https://github.com/adamcaudill/yawast
Author: Adam Caudill
Author-email: adam@adamcaudill.com
License: MIT
Project-URL: Bug Reports, https://github.com/adamcaudill/yawast/issues
Project-URL: Source, https://github.com/adamcaudill/yawast
Project-URL: Changelog, https://github.com/adamcaudill/yawast/blob/master/CHANGELOG.md
Description: ## YAWAST [![Build Status](https://travis-ci.org/adamcaudill/yawast.svg?branch=master)](https://travis-ci.org/adamcaudill/yawast) [![Code Climate](https://codeclimate.com/github/adamcaudill/yawast/badges/gpa.svg)](https://codeclimate.com/github/adamcaudill/yawast) [![PyPI version](https://badge.fury.io/py/yawast.svg)](https://badge.fury.io/py/yawast) [![Docker Pulls](https://img.shields.io/docker/pulls/adamcaudill/yawast.svg)](https://hub.docker.com/r/adamcaudill/yawast/) [![Twitter Follow](https://img.shields.io/twitter/follow/adamcaudill.svg?style=social)](https://twitter.com/intent/user?screen_name=adamcaudill)
        
        ![YAWAST](https://github.com/adamcaudill/yawast/raw/master/yawast_logo_v1.svg?sanitize=true)
        
        **The YAWAST Antecedent Web Application Security Toolkit**
        
        YAWAST is an application meant to simplify initial analysis and information gathering for penetration testers and security auditors. It performs basic checks in these categories:
        
        * TLS/SSL - Versions and cipher suites supported; common issues.
        * Information Disclosure - Checks for common information leaks.
        * Presence of Files or Directories - Checks for files or directories that could indicate a security issue.
        * Common Vulnerabilities
        * Missing Security Headers
        
        This is meant to provide a easy way to perform initial analysis and information discovery. It's not a full testing suite, and it certainly isn't Metasploit. The idea is to provide a quick way to perform initial data collection, which can then be used to better target further tests. It is especially useful when used in conjunction with Burp Suite (via the `--proxy` parameter).
        
        ### Documentation
        
        * [Checks Performed](https://yawast.org/checks/)
        * [Installation](https://yawast.org/installation/)
        * [Usage & Parameters](https://yawast.org/usage/)
        * [Scanning TLS/SSL](https://yawast.org/tls/)
          * [OpenSSL & 3DES Compatibility](https://yawast.org/openssl/)
        * [Sample Output](https://yawast.org/sample/)
        * [FAQ](https://yawast.org/faq/)
        
        Please see [yawast.org](https://yawast.org/) for full documentation.
        
        ### Usage
        
        The most common usage scenario is as simple as:
        
        `yawast scan <url1> <url2>`
        
        Detailed [usage information](https://yawast.org/usage/) is available on the YAWAST web site.
        
        ### Contributing
        
        1. Fork it (https://github.com/adamcaudill/yawast/fork)
        2. Create your feature branch (`git checkout -b my-new-feature origin/develop`)
        3. Commit your changes (`git commit -am 'Add some feature'`)
        4. Push to the branch (`git push origin my-new-feature`)
        5. Create a new Pull Request
        
        Issues that are labeled as [beginner](https://github.com/adamcaudill/yawast/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner) are great starting points for new contributors. These are less complex issues that will help make you familiar with working on YAWAST.
        
        Contributions, in the form of feature requests and pull requests are both welcome and encouraged. YAWAST will only evolve if users are willing and able to give back, and work too make YAWAST better for everyone.
        
        Information on development standards, and guidelines for issues are available in our [CONTRIBUTING](https://github.com/adamcaudill/yawast/blob/master/CONTRIBUTING.md) document.
        
        ### Special Thanks
        
        * [BSI AppSec](https://www.appsecconsulting.com/) - Generously providing time to improve this tool.
        * [SecLists](https://github.com/danielmiessler/SecLists) - Various lists are based on the resources collected by this project.
        
Keywords: security tls ssl dns http scan vulnerability
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Natural Language :: English
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: System :: Networking
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Security
Requires-Python: >=3.6
Description-Content-Type: text/markdown
