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)
|
- [`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/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)
|
- [`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/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/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/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)
|
- [`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
|
a
|
||||||
abbr
|
abbr
|
||||||
|
acronym
|
||||||
address
|
address
|
||||||
|
applet
|
||||||
area
|
area
|
||||||
article
|
article
|
||||||
aside
|
aside
|
||||||
audio
|
audio
|
||||||
b
|
b
|
||||||
base
|
base
|
||||||
|
basefont
|
||||||
bdi
|
bdi
|
||||||
bdo
|
bdo
|
||||||
|
big
|
||||||
blockquote
|
blockquote
|
||||||
body
|
body
|
||||||
br
|
br
|
||||||
button
|
button
|
||||||
canvas
|
canvas
|
||||||
caption
|
caption
|
||||||
|
center
|
||||||
cite
|
cite
|
||||||
code
|
code
|
||||||
col
|
col
|
||||||
@@ -26,15 +31,20 @@ del
|
|||||||
details
|
details
|
||||||
dfn
|
dfn
|
||||||
dialog
|
dialog
|
||||||
|
dir
|
||||||
div
|
div
|
||||||
dl
|
dl
|
||||||
dt
|
dt
|
||||||
em
|
em
|
||||||
embed
|
embed
|
||||||
fieldset
|
fieldset
|
||||||
|
figcaption
|
||||||
figure
|
figure
|
||||||
|
font
|
||||||
footer
|
footer
|
||||||
form
|
form
|
||||||
|
frame
|
||||||
|
frameset
|
||||||
h1
|
h1
|
||||||
h2
|
h2
|
||||||
h3
|
h3
|
||||||
@@ -65,6 +75,7 @@ menuitem
|
|||||||
meta
|
meta
|
||||||
meter
|
meter
|
||||||
nav
|
nav
|
||||||
|
noframes
|
||||||
noscript
|
noscript
|
||||||
object
|
object
|
||||||
ol
|
ol
|
||||||
@@ -73,6 +84,7 @@ option
|
|||||||
output
|
output
|
||||||
p
|
p
|
||||||
param
|
param
|
||||||
|
picture
|
||||||
pre
|
pre
|
||||||
progress
|
progress
|
||||||
q
|
q
|
||||||
@@ -84,16 +96,19 @@ ruby
|
|||||||
s
|
s
|
||||||
samp
|
samp
|
||||||
script
|
script
|
||||||
|
search
|
||||||
section
|
section
|
||||||
select
|
select
|
||||||
small
|
small
|
||||||
source
|
source
|
||||||
span
|
span
|
||||||
|
strike
|
||||||
strong
|
strong
|
||||||
style
|
style
|
||||||
sub
|
sub
|
||||||
summary
|
summary
|
||||||
sup
|
sup
|
||||||
|
svg
|
||||||
table
|
table
|
||||||
tbody
|
tbody
|
||||||
td
|
td
|
||||||
@@ -106,6 +121,7 @@ time
|
|||||||
title
|
title
|
||||||
tr
|
tr
|
||||||
track
|
track
|
||||||
|
tt
|
||||||
u
|
u
|
||||||
ul
|
ul
|
||||||
var
|
var
|
||||||
|
|||||||
Reference in New Issue
Block a user