InfosysResponsibleAiToolKit commited on
Commit
69aa799
·
1 Parent(s): 3fb7c40

requirement file

Browse files
Kubernetes/responsible-ai-moderation-model.yaml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ apiVersion: v1
2
+ kind: Service
3
+ metadata:
4
+ name: responsible-ai-moderation-model
5
+ namespace: irai-toolkit-test
6
+ labels:
7
+ app: responsible-ai-moderation-model
8
+ spec:
9
+ type: ClusterIP
10
+ ports:
11
+ - port: 8000
12
+ selector:
13
+ app: responsible-ai-moderation-model
14
+ ---
15
+ apiVersion: apps/v1
16
+ kind: Deployment
17
+ seccompProfile:
18
+ type: "RuntimeDefault"
19
+ automountServiceAccountToken: false
20
+ metadata:
21
+ name: responsible-ai-moderation-model
22
+ namespace: irai-toolkit-test
23
+ labels:
24
+ app: responsible-ai-moderation-model
25
+ version: v1
26
+ spec:
27
+ replicas: 1
28
+ selector:
29
+ matchLabels:
30
+ app: responsible-ai-moderation-model
31
+ version: v1
32
+ template:
33
+ metadata:
34
+ labels:
35
+ app: responsible-ai-moderation-model
36
+ version: v1
37
+ spec:
38
+ automountServiceAccountToken: false # Disable token mounting
39
+ imagePullSecrets:
40
+ - name: docker-secret
41
+ containers:
42
+ - envFrom:
43
+ - configMapRef:
44
+ name: privacy-config
45
+ image: <Image Name>
46
+ imagePullPolicy: Always
47
+ name: responsible-ai-privacy
48
+ ports:
49
+ - containerPort: 8000
50
+ securityContext:
51
+ runAsUser: 1000 # Non-root user
52
+ runAsGroup: 1000
53
+ capabilities:
54
+ drop:
55
+ - ALL # Drop all capabilities
56
+ resources:
57
+ limits:
58
+ #cpu: '2'
59
+ memory: '8Gi'
60
+ nvidia.com/gpu: 1
data/themes.json ADDED
The diff for this file is too large to render. See raw diff
 
