From 7b263c802b8f3401a6da57b94d47448af6cd7b73 Mon Sep 17 00:00:00 2001 From: 0c34 Date: Wed, 8 Nov 2017 22:18:32 +0700 Subject: [PATCH] add client side authentication vulnerability --- templates/template.csa.html | 52 ++++++++++++++++++++++++++ templates/template.sidebar.html | 9 ++++- vulnerability/csa/csa.go | 65 +++++++++++++++++++++++++++++++++ 3 files changed, 124 insertions(+), 2 deletions(-) create mode 100644 templates/template.csa.html create mode 100644 vulnerability/csa/csa.go diff --git a/templates/template.csa.html b/templates/template.csa.html new file mode 100644 index 0000000..6c83d50 --- /dev/null +++ b/templates/template.csa.html @@ -0,0 +1,52 @@ +{{define "template.csa"}} {{template "template.header" .}} {{template "template.sidebar" .}} +
+
+
Client Side Authentication
+
+
+ +

Hello json

+

Verify your account to view full profile:

+ +
+
+
+ + + +
+
+
+ +
+
+
+
+{{.js}} + +{{template "template.footer"}} {{ end }} \ No newline at end of file diff --git a/templates/template.sidebar.html b/templates/template.sidebar.html index 75cbff6..aa7f7d0 100644 --- a/templates/template.sidebar.html +++ b/templates/template.sidebar.html @@ -45,13 +45,18 @@
  • IDOR 2
  • - -