Giter Site home page Giter Site logo

owasp / securityshepherd Goto Github PK

View Code? Open in Web Editor NEW
1.3K 85.0 443.0 186.19 MB

Web and mobile application security training platform

Home Page: https://owasp.org/www-project-security-shepherd/

License: GNU General Public License v3.0

C 0.01% C++ 0.01% HTML 0.30% CSS 0.41% Java 98.38% JavaScript 0.59% Shell 0.16% Dockerfile 0.12% AIDL 0.03%

securityshepherd's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

securityshepherd's Issues

Broken Crypto

Simplified, chat application, "encrypted" chat, key in chat.

Weak Server Side Controls

-Implement Google Volley for more efficient/readable code.

-Decide on what the challenge will entail.

Reverse Engineer 3

The key isn't stored in a string, the key is generated with a generateKey() function which the attacker has to copy in order to get the key.

Solve SQL Cipher Bug

SQLCipher based APKs will not install on anything but an emulator. Find out why:

-Check Imported JARS

-Rebuild new SQLCipher APK from scratch

-Check libs folder

CSRF Challenge 4

CSRF Nonces that seems random but is infact there are only 5, hashed in MD5

CSRF Challenge 5

Strong CSRF projection with pseudorandom values used as nonces. However a getNonce function can be manipulated to recover a user's nonce value. Function will also be vulnerable to enumeration, and all CSRF nonces (For the challenge) can be recovered in a single request.

New CSRF Challenge 3

A CSRF Challenge that uses nonces, but any valid nonce will succeed.

Nonces will be very short (5 possibilities)

Bad Crypto Challenge

A crypto level

result key is XORd with a secret server key.

The user can use the same cipher to encrypt their own text to try brute force the key. However the actual vulnerability in the crypto is that the XOR function will not account for spaces, and will reveal the server key. The ciphertext can then be XORd with the key to recover the plain text.

This was an issue discovered in shepherd's user specific keys that was addressed.

Cosmetics!

Custom Buttons, change background. Review dimensions of images.

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.