-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle-template.html
More file actions
45 lines (33 loc) · 1.1 KB
/
article-template.html
File metadata and controls
45 lines (33 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html>
<head>
<title>Useful links you should check out - Abdulrahman Al-Qabandi</title>
<link href="../q.css" rel="stylesheet">
</head>
<body>
<div id="qLogo"><img src="../q.png"/>
<div id="qNav">
<a href="../">Home</a>
<a href="../About">About</a>
<a href="../Tools">Tools</a>
<a href="../Links">Links</a>
<a href="https://www.twitter.com/qab" target="_BLANK">Twitter</a>
<a href="../Stuff">Stuff</a>
</div>
</div>
<div id="qWriteup">
<h1>Useful links you should check out</h1>
<br>
<p>
<a href="https://portswigger.net/burp/">Burp Suite</a><br>
<a href="https://developer.mozilla.org/en-US/docs/How_to_get_a_stacktrace_with_WinDbg">Get stacktrace using WinDbg (Firefox)</a><br>
<a href="https://developer.mozilla.org/en-US/docs/Web/">Mozilla Web Documentation</a><br>
<a href="https://html5sec.org">Collection of HTML5 XSS Vectors</a><br>
<a href="https://bugzilla.mozilla.org">Look at old reported bugs to learn from (Firefox)</a><br>
<a href=""></a><br>
</p>
</div>
<script type="application/javascript" src="../q.js">
</script>
</body>
</html>