-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (27 loc) · 1.44 KB
/
index.html
File metadata and controls
31 lines (27 loc) · 1.44 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
<html>
<head>
<title>SerundengSapi - Web Application Security</title>
<meta name="description" content="" />
<meta name="keywords" content="Web Application Security, Security Web, Web Server Application" />
<meta name="author" content="ManusiaHantu" >
<meta charset="utf-8"/>
<style>a{color:red}</style>
</head>
<body style="background-color:black;color:white">
<div margin="5%">
<div style="padding:5%;border:2px solid white">
<center><h3>Serundeng Sapi - Web Application Security</h3></center>
</div>
<div style="border:2px solid white">
<h4>Something of Web Application :</h4>
<p><a href="web/mapping.txt">» Simple-Web-Mapping</a></p>
<p><a href="web/auth.txt">» Testing-Authentication, Session Management, Access Controls</a></p>
<p><a href="web/datastore.txt">» Testing-in-data-stores</a></p>
<p><a href="web/backend.txt">» Play with Backend </a></p>
<p><a href="web/xss.txt">» Cross-Site Scripting </a></p>
<p><a href="web/otherattack.txt">» Common User Attacks</a></p>
<p><a href="web/nativecompiled.txt">» Intro Native Compiled Applications</a></p>
<p><a href="web/webserver.txt">» Web Server</a></p>
<p><center><a href="https://www.exploit-db.com/">Exploit-db</a> | <a href="https://owasp.org/">OWASP</a> | <a href="https://brutelogic.com.br/blog/">BruteLogic</a> | <a href="https://www.rapid7.com/">rapid7</a</center></p>
</div>
<center>© Copyright SerundengSapi - 2017</center>