Giter Site home page Giter Site logo

appam-plugin's Introduction

Appam plugin

Introduction

This plugin is only meant for security training. It should not be put used in any production system. It voluntarily contains several vulnerabilities.

Getting started

To run directly the plugin: mvn hpi:run.

Otherwise, you can compile is using mvn package and then install it on a running Jenkins instance.

Name history

This repository is the 2024 edition of the sister repository: https://github.com/Wadeck/emmenthal-plugin.

As this is used as a workshop in India, the name was adjusted to something in the indian cuisine that has holes.

The appam is a type of thin pancake originating from South India and Sri Lanka. It is made with fermented rice batter and coconut milk.

Appam

Topics

Level 1: Missing permission

Reference: https://owasp.org/Top10/A01_2021-Broken_Access_Control/ Jenkins documentation: https://www.jenkins.io/doc/developer/security/#what-do-plugins-need-to-do-to-protect-web-methods

  • missing
  • incorrect
  • wrong scope

Level 2: Cross-site Request Forgery (CSRF)

Reference: https://owasp.org/www-community/attacks/csrf

Level 3: Cross-site Scripting (XSS)

Reference: https://owasp.org/www-community/attacks/xss/ Jenkins documentation: https://www.jenkins.io/doc/developer/security/xss-prevention/

  • stored
  • reflected

Level 4: XML External Entity (XXE)

Reference: https://owasp.org/www-community/vulnerabilities/XML_External_Entity_(XXE)_Processing

  • SSRF
  • secrets theft

Level 5: Path Traversal

Reference: https://owasp.org/www-community/attacks/Path_Traversal

  • arbitrary file read

Level 6: Improper Secret Storage

Reference: https://cheatsheetseries.owasp.org/cheatsheets/Secrets_Management_Cheat_Sheet.html Jenkins documentation: https://www.jenkins.io/doc/developer/security/secrets/

  • plain text (any)
  • hashed (password)
  • encrypted (token)
  • timing attack

Level 7: Deny of Service (DoS)

Reference: https://owasp.org/www-community/attacks/Denial_of_Service

  • recursive calls
  • regex based

Level 8: Open Redirect

Reference: https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html

Level 9: Incorrect Usage of Credentials

Jenkins documentation: https://github.com/jenkinsci/credentials-plugin/blob/master/docs/consumer.adoc

  • incorrect scope (system vs global)
  • credentials enumeration
  • credentials theft

appam-plugin's People

Contributors

wadeck 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.