Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Broken image links after Commit 9659261 (#588) #637

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/README_Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

( Be sure to add a banner image of your app here! )
<p align="center">
<img src="https://raw.githubusercontent.com/globocom/secDevLabs/master/owasp-top10-2017-apps/a2/saidajaula-monster/images/img1.png"/>
<img src="../owasp-top10-2021-apps/a7/saidajaula-monster/images/img1.png"/>
</p>

( Here's a short description of your app! )
Expand Down Expand Up @@ -65,25 +65,25 @@ A nice example of images to have on an attack narrative in the discovery section
First time acessing the app:

<p align="center">
<img src="https://raw.githubusercontent.com/globocom/secDevLabs/master/owasp-top10-2017-apps/a2/saidajaula-monster/images/img1.png"/>
<img src="../owasp-top10-2021-apps/a7/saidajaula-monster/images/img1.png"/>
</p>

Found an interesting page:

<p align="center">
<img src="https://raw.githubusercontent.com/globocom/secDevLabs/master/owasp-top10-2017-apps/a2/saidajaula-monster/images/attack1.png"/>
<img src="../owasp-top10-2021-apps/a7/saidajaula-monster/images/attack1.png"/>
</p>

Started the analysis on how the app handles cookies:

<p align="center">
<img src="https://raw.githubusercontent.com/globocom/secDevLabs/master/owasp-top10-2017-apps/a2/saidajaula-monster/images/attack3.png"/>
<img src="../owasp-top10-2021-apps/a7/saidajaula-monster/images/attack3.png"/>
</p>

Confirmed the suspicion by having a look at the code!

<p align="center">
<img src="https://raw.githubusercontent.com/globocom/secDevLabs/master/owasp-top10-2017-apps/a2/saidajaula-monster/images/attack4.png"/>
<img src="../owasp-top10-2021-apps/a7/saidajaula-monster/images/attack4.png"/>
</p>

Add as many images as you can! A picture is worth more than a thousand words!
Expand All @@ -104,13 +104,13 @@ Some good examples of images are as follows:
Creating a payload:

<p align="center">
<img src="https://raw.githubusercontent.com/globocom/secDevLabs/master/owasp-top10-2017-apps/a2/saidajaula-monster/images/attack7.png"/>
<img src="../owasp-top10-2021-apps/a7/saidajaula-monster/images/attack7.png"/>
</p>

Delivering a payload, and results!

<p align="center">
<img src="https://raw.githubusercontent.com/globocom/secDevLabs/master/owasp-top10-2017-apps/a2/saidajaula-monster/images/attack8.png"/>
<img src="../owasp-top10-2021-apps/a7/saidajaula-monster/images/attack8.png"/>
</p>

## Secure this app
Expand Down