-
Notifications
You must be signed in to change notification settings - Fork 179
/
Copy pathabout.html
22 lines (13 loc) · 1.07 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{% module Template("header.html") %}
<div class="jumbotron">
<h1>About JSParser</h1>
<h2>Version: 1.0</h2>
<p>Created by Brett Buerhaus (<a href="https://twitter.com/bbuerhaus">@bbuerhaus</a>) and Ben Sadeghipour (<a href="https://twitter.com/nahamsec">@nahamsec</a>).</p>
<p>Inspired by a tool created by Jobert Abma (<a href="https://twitter.com/jobertabma/">@jobertabma</a>).</p>
<h2>References</h2>
<ul>
<li><a href="http://buer.haus/2017/03/31/airbnb-web-to-app-phone-notification-idor-to-view-everyones-airbnb-messages/">http://buer.haus/2017/03/31/airbnb-web-to-app-phone-notification-idor-to-view-everyones-airbnb-messages/</a></li>
<li><a href="http://buer.haus/2017/03/09/airbnb-chaining-third-party-open-redirect-into-server-side-request-forgery-ssrf-via-liveperson-chat/">http://buer.haus/2017/03/09/airbnb-chaining-third-party-open-redirect-into-server-side-request-forgery-ssrf-via-liveperson-chat/</a></li>
</ul>
</div>
{% module Template("footer.html") %}