forked from cpkkcb/fuzzDicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sensitive.txt
14837 lines (14837 loc) · 211 KB
/
sensitive.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
/bussines
/test.html
/bkp
/config.properties
/enterpriseportal
/eims
/classes/Users.php
/api/blade-user/
/api/
index/menu
menu/index
console
nacos
admin/serevr
admin/service
admin/Login/
..;/
.bash_history
.bash_logout
.bash_profile
.bashrc
.config.inc.php.swp
.config.php.swp
.credentials
.database.php.swp
.db.php.swp
.docker/config.json
.dockercfg
.DS_Store
.editorconfig
.env
.env.example
.eslintignore
.eslintrc.js
.esmtprc
.ftpconfig
.git
.git-credentials
.git/config
.git/HEAD
.git/index
.gitattributes
.github
.gitignore
.gitlab-ci.yml
.gitmodules
.history
.htaccess
.htaccess.bak
.htpasswd
.htpasswd.bak
.idea
.idea/modules.xml
.idea/WebServers.xml
.idea/workspace.xml
.index.php.swp
.key
.keys.yml
.mysql.php.swp
.mysql_history
.netrc
.npmrc
.pgpass
.prettierignore
.prettierrc.js
.rediscli_history
.remote-sync.json
.s3cfg
.secret
.secret_key
.settings.php.swp
.ssh/authorized_keys
.ssh/id_dsa
.ssh/id_dsa.pub
.ssh/id_rsa
.ssh/id_rsa.pub
.ssh/known_hosts
.svn
.svn/entries
.travis.yml
.tugboat
.user.ini
.vimrc
.vscode
.vscode/settings.json
.vscode/sftp.json
.well-known/apple-app-site-association
.well-known/security.txt
.wp-config.php.swp
1.7z
1.asp
1.aspx
1.gz
1.htaccess
1.htpasswd
1.jsp
1.jspx
1.php
1.rar
1.sql
1.tar.bz2
1.tar.gz
1.tgz
1.txt
1.zip
123.php
123.txt
2
2.jsp
2.php
2.sql
2.txt
22.php
_admin
_async/AsyncResponseServiceSoap12
_cat/
_cat/indices
_config
_legacy
_mapping
_phpmyadmin/index.php
a.7z
a.gz
a.out
a.php
a.rar
a.tar.bz2
a.tar.gz
a.tgz
a.zip
aa.php
access-log
access-log.1
access.1
access.log
activemq
activeMQ/
activity
actuator
actuator/archaius
actuator/auditevents
actuator/autoconfig
actuator/bindings
actuator/caches
actuator/channels
actuator/conditions
actuator/configprops
actuator/env
actuator/env.json
actuator/gateway/globalfilters
actuator/gateway/routefilters
actuator/gateway/routes
actuator/health
actuator/health.json
actuator/heapdump
actuator/hystrix.stream
actuator/integrationgraph
actuator/mappings
actuator/metrics
actuator/routes
actuator/scheduledtasks
actuator/service-registry
admin
Admin
admin-console
admin-console/login.seam
admin.7z
admin.asp
admin.aspx
admin.do
admin.gz
admin.html
admin.jsp
admin.php
admin.rar
admin.sql
admin.tar.bz2
admin.tar.gz
admin.tgz
admin.zip
admin/
admin/admin
admin/adminer.php
admin/adminLogin.do
admin/checkLogin.do
admin/cores
admin/env
admin/heapdump
admin/index.do
Admin/Login
admin/Login.aspx
admin/login.do
admin/menu
admin/Register.aspx
admin/server-status
Adminer
adminer.php
adminer.sql
administrator
adminLogin.do
airflow
alertmanager
altair
ansible
antx.properties
api
api-doc
api-docs
api.html
api.json
api.php
api.tar
api.tar.gz
api.zip
api/actuator
api/actuator/env
api/batch
api/config
api/contents
api/dev
api/dev/applications
api/dev/services
api/doc
api/doc.html
api/env
api/graph
api/health
api/host
api/incidents
api/incidents/events
api/incidents/open
api/login
api/payment?id=
api/prod/services
api/proxy
api/proxy?url=
api/register
api/search
api/sessions
api/spaces/space
api/status
api/swagger-ui.html
api/swagger.json
api/swagger.yml
api/systeminfo
api/user
api/users
api/v1/
api/v1/node
api/v1/pod
api/v1/pods
api/v1/proxy/namespaces
api/v1/proxy/nodes
api/v1/status/config
api/v1/targets
api/v2.0/search
api/v2.0/systeminfo
api/v2/api-docs
api/v4/users/1
api/v4/users/2
apigw/actuator
apigw/env
apigw/swagger-ui.html
apisix
apizza/
apollo
app.cfg
app.ini
app.js
app.log
app.zip
app/.git/config
app/.git/index
app/kibana
app/timelion
Application
application.ini
application.properties
Application.rar
Application.tar
Application.tar.gz
application.wadl
application.yml
Application.zip
application/config/application.ini
application/config/config.ini
application/configs/application.ini
Application/Runtime/common~runtime.php
applicationContext-context.xml
applicationContext-security.xml
applicationContext.xml
applications
applications.html
archaius
archery
aspxspy.aspx
assets
assets.tar.gz
assets.zip
auth/login
auth/login/sentry/
auth/register
autoconfig
axis/
axis/services
axis2
axis2/
axis2/axis2-admin/login
axis2/services
b.php
babel.config.js
back.tar.bz2
backup
backup.7z
backup.gz
backup.html
backup.rar
backup.sh
backup.sql
backup.sql.gz
backup.tar.bz2
backup.tar.gz
backup.tgz
backup.zip
bak.rar
bbs
bbs.tar
bbs.tar.gz
beans
bin.rar
bin.zip
bin/config.sh
bootstrap.properties
bootstrap.yml
bower_components
bower_components/underscore/README.md
bshservlet
bshservlet-wbsh
bug
bugfree
build-stats.json
build.gradle
build.sh
build.tar.gz
build.xml
cacti
cacti/
cacti/cacti.sql
cas
cas/login
casServer
center/casLogin
cert-key.pem
cgi-bin/test-cgi
cgi/capi
CHANGELOG
changelog
CHANGELOG.md
changelog.md
CHANGELOG.txt
changelog.txt
charts
checkLogin.do
classes.war
cleanup.log
client.conf
cloudstore
cloudstore/config/mysql.xml
cm.php
code.tar.gz
codeception.yml
codegen.json
commitlint.config.js
common.ts
Common.yml
common.yml
common/m_intl_common_header/gulpfile.js
composer.json
composer.lock
Conf
conf
conf.ini
conf.tar.gz
conf/application.ini
conf/conf.zip
conf/config.ini
conf/email.ini
conf/fastcgi.conf
conf/jdbc.properties
conf/nginx.conf
config
config.gz
config.inc
config.inc.php.bak
config.ini
config.js
config.json
config.php
config.php.bak
config.php~
config.properties
config.rb
config.sh
config.tar
config.tar.gz
Config.yml
config.yml
config.zip
config/.config.php.swp
config/.config_global.php.swp
config/application.ini
config/config.inc
config/config.ini
config/config.php
config/config_global.php.bak
config/database.yml
config/master.key
configprops
configs/application.ini
configuration.ini
Configuration.xml
conn.yml
Conn.yml
connect.yml
Connect.yml
Connections.yml
connections.yml
console/
consul
contacts.db
containerLogs/
containers/json
CONTRIBUTING
CONTRIBUTING.md
CONTRIBUTING.txt
Controls
Controls/Ueditor/
core
coverage
cpanel
credentials
credentials.xml
cri
css.asp
customers.log
dama.asp
dama.aspx
dama.jsp
dama.jspx
dama.php
dashboard.php
dashboard/
data
data.7z
data.gz
data.log
data.rar
data.sql
data.tar.bz2
data.tar.gz
data.tgz
data.txt
data.zip
data/
data/admin/ver.txt
DataBackup
database
database.7z
database.gz
database.log
database.properties
dataBase.properties
database.rar
database.sql
database.sql.gz
database.tar.bz2
database.tar.gz
database.tgz
database.yml
Database.yml
database.zip
database_config.properties
datasource.html
datasource.yml
db.7z
db.conf
db.gz
db.inc
db.ini
db.log
db.php.bak
db.properties
db.rar
db.sql
db.sql.gz
db.sqlite
db.sqlite3
db.tar.bz2
db.tar.gz
db.tgz
db.yaml
db.yml
Db.yml
db.zip
dbaccess.log
dbeaver-data-sources.xml
debug
debug.log
debug.php
debug.txt
Debug.yml
debug.yml
debug/flags/v
debug/metrics
debug/pprof/
debug/vars
default1.aspx
defaultroot/officeserverservlet
defaultroot/upload/fileUpload.controller
demo
deploy.sh
deploy.tar.gz
deployment-config.json
descriptor
dev
dev.html
dev/applications
dev/services
DEVELOP_GUIDE.md
dfshealth.html
dist
dist.rar
dist.tar.gz
dist.zip
doc.html
doc/page/login.asp
docker
docker-compose.yml
docker/Dockerfile
Dockerfile
docs
docs.html
docs.json
docs.tar
docs.zip
download
druid/
druid/index.html
druid/login.html
druid/sql.json
druid/websession.json
dubbo
dump.rdb
dump.sql
dump.sql.gz
dwr
dwr/index.html
edit
ehcache
elasticsearch
elasticsearch.properties
elk
elmah.axd
email.html
env
env.json
env.sh
env/
envs
error.log
errors.log
es
etc/fstab
etc/hosts
etc/passwd
etc/shadow
eureka-client/
eureka-server/
eureka/
eureka/apps
eureka/status
eurekaServer/
eval
example.html
examples/
examples/index.html
examples/servlets/servlet/SessionExample
explore/
explore/projects
explorer.html
Fckeditor
FCKeditor/editor/filemanager/connectors/asp/connector.asp
fetch
fileServer
filezilla
filezilla.xml
filezilla/filezilla.xml
filezilla/recentservers.xml
fisheye
ftp.7z
ftp.gz
ftp.rar
ftp.tar.bz2
ftp.tar.gz
ftp.tgz
ftp.zip
fuck.php
ganglia/
gateway
gateway/globalfilters
gateway/routefilters
gateway/routes
git
gitee
gitlab
gitlab/
globals.d.ts
goroutine
grafana/
graph
graphiql
graphql
graphql-explorer
graphql/console
Gruntfile.js
gulpfile.js
handling/v1/
handling/v1/incidents
health
healthz
heapdump
Help
help.html
help/sys/help.html
heroku.json
historys.html
hive
host
hosts.html
htdocs.tar.gz
htpasswd.bak
httpd.conf
hub
hystrix
hystrix.stream
i.php
iam
ibm/console/logon.jsp
id_dsa
id_rsa
id_rsa.pub
incidents
index.7z
index.bak
index.cgi.bak
index.gz
index.php.bak
index.php~
index.rar
index.tar.bz2
index.tar.gz
index.tgz
index.ts
index.zip
init
init.bat
INSTALL
install
INSTALL.md
install.md
install.php
install.sh
install.tar.gz
INSTALL.txt
install.txt
invokeState
istio
item/admin
iur/
java
java/
JavaMelody
jdbc.properties
Jdbc.yml
jdbc.yml
jeeadmin/jeebbs/index.do
jeeadmin/jeecms/index.do
jeecgboot/doc.html
jeecgboot/swagger-resources
jeecgboot/v2/api-docs
jenkins.yml
jenkins/
jenkins/script
jmx
jmx-console/
jmx-console/HtmlAdaptor
jndi.properties
js/extjs/examples/feed-viewer/view.html
js/extjs/examples/index.html
js/Gruntfile.js
js/log.js
js/Uploadify.js
json/list
jspspy.jsp
jspspy.jspx
jsrpc.php
k8s
key
key.txt
keys
kiali
kibana
kube
kubernetes
laravel5.sql
latestchanges.html
LICENSE
LICENSE.md
license.txt
LICENSE.txt
livez
log.html
log.log
log/access.log
log/error.log
log/www-error.log
log4j.properties
log4j2.xml
logback.xml
logfile
logging
login
Login.aspx
Login/Login
login/login
Login/login
login/Login.jsp
logins.json
logs
logs.tar
logs.tar.gz
logs.zip
logs/
logs/access.log
logs/error.log
logs/liferay.log
logs/login.log
logs/www-error.log
main
maintenance
Makefile
manage
manage/env
manage/heapdump
manage/login.htm
management
management/env
management/heapdump
manager
manager.aspx
manager.do
manager.jsp
manager.jspx
manager.php
manager.tar
manager.tar.gz
manager.zip
manager/html
manifest.json
mappings
mappings.json
master.key
memadmin/index.php
members.log
memory
metric
metrics
metrics/
metrics/probes
mobile
mobilejdbc.properties
mongo.properties
mongoid.yml
monitor
monitor/job
monitor/online
monitoring
mw-config/
myadmin/login.php
nacos/
nagios
nginx.conf
nginx_status
node_modules
nohup.out
nomad
npm-debug.log
o.tar.gz
oa
oauth
oauth2/authorize
old
old.7z
old.gz
old.rar
old.tar.bz2
old.tar.gz
old.tgz
old.zip
onealert
online-users.html
ooxx.asp
ooxx.aspx
ooxx.jsp
ooxx.jspx
ooxx.php
openapi.json
orders.log
out
output.tar.gz
OWA
owipav
p
p.php
package-lock.json
package.7z
package.gz
package.json
package.rar
package.tar.bz2
package.tar.gz
package.tgz
package.zip
panabit
persistence.xml
php-fpm/error.log
php-fpm/www-error.log
php.ini
php.php
phpinfo.php
phpmyadmin
phpMyAdmin
phpmyadmin/index.php
phpMyAdmin/index.php
phpMyAdmin/setup/
phpspy.php
phpunit.xml
pigoss
plugin.properties
plugin/tools/tools.php
plugins/servlet/oauth/users/icon-uri
plus/90sec.php
pm2.json
pma/index.php
pms
pods
pom.xml
postcss.config.js
pp-site-association
pprof
preview.html
printenv
process.bak
prod-api/
prod/services
production.js
profile
proftpdpasswd
project.properties
project/details/swagger-ui.html
prometheus
properties
proxy
proxy.pac
proxy.stream
public/README.md
Public/ueditor/php/config.json
query?q=SHOW%20STATS
rabbitmq.properties
read
read_file
readfile
README
readme
readme.html
README.md
readme.md
README.txt
readme.txt
readyz
recentservers.xml
redis
redis.properties
redmine
register
release-timestamp.txt
requirements.txt
resin-admin/
resin-admin/index.php
resin-status
resin.tar
resin.tar.gz
resin.zip
resource.gz
resources
resources/Gruntfile.js
resources/js/ueditor/
rest/swagger.json
robomongo.json
ROOT.tar.gz
ROOT.war
ROOT.zip
routes
rs-status
rsync.sh
run.sh
runningpods/
Runtime
Runtime.rar
Runtime.tar
Runtime.tar.gz
Runtime.zip
s.asp
s.aspx
s.jsp
s.jspx
s.php
s/README.md
sales.log
salesforce.js
scheduledtasks
script.tar.gz
script.zip
Search-Replace-DB-master/
Search-Replace-DB/
secret
secret_key
secrets.yml
secure
secure/attachmentzip/
secure/ConfigurePortalPages!default.jspa?view=popular
secure/ConfigureReport.jspa
secure/Dashboard.jspa
secure/ManageFilters.jspa?filterView=popular
secure/popups/UserPickerBrowser.jspa
security.properties
seeyon/
seeyon/logs/login.log
seeyon/services
seeyonreport/ReportServer
server-info
server-status
server.cfg
server.log
Server.yml
server.yml
serverinfo/
service-registry
service/rest/swagger.json
service/siesta/swagger.json
services
Services
services/
servlet/AxisServlet
settings.ini
setup.php
setup.sh
sftp-config.json
sftp.json
shell.asp
shell.aspx
shell.jsp
shell.jspx
shell.php
siesta/swagger.json
signin
site.tar.gz
smartbi
smartbi/vision/index.jsp
sms
socker.io
socket
sofa-config.properties
solr
solr/
solr/admin/cores
solr/admin/info/system
spec/
splunk
spring-servlet.xml
sql.7z
sql.gz
sql.html
sql.log
sql.rar
sql.tar.bz2
sql.tar.gz
sql.tgz
sql.yml
sql.zip