chore: Add sources and update HTML tags with more (#84)
This commit is contained in:
4
NOTICE.md
vendored
4
NOTICE.md
vendored
@@ -1109,7 +1109,11 @@ Public License instead of this License.
|
||||
- [`discovery/tlds.txt`](wordlists/discovery/tlds.txt) - [Source](https://data.iana.org/TLD/tlds-alpha-by-domain.txt)
|
||||
- [`famous/facebook_phished.txt`](word.lists/famous/facebook_phished.txt) - [Source](https://github.com/s1kr10s/WFacebook/blob/master/diccionario.txt)
|
||||
- [`famous/fern_wifi.txt`](wordlists/famous/fern_wifi.txt) - [Source](https://github.com/savio-code/fern-wifi-cracker/blob/master/Fern-Wifi-Cracker/extras/wordlists/common.txt)
|
||||
- [`miscellaneous/android_permissions.txt`](wordlists/miscellaneous/android_permissions.txt) - [Source](https://developer.android.com/reference/android/Manifest.permission)
|
||||
- [`miscellaneous/bip_39.txt`](wordlists/miscellaneous/bip_39.txt) - [Source](https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt)
|
||||
- [`miscellaneous/english_profanity_words.txt`](wordlists/miscellaneous/english_profanity_words.txt) - [Source](https://www.cs.cmu.edu/~biglou/resources/bad-words.txt)
|
||||
- [`miscellaneous/french_profanity_words.txt`](wordlists/miscellaneous/french_profanity_words.txt) -> Only some words are from these sources - [Source 1](https://lingvist.com/course/learn-french-online/resources/french-curse-words/) & [Source 2](https://french-iceberg.com/french-swear-words/)
|
||||
- [`miscellaneous/html_colors.txt`](wordlists/miscellaneous/html_colors.txt) - [Source](https://www.w3schools.com/tags/ref_colornames.asp)
|
||||
- [`miscellaneous/html_js_events.txt`](wordlists/miscellaneous/html_js_events.txt) - Ran a script in my console as well as the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/Event)
|
||||
- [`miscellaneous/html_tags.txt`](wordlists/miscellaneous/html_tags.txt) - [Source](https://www.w3schools.com/tags/)
|
||||
- [`vulnerabilities/ssti.txt`](wordlists/vulnerabilities/ssti.txt) - [Source](https://github.com/carlospolop/Auto_Wordlists/blob/main/wordlists/ssti.txt)
|
||||
|
||||
16
wordlists/miscellaneous/html_tags.txt
vendored
16
wordlists/miscellaneous/html_tags.txt
vendored
@@ -1,20 +1,25 @@
|
||||
a
|
||||
abbr
|
||||
acronym
|
||||
address
|
||||
applet
|
||||
area
|
||||
article
|
||||
aside
|
||||
audio
|
||||
b
|
||||
base
|
||||
basefont
|
||||
bdi
|
||||
bdo
|
||||
big
|
||||
blockquote
|
||||
body
|
||||
br
|
||||
button
|
||||
canvas
|
||||
caption
|
||||
center
|
||||
cite
|
||||
code
|
||||
col
|
||||
@@ -26,15 +31,20 @@ del
|
||||
details
|
||||
dfn
|
||||
dialog
|
||||
dir
|
||||
div
|
||||
dl
|
||||
dt
|
||||
em
|
||||
embed
|
||||
fieldset
|
||||
figcaption
|
||||
figure
|
||||
font
|
||||
footer
|
||||
form
|
||||
frame
|
||||
frameset
|
||||
h1
|
||||
h2
|
||||
h3
|
||||
@@ -65,6 +75,7 @@ menuitem
|
||||
meta
|
||||
meter
|
||||
nav
|
||||
noframes
|
||||
noscript
|
||||
object
|
||||
ol
|
||||
@@ -73,6 +84,7 @@ option
|
||||
output
|
||||
p
|
||||
param
|
||||
picture
|
||||
pre
|
||||
progress
|
||||
q
|
||||
@@ -84,16 +96,19 @@ ruby
|
||||
s
|
||||
samp
|
||||
script
|
||||
search
|
||||
section
|
||||
select
|
||||
small
|
||||
source
|
||||
span
|
||||
strike
|
||||
strong
|
||||
style
|
||||
sub
|
||||
summary
|
||||
sup
|
||||
svg
|
||||
table
|
||||
tbody
|
||||
td
|
||||
@@ -106,6 +121,7 @@ time
|
||||
title
|
||||
tr
|
||||
track
|
||||
tt
|
||||
u
|
||||
ul
|
||||
var
|
||||
|
||||
Reference in New Issue
Block a user