Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 942 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 942 Bytes

--------> Out of Date since SHA2017 <--------

Contribute

You can contribute via a pull request or an issue with a bug or a feature request. Please keep in mind that we are developing this project in our free time so a response might take some time .

How to add challenges

  1. Clone owasp-workshop-android-pentest/Vuln_app_1/app/src/main/java/ruhrpott/owasp/com/vuln_app_1/Template.java
  2. Clone owasp-workshop-android-pentest/Vuln_app_1/app/src/main/res/layout/fragment_template.xml
  3. Change fragment_basic_http in View rootView = inflater.inflate(R.layout.fragment_basic_http, container, false); to your fragment created in 2.
  4. Design your fragment
  5. Add challenge to public Fragment getItem(int position) in owasp-workshop-android-pentest/Vuln_app_1/app/src/main/java/ruhrpott/owasp/com/vuln_app_1/MainActivity.java