Add new wordlist for searching javascript files.
There is usually a lot of juicy information in javascript files and it is where a large portion of the applications functionality resides these days. Knowing what to search for is helpful considering some websites javascript files can be 10's of thousands of lines long.
This commit is contained in:
parent
5286ecde7e
commit
84164eb70b
6
dns.txt
6
dns.txt
|
|
@ -4,10 +4,16 @@ b
|
||||||
build
|
build
|
||||||
ci
|
ci
|
||||||
corp
|
corp
|
||||||
|
data
|
||||||
dev
|
dev
|
||||||
|
eks
|
||||||
|
experimental
|
||||||
git
|
git
|
||||||
jira
|
jira
|
||||||
kibana
|
kibana
|
||||||
oauth
|
oauth
|
||||||
|
ops
|
||||||
|
prod
|
||||||
|
production
|
||||||
q
|
q
|
||||||
staging
|
staging
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
://
|
||||||
|
//
|
||||||
|
token
|
||||||
|
auth
|
||||||
|
api
|
||||||
|
sourceMapping
|
||||||
|
post
|
||||||
|
xhr
|
||||||
|
request
|
||||||
|
config
|
||||||
Loading…
Reference in New Issue