diff options
author | Jinwei Zhao <[email protected]> | 2016-09-07 10:26:41 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:46 +0800 |
commit | 8433131c1d6a293290257e92e60cbaef5b2c0f5b (patch) | |
tree | 472cba674d5b0a4d034c7a5912e72e9fedb56e45 /upload.html | |
parent | abb7ef076dc265e099eaf1277cbea6f2e6f43805 (diff) | |
download | jinwei.me-8433131c1d6a293290257e92e60cbaef5b2c0f5b.tar.gz |
fix Target="_blank" https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/
Diffstat (limited to 'upload.html')
-rw-r--r-- | upload.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/upload.html b/upload.html new file mode 100644 index 0000000..a348ea2 --- /dev/null +++ b/upload.html | |||
@@ -0,0 +1,10 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <title>Upload file</title> | ||
4 | </head> | ||
5 | <body> | ||
6 | |||
7 | <a href="http://139.162.79.23:8080/upload">Upload</a> | ||
8 | |||
9 | </body> | ||
10 | </html> | ||