data/wordlist.csv ADDED
@@ -0,0 +1,1096 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ word_list
2
+ Beaner
3
+ Bollocks
4
+ Crikey
5
+ idoit
6
+ rouge
7
+ shit
8
+ Chucklehead
9
+ Damn
10
+ Bugger
11
+ Rubbish
12
+ bloody
13
+ disgusting
14
+ hell
15
+ rascal
16
+ sinner
17
+ slavish
18
+ frivolous
19
+ duffer
20
+ numpty
21
+ muppet
22
+ slicker
23
+ fool
24
+ pervert
25
+ bugger's
26
+ nerd
27
+ rude
28
+ pornography
29
+ Hoser
30
+ slags
31
+ darn it
32
+ useless
33
+ bandit
34
+ brat
35
+ weird
36
+ wanker
37
+ Knobhead
38
+ fuck-off
39
+ sucks
40
+ witch
41
+ mad
42
+ mental
43
+ scumbag
44
+ noob
45
+ pathetic
46
+ shithead
47
+ two-faced
48
+ arrogant
49
+ cockamamie
50
+ nonsense
51
+ drivel
52
+ snarky
53
+ blowhard
54
+ downright
55
+ crap
56
+ spoiled
57
+ windbag
58
+ crap
59
+ archeologist
60
+ beasty
61
+ terrible
62
+ bothersome
63
+ silly
64
+ maddening
65
+ naughty
66
+ outrageous
67
+ worst
68
+ lousy
69
+ wolf whilisting
70
+ sexual
71
+ psycho
72
+ bullshit
73
+ asshole
74
+ brotherfucker
75
+ pigfucker
76
+ whore
77
+ fucker
78
+ nutsack
79
+ clown
80
+ rogue
81
+ boozer
82
+ beast
83
+ doughhead
84
+ trash
85
+ vicious
86
+ wicked
87
+ evil
88
+ crazy
89
+ Fuck
90
+ Motherfucker
91
+ dick head
92
+ jerk
93
+ idiot
94
+ ass
95
+ crazy bitch
96
+ Bloody fellow
97
+ bullocks
98
+ Holy shit
99
+ God dammit
100
+ dummy
101
+ bitch
102
+ bloddy loser
103
+ dumb bastards
104
+ weird bugger
105
+ stupid bimbo
106
+ fools
107
+ choad
108
+ creepy
109
+ Fuck
110
+ fucking whores
111
+ dick
112
+ riduculous
113
+ bloody fool
114
+ smutty
115
+ turd
116
+ cunt
117
+ freaking
118
+ piss
119
+ cock
120
+ black tongue
121
+ cynic
122
+ pandora's box
123
+ bloody yokel
124
+ timid
125
+ short-tempered
126
+ hen-pecked
127
+ fart
128
+ gutless
129
+ unworthy
130
+ slut
131
+ Holyshit
132
+ piece of shit
133
+ Fuckers
134
+ Cunnilingus
135
+ Nudity
136
+ dumb
137
+ sex
138
+ sexually assaulted
139
+ prick
140
+ murder
141
+ beastly
142
+ twat
143
+ rotten
144
+ shitbag
145
+ Slutbag
146
+ Filthy
147
+ freak
148
+ rascals
149
+ stupid
150
+ pervert
151
+ badass
152
+ snobby
153
+ ridiculous
154
+ nonsense
155
+ catty
156
+ snotty
157
+ brat
158
+ nasty
159
+ gossipmonger
160
+ begone
161
+ horror
162
+ vile
163
+ irritating
164
+ dreadful
165
+ insulting
166
+ male gaze
167
+ sexaholic
168
+ fool
169
+ mannerless
170
+ idotic
171
+ airhead
172
+ baddie
173
+ antihero
174
+ foul
175
+ waste
176
+ weary
177
+ greedy
178
+ awful
179
+ fucking
180
+ Asshole
181
+ pisses off
182
+ fucking
183
+ wimps
184
+ twats
185
+ rascal
186
+ God
187
+ scroundrel
188
+ idiot
189
+ kill
190
+ jealous
191
+ shit
192
+ suicide
193
+ pussy
194
+ begone
195
+ twat
196
+ nutsacks
197
+ god
198
+ obnoxious
199
+ peephole
200
+ cruel
201
+ pigsty
202
+ ridiculously
203
+ monstrous
204
+ useless
205
+ pig
206
+ darn it
207
+ grimy
208
+ bandit
209
+ oafish
210
+ yucky
211
+ repulsive
212
+ annoy
213
+ faulty
214
+ Bitch
215
+ wuss
216
+ jerk
217
+ dirty
218
+ 2 girls 1 cup
219
+ 4r5e
220
+ anal
221
+ anus
222
+ areole
223
+ arian
224
+ arrse
225
+ arse
226
+ arsehole
227
+ aryan
228
+ aSanchez
229
+ ass-fucker
230
+ assbang
231
+ assbanged
232
+ asses
233
+ assfuck
234
+ assfucker
235
+ assfukka
236
+ assmunch
237
+ asswhole
238
+ auto erotic
239
+ autoerotic
240
+ ballsack
241
+ bastard
242
+ bdsm
243
+ beastial
244
+ beastiality
245
+ bellend
246
+ bestial
247
+ bestiality
248
+ bimbo
249
+ bimbos
250
+ bitches
251
+ bitchin
252
+ bitching
253
+ blow job
254
+ blowjob
255
+ blowjobs
256
+ blue waffle
257
+ bondage
258
+ boner
259
+ boob
260
+ boobs
261
+ booobs
262
+ boooobs
263
+ booooobs
264
+ booooooobs
265
+ booty call
266
+ breasts
267
+ brown shower
268
+ brown showers
269
+ buceta
270
+ bukake
271
+ bukkake
272
+ bull shit
273
+ busty
274
+ butthole
275
+ carpet muncher
276
+ cawk
277
+ chink
278
+ cipa
279
+ clit
280
+ clitoris
281
+ clits
282
+ cnut
283
+ cockface
284
+ cockhead
285
+ cockmunch
286
+ cockmuncher
287
+ cocks
288
+ cocksuck
289
+ cocksucked
290
+ cocksucker
291
+ cocksucking
292
+ cocksucks
293
+ cokmuncher
294
+ coon
295
+ cow girl
296
+ cow girls
297
+ cowgirl
298
+ cowgirls
299
+ crotch
300
+ cum
301
+ cuming
302
+ cummer
303
+ cumming
304
+ cums
305
+ cumshot
306
+ cunilingus
307
+ cunillingus
308
+ cuntlicker
309
+ cuntlicking
310
+ cunts
311
+ deep throat
312
+ deepthroat
313
+ dickhead
314
+ dildo
315
+ dildos
316
+ dink
317
+ dinks
318
+ dlck
319
+ dog style
320
+ dog-fucker
321
+ doggie style
322
+ doggie-style
323
+ doggiestyle
324
+ doggin
325
+ dogging
326
+ doggy style
327
+ doggy-style
328
+ doggystyle
329
+ dong
330
+ donkeyribber
331
+ doofus
332
+ doosh
333
+ dopey
334
+ douch3
335
+ douche
336
+ douchebag
337
+ douchebags
338
+ douchey
339
+ drunk
340
+ duche
341
+ dumass
342
+ dumbass
343
+ dumbasses
344
+ dyke
345
+ dykes
346
+ eatadick
347
+ eathairpie
348
+ ejaculate
349
+ ejaculated
350
+ ejaculates
351
+ ejaculating
352
+ ejaculatings
353
+ ejaculation
354
+ ejakulate
355
+ enlargement
356
+ erect
357
+ erection
358
+ erotic
359
+ erotism
360
+ essohbee
361
+ extacy
362
+ extasy
363
+ f_u_c_k
364
+ f-u-c-k
365
+ f.u.c.k
366
+ f4nny
367
+ facial
368
+ fack
369
+ fag
370
+ fagg
371
+ fagged
372
+ fagging
373
+ faggit
374
+ faggitt
375
+ faggot
376
+ faggs
377
+ fagot
378
+ fagots
379
+ fags
380
+ faig
381
+ faigt
382
+ fanny
383
+ fannybandit
384
+ fannyflaps
385
+ fannyfucker
386
+ fanyy
387
+ fartknocker
388
+ fat
389
+ fatass
390
+ fcuk
391
+ fcuker
392
+ fcuking
393
+ feck
394
+ fecker
395
+ felch
396
+ felcher
397
+ felching
398
+ fellate
399
+ fellatio
400
+ feltch
401
+ feltcher
402
+ femdom
403
+ fingerfuck
404
+ fingerfucked
405
+ fingerfucker
406
+ fingerfuckers
407
+ fingerfucking
408
+ fingerfucks
409
+ fingering
410
+ fisted
411
+ fistfuck
412
+ fistfucked
413
+ fistfucker
414
+ fistfuckers
415
+ fistfucking
416
+ fistfuckings
417
+ fistfucks
418
+ fisting
419
+ fisty
420
+ flange
421
+ flogthelog
422
+ floozy
423
+ foad
424
+ fondle
425
+ foobar
426
+ fook
427
+ fooker
428
+ foot job
429
+ footjob
430
+ foreskin
431
+ freex
432
+ frigg
433
+ frigga
434
+ fubar
435
+ fuck-ass
436
+ fuck-bitch
437
+ fuck-tard
438
+ fucka
439
+ fuckass
440
+ fucked
441
+ fuckface
442
+ fuckhead
443
+ fuckheads
444
+ fuckhole
445
+ fuckin
446
+ fuckings
447
+ fuckingshitmotherfucker
448
+ fuckme
449
+ fuckmeat
450
+ fucknugget
451
+ fucknut
452
+ fuckoff
453
+ fuckpuppet
454
+ fucks
455
+ fucktard
456
+ fucktoy
457
+ fucktrophy
458
+ fuckup
459
+ fuckwad
460
+ fuckwhit
461
+ fuckwit
462
+ fuckyomama
463
+ fudgepacker
464
+ fuk
465
+ fuker
466
+ fukker
467
+ fukkin
468
+ fukking
469
+ fuks
470
+ fukwhit
471
+ fukwit
472
+ futanari
473
+ futanary
474
+ fux
475
+ fux0r
476
+ fvck
477
+ fxck
478
+ g-spot
479
+ gae
480
+ gai
481
+ gang bang
482
+ gang-bang
483
+ gangbang
484
+ gangbanged
485
+ gangbangs
486
+ ganja
487
+ gassyass
488
+ gay
489
+ gaylord
490
+ gays
491
+ gaysex
492
+ gey
493
+ gfy
494
+ ghay
495
+ ghey
496
+ gigolo
497
+ glans
498
+ goatse
499
+ god-dam
500
+ god-damned
501
+ godamn
502
+ godamnit
503
+ goddam
504
+ goddammit
505
+ goddamn
506
+ goddamned
507
+ gokkun
508
+ golden shower
509
+ goldenshower
510
+ gonad
511
+ gonads
512
+ gook
513
+ gooks
514
+ gringo
515
+ gspot
516
+ gtfo
517
+ guido
518
+ h0m0
519
+ h0mo
520
+ hamflap
521
+ hand job
522
+ handjob
523
+ hardcoresex
524
+ hardon
525
+ he11
526
+ hebe
527
+ heeb
528
+ hemp
529
+ hentai
530
+ heroin
531
+ herp
532
+ herpes
533
+ herpy
534
+ heshe
535
+ hitler
536
+ hiv
537
+ hoar
538
+ hoare
539
+ hobag
540
+ hoer
541
+ hom0
542
+ homey
543
+ homo
544
+ homoerotic
545
+ homoey
546
+ honky
547
+ hooch
548
+ hookah
549
+ hooker
550
+ hoor
551
+ hootch
552
+ hooter
553
+ hooters
554
+ hore
555
+ horniest
556
+ horny
557
+ hotsex
558
+ howtokill
559
+ howtomurdep
560
+ hump
561
+ humped
562
+ humping
563
+ hussy
564
+ hymen
565
+ inbred
566
+ incest
567
+ injun
568
+ j3rk0ff
569
+ jack off
570
+ jack-off
571
+ jackass
572
+ jackhole
573
+ jackoff
574
+ jap
575
+ japs
576
+ jerk off
577
+ jerk-off
578
+ jerk0ff
579
+ jerked
580
+ jerkoff
581
+ jism
582
+ jiz
583
+ jizm
584
+ jizz
585
+ jizzed
586
+ junkie
587
+ junky
588
+ kawk
589
+ kike
590
+ kikes
591
+ kinbaku
592
+ kinky
593
+ kinkyJesus
594
+ kkk
595
+ klan
596
+ knob
597
+ knobead
598
+ knobed
599
+ knobend
600
+ knobjocky
601
+ knobjokey
602
+ kock
603
+ kondum
604
+ kondums
605
+ kooch
606
+ kooches
607
+ kootch
608
+ kraut
609
+ kum
610
+ kummer
611
+ kumming
612
+ kums
613
+ kunilingus
614
+ kwif
615
+ kyke
616
+ l3i+ch
617
+ l3itch
618
+ labia
619
+ lech
620
+ LEN
621
+ leper
622
+ lesbians
623
+ lesbo
624
+ lesbos
625
+ lez
626
+ lezbian
627
+ lezbians
628
+ lezbo
629
+ lezbos
630
+ lezzie
631
+ lezzies
632
+ lezzy
633
+ lmao
634
+ lmfao
635
+ loin
636
+ loins
637
+ lube
638
+ lust
639
+ lusting
640
+ lusty
641
+ m-fucking
642
+ m0f0
643
+ m0fo
644
+ m45terbate
645
+ ma5terb8
646
+ ma5terbate
647
+ mafugly
648
+ mams
649
+ masochist
650
+ massa
651
+ master-bate
652
+ masterb8
653
+ masterbat*
654
+ masterbat3
655
+ masterbate
656
+ masterbating
657
+ masterbation
658
+ masterbations
659
+ masturbate
660
+ masturbating
661
+ masturbation
662
+ maxi
663
+ menses
664
+ menstruate
665
+ menstruation
666
+ meth
667
+ milf
668
+ mo-fo
669
+ mof0
670
+ mofo
671
+ molest
672
+ moolie
673
+ moron
674
+ mothafuck
675
+ mothafucka
676
+ mothafuckas
677
+ mothafuckaz
678
+ mothafucked
679
+ mothafucker
680
+ mothafuckers
681
+ mothafuckin
682
+ mothafucking
683
+ mothafuckings
684
+ mothafucks
685
+ mother fucker
686
+ motherfuck
687
+ motherfucka
688
+ motherfucked
689
+ motherfucker
690
+ motherfuckers
691
+ motherfuckin
692
+ motherfucking
693
+ motherfuckings
694
+ motherfuckka
695
+ motherfucks
696
+ mtherfucker
697
+ mthrfucker
698
+ mthrfucking
699
+ muff
700
+ muffdiver
701
+ muffpuff
702
+ mutha
703
+ muthafecker
704
+ muthafuckaz
705
+ muthafucker
706
+ muthafuckker
707
+ muther
708
+ mutherfucker
709
+ mutherfucking
710
+ muthrfucking
711
+ n1g
712
+ n1gg
713
+ n1gga
714
+ n1gger
715
+ nad
716
+ nads
717
+ naked
718
+ napalm
719
+ nappy
720
+ nazi
721
+ nazism
722
+ needthedick
723
+ negro
724
+ nig
725
+ nigg
726
+ nigg3r
727
+ nigg4h
728
+ nigga
729
+ niggah
730
+ niggas
731
+ niggaz
732
+ nigger
733
+ niggers
734
+ niggle
735
+ niglet
736
+ nimrod
737
+ ninny
738
+ nipple
739
+ nipples
740
+ nob
741
+ nob jokey
742
+ nobhead
743
+ nobjocky
744
+ nobjokey
745
+ nooky
746
+ nude
747
+ nudes
748
+ numbnuts
749
+ nutbutter
750
+ nympho
751
+ omg
752
+ opiate
753
+ opium
754
+ oral
755
+ orally
756
+ organ
757
+ orgasim
758
+ orgasims
759
+ orgasm
760
+ orgasmic
761
+ orgasms
762
+ orgies
763
+ orgy
764
+ ovary
765
+ ovum
766
+ ovums
767
+ p.u.s.s.y.
768
+ p0rn
769
+ paddy
770
+ paki
771
+ pantie
772
+ panties
773
+ panty
774
+ pastie
775
+ pasty
776
+ pawn
777
+ pcp
778
+ pecker
779
+ pedo
780
+ pedophile
781
+ pedophilia
782
+ pedophiliac
783
+ pee
784
+ peepee
785
+ penetrate
786
+ penetration
787
+ penial
788
+ penile
789
+ penis
790
+ penisfucker
791
+ perversion
792
+ peyote
793
+ phalli
794
+ phallic
795
+ phonesex
796
+ phuck
797
+ phuk
798
+ phuked
799
+ phuking
800
+ phukked
801
+ phukking
802
+ phuks
803
+ phuq
804
+ pillowbiter
805
+ pimp
806
+ pimpis
807
+ pinko
808
+ piss
809
+ piss-off
810
+ pissed
811
+ pisser
812
+ pissers
813
+ pisses
814
+ pissflaps
815
+ pissin
816
+ pissing
817
+ pissoff
818
+ playboy
819
+ pms
820
+ polack
821
+ pollock
822
+ poon
823
+ poontang
824
+ poop
825
+ porn
826
+ porno
827
+ pornos
828
+ pot
829
+ potty
830
+ pricks
831
+ prig
832
+ pron
833
+ prostitute
834
+ prude
835
+ pube
836
+ pubic
837
+ pubis
838
+ punkass
839
+ punky
840
+ puss
841
+ pusse
842
+ pussi
843
+ pussies
844
+ pussyfart
845
+ pussypalace
846
+ pussypounder
847
+ pussys
848
+ puto
849
+ queaf
850
+ queef
851
+ queer
852
+ queero
853
+ queers
854
+ quicky
855
+ quim
856
+ r-tard
857
+ racy
858
+ rape
859
+ raped
860
+ raper
861
+ raping
862
+ rapist
863
+ raunch
864
+ rectal
865
+ rectum
866
+ rectus
867
+ reefer
868
+ reetard
869
+ reich
870
+ retard
871
+ retarded
872
+ revue
873
+ rimjaw
874
+ rimjob
875
+ rimming
876
+ ritard
877
+ rtard
878
+ rum
879
+ rump
880
+ rumprammer
881
+ ruski
882
+ s_h_i_t
883
+ s-h-1-t
884
+ s-h-i-t
885
+ s-o-b
886
+ s.h.i.t.
887
+ s.o.b.
888
+ s0b
889
+ sadism
890
+ sadist
891
+ sandbar
892
+ sausagequeen
893
+ scag
894
+ scantily
895
+ schizo
896
+ schlong
897
+ screw
898
+ screwed
899
+ screwing
900
+ scroat
901
+ scrog
902
+ scrot
903
+ scrote
904
+ scrotum
905
+ scrud
906
+ scum
907
+ seaman
908
+ seamen
909
+ seduce
910
+ semen
911
+ sh!+
912
+ sh!t
913
+ sh1t
914
+ shag
915
+ shagger
916
+ shaggin
917
+ shagging
918
+ shamedame
919
+ she male
920
+ shemale
921
+ shi+
922
+ shibari
923
+ shibary
924
+ shitdick
925
+ shite
926
+ shiteater
927
+ shited
928
+ shitey
929
+ shitface
930
+ shitfuck
931
+ shitfucker
932
+ shitfull
933
+ shithole
934
+ shithouse
935
+ shiting
936
+ shitings
937
+ shits
938
+ shitt
939
+ shitted
940
+ shitter
941
+ shitters
942
+ shitting
943
+ shittings
944
+ shitty
945
+ shiz
946
+ shota
947
+ sissy
948
+ skag
949
+ skank
950
+ slave
951
+ sleaze
952
+ sleazy
953
+ slope
954
+ slutbucket
955
+ slutdumper
956
+ slutkiss
957
+ sluts
958
+ smegma
959
+ smut
960
+ snatch
961
+ sniper
962
+ snuff
963
+ sodom
964
+ son-of-a-bitch
965
+ souse
966
+ soused
967
+ spac
968
+ sperm
969
+ spic
970
+ spick
971
+ spik
972
+ spiks
973
+ spooge
974
+ spunk
975
+ steamy
976
+ stfu
977
+ stiffy
978
+ stoned
979
+ strip
980
+ strip club
981
+ stripclub
982
+ stroke
983
+ stupid
984
+ suck
985
+ sucked
986
+ sucking
987
+ sumofabiatch
988
+ t1t
989
+ t1tt1e5
990
+ t1tties
991
+ tampon
992
+ tard
993
+ tawdry
994
+ teabagging
995
+ teat
996
+ teets
997
+ teez
998
+ terd
999
+ teste
1000
+ testee
1001
+ testes
1002
+ testical
1003
+ testicle
1004
+ testis
1005
+ three some
1006
+ threesome
1007
+ throating
1008
+ thrust
1009
+ thug
1010
+ tinkle
1011
+ tit
1012
+ titfuck
1013
+ titi
1014
+ tits
1015
+ titt
1016
+ tittie5
1017
+ tittiefucker
1018
+ titties
1019
+ titty
1020
+ tittyfuck
1021
+ tittyfucker
1022
+ tittywank
1023
+ titwank
1024
+ toke
1025
+ toots
1026
+ tosser
1027
+ tramp
1028
+ transsexual
1029
+ trashy
1030
+ tubgirl
1031
+ tush
1032
+ tw4t
1033
+ twathead
1034
+ twats
1035
+ twatty
1036
+ twunt
1037
+ twunter
1038
+ ugly
1039
+ undies
1040
+ unwed
1041
+ urinal
1042
+ urine
1043
+ uterus
1044
+ uzi
1045
+ v14gra
1046
+ v1gra
1047
+ vag
1048
+ vagina
1049
+ valium
1050
+ viagra
1051
+ virgin
1052
+ vixen
1053
+ vodka
1054
+ vomit
1055
+ voyeur
1056
+ vulgar
1057
+ vulva
1058
+ w00se
1059
+ wad
1060
+ wang
1061
+ wank
1062
+ wanky
1063
+ wazoo
1064
+ wedgie
1065
+ weed
1066
+ weenie
1067
+ weewee
1068
+ weiner
1069
+ weirdo
1070
+ wench
1071
+ wetback
1072
+ wh0re
1073
+ wh0reface
1074
+ whitey
1075
+ whiz
1076
+ whoar
1077
+ whoralicious
1078
+ whorealicious
1079
+ whored
1080
+ whoreface
1081
+ whorehopper
1082
+ whorehouse
1083
+ whores
1084
+ whoring
1085
+ wigger
1086
+ willies
1087
+ willy
1088
+ womb
1089
+ woody
1090
+ wop
1091
+ wtf
1092
+ x-rated2g1c
1093
+ xx
1094
+ xxx
1095
+ yaoi
1096
+ yury