Skip to content

Releases: adeyosemanputra/pygoat

Pygoat v2.0.1

26 Jul 16:02
c11e842
Compare
Choose a tag to compare

New themes
Bug fixing

PyGoat V2.0.0

12 Sep 05:35
d738110
Compare
Choose a tag to compare

PyGoat Release Version 2.0.0

  • Whole new section for OWASP TOP 10 2021
    • new lab on template injection
    • new 3 labs on cryptographic failure
    • 1 more lab on broken access control
    • 1 lab on Insecure Design
    • 1 more lab on security misconfiguration
    • 1 new lab on using components with known vulnerability
    • 2 new lab on Identification and Authentication failure
    • 1 lab on software and data integrity failure and XXS
    • Some labs on Insufficient logging
    • 2 new labs on SSRF
  • Section for Code discussion for most of the sections of OWASP 2021
  • Coding playground for
    • SSRF
    • Authentication failure
    • Insufficient logging
  • Added new section for SANS 25 and MITRE 25
  • Added new lab in SANS and MITRE 25 section
    • path traversal
    • command injection
    • code injection
    • CSRF
  • New Dark theme and improved UI
  • Better Docker file for smooth install
  • Brand new Logo

v2.0

02 Sep 05:42
3896e4e
Compare
Choose a tag to compare
v2.0 Pre-release
Pre-release

PyGoat Pre-Release Version 2.0

  • Whole new section for OWASP TOP 10 2021
    • new lab on template injection
    • new 3 labs on cryptographic failure
    • 1 more lab on broken access control
    • 1 lab on Insecure Design
    • 1 more lab on security misconfiguration
    • 1 new lab on using components with known vulnerability
    • 2 new lab on Identification and Authentication failure
    • 1 lab on software and data integrity failure and XXS
    • Some labs on Insufficient logging
    • 2 new labs on SSRF
  • Section for Code discussion for most of the sections of OWASP 2021
  • Coding playground for
    • SSRF
    • Authentication failure
    • Insufficient logging
  • Added new section for SANS 25 and MITRE 25
  • Added new lab in SANS and MITRE 25 section
    • path traversal
    • command injection
    • code injection
    • CSRF
  • New Dark theme and improved UI
  • Better Docker file for smooth install
  • Brand new Logo

Pygoat Gibraltar v1.2

25 May 05:03
50beb2c
Compare
Choose a tag to compare

fix #57 Fix Path Error
fix #55 added Google 0auth / auth with google
fix #54 change Login

Pygoat Gibraltar v1.1

06 May 16:23
3551d3a
Compare
Choose a tag to compare

Added Authentication For LAB #43
Fix For A10 Insufficient Logging & Monitoring

Pygoat Gibraltar v1.0

03 May 21:42
6f810cf
Compare
Choose a tag to compare

Added vulns done
• A1:2017-Injection✅
• A2:2017-Broken Authentication✅
• A3:2017-Sensitive Data Exposure✅
• A4:2017-XML External Entities (XXE)✅
• A5:2017-Broken Access Control✅
• A6:2017-Security Misconfiguration✅
• A7:2017-Cross-Site Scripting (XSS)✅
• A8:2017-Insecure Deserialization✅
• A9:2017-Using Components with Known Vulnerabilities ✅
• A10:2017-Insufficient Logging & Monitoring✅