mirror of
https://github.com/danielmiessler/SecLists
synced 2026-02-26 09:27:28 +01:00
Merge pull request #912 from cosad3s/master
Update HTML tags & HTTP verbs
This commit is contained in:
commit
6aff8b92e0
2 changed files with 12 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ POST
|
|||
PUT
|
||||
DELETE
|
||||
TRACE
|
||||
TRACK
|
||||
DEBUG
|
||||
PURGE
|
||||
CONNECT
|
||||
PROPFIND
|
||||
|
|
@ -47,6 +49,8 @@ post
|
|||
put
|
||||
delete
|
||||
trace
|
||||
track
|
||||
debug
|
||||
purge
|
||||
connect
|
||||
propfind
|
||||
|
|
|
|||
|
|
@ -56,6 +56,11 @@ form
|
|||
frame
|
||||
frameset
|
||||
h1
|
||||
h2
|
||||
h3
|
||||
h4
|
||||
h5
|
||||
h6
|
||||
head
|
||||
header
|
||||
hgroup
|
||||
|
|
@ -103,6 +108,7 @@ option
|
|||
output
|
||||
p
|
||||
param
|
||||
portal
|
||||
picture
|
||||
plaintext
|
||||
pre
|
||||
|
|
@ -116,6 +122,7 @@ ruby
|
|||
s
|
||||
samp
|
||||
script
|
||||
search
|
||||
section
|
||||
select
|
||||
set
|
||||
|
|
@ -150,4 +157,4 @@ ul
|
|||
var
|
||||
video
|
||||
wbr
|
||||
xmp
|
||||
xmp
|
||||
Loading…
Reference in a new issue