max tokens

~12364 tokens

├── README.md
├── XXEDicts
    └── README.MD
├── apiDict
    ├── api.py
    └── api.txt
├── ctfDict
    ├── ctf-wscan
    │   ├── 1.gif
    │   ├── README.md
    │   ├── __pycache__
    │   │   └── config.cpython-37.pyc
    │   ├── config.py
    │   ├── config.pyc
    │   ├── ctf-wscan.py
    │   ├── dict
    │   │   ├── default.txt
    │   │   ├── ext.txt
    │   │   └── remove-duplicates.py
    │   └── lib
    │   │   ├── __init__.py
    │   │   ├── __init__.pyc
    │   │   ├── __pycache__
    │   │       ├── __init__.cpython-37.pyc
    │   │       ├── generatedict.cpython-37.pyc
    │   │       ├── init.cpython-37.pyc
    │   │       ├── log.cpython-37.pyc
    │   │       └── scan.cpython-37.pyc
    │   │   ├── generatedict.py
    │   │   ├── init.py
    │   │   ├── init.pyc
    │   │   ├── log.py
    │   │   ├── log.pyc
    │   │   └── scan.py
    └── ctf.txt
├── directoryDicts
    ├── Filenames_or_Directories_All.txt
    ├── admin变种.txt
    ├── asp
    │   └── top30000.txt
    ├── dicc.txt
    ├── en_dirctories_all.txt
    ├── fileName10000.txt
    ├── jsp
    │   └── top100.txt
    ├── php
    │   ├── phpFileName.txt
    │   └── top3000.txt
    ├── top7000.txt
    ├── vulns.txt
    └── vuls
    │   ├── LDAP.txt
    │   ├── Traversal.txt
    │   ├── XML.txt
    │   ├── XXEExploit.txt
    │   ├── all.txt
    │   ├── apache.txt
    │   ├── cgis.txt
    │   ├── coldfusion.txt
    │   ├── domino.txt
    │   ├── fatwire.txt
    │   ├── fatwire_pagenames.txt
    │   ├── frontpage.txt
    │   ├── iis.txt
    │   ├── init
    │   ├── iplanet.txt
    │   ├── jrun.txt
    │   ├── netware.txt
    │   ├── oracle9i.txt
    │   ├── sharepoint.txt
    │   ├── sunas.txt
    │   ├── tests.txt
    │   ├── tomcat.txt
    │   ├── vignette.txt
    │   ├── weblogic.txt
    │   └── websphere.txt
├── easyXssPayload
    ├── README.md
    ├── burpXssPayload.txt
    ├── easyXssPayload.txt
    ├── markdown-xss-payload.txt
    └── xss.py
├── images
    ├── README.MD
    ├── api.jpg
    ├── directory.jpg
    ├── fileExt.png
    ├── parameter.jpg
    ├── password.jpg
    ├── sql.jpg
    ├── ssrf.jpg
    ├── username.jpg
    ├── xss.jpg
    └── xxe.jpg
├── js
    └── jsFileDict.txt
├── lotDict
    ├── acount.txt
    └── password.txt
├── paramDict
    ├── AllParam.txt
    ├── Arjun
    │   ├── CHANGELOG.md
    │   ├── LICENSE
    │   ├── README.md
    │   ├── arjun.py
    │   ├── core
    │   │   ├── __init__.py
    │   │   ├── colors.py
    │   │   ├── config.py
    │   │   ├── prompt.py
    │   │   ├── requester.py
    │   │   └── utils.py
    │   └── db
    │   │   └── params.txt
    ├── burp.txt
    ├── dir.txt
    ├── fuzzParam.py
    ├── js.txt
    ├── main.py
    ├── parameter.txt
    ├── php.txt
    └── vars.txt
├── passwordDict
    ├── Middleware
    │   ├── axis.txt
    │   ├── tomcat-pass.txt
    │   ├── tomcat-user.txt
    │   ├── weblogic.txt
    │   └── zabbix.txt
    ├── README.MD
    ├── RW_Password
    │   ├── README.md
    │   ├── RW_Password.py
    │   ├── 四个条件至少满足三个的6位数密码107965条.txt
    │   ├── 四个条件至少满足三个的8位数密码91286条.txt
    │   ├── 密码字典4952222条.rar
    │   ├── 数字和字母同时存在的6位数密码76905条.txt
    │   ├── 数字和字母同时存在的8位数密码60850条.txt
    │   ├── 符合四个条件的6位数密码1633条.txt
    │   ├── 符合四个条件的8位数密码1420条.txt
    │   ├── 至少存在一个大写字母一个小写字母一个数字不能有三个相同的字符和特殊符号的6位数密码76905条.txt
    │   ├── 至少存在一个大写字母一个小写字母一个数字不能有三个相同的字符和特殊符号的8位数密码60850条.txt
    │   ├── 至少存在一个大写字母一个小写字母一个数字的6位数密码75945条.txt
    │   ├── 至少存在一个大写字母一个小写字母一个数字的8位数密码59995条.txt
    │   ├── 至少存在一个字母一个数字一个特殊符号的6位数密码27566条.txt
    │   └── 至少存在一个字母一个数字一个特殊符号的8位数密码26860条.txt
    ├── ServiceWeakPass
    │   ├── ftp
    │   │   └── init.txt
    │   ├── ftp弱口令
    │   │   ├── ftp-pass.txt
    │   │   └── ftp-user.txt
    │   ├── mstsc远程弱口令
    │   │   └── 3389.txt
    │   ├── mysql弱口令
    │   │   ├── mysql-pass.txt
    │   │   └── mysql-user.txt
    │   └── ssh弱口令
    │   │   ├── ssh-pass.txt
    │   │   └── ssh-user.txt
    ├── birth.txt
    ├── top1000.txt
    ├── top19576.txt
    ├── top3000.txt
    ├── top500.txt
    ├── top6000.txt
    ├── webshell-pass.txt
    ├── wifi_top2000_passwd.txt
    ├── 华为安全产品默认用户名密码速查表.xlsx
    ├── 常见安全设备默认口令清单.xlsx
    ├── 某集团下发的弱口令字典.txt
    └── 路由器默认密码.txt
├── rcePayloads
    ├── GhostScript-Rce-1.jpg
    ├── GhostScript-Rce-2.jpg
    ├── GhostScript-Rce-3.jpg
    ├── GhostScript-Rce-4.jpg
    ├── GhostScript-Rce.txt
    ├── Imagemagick-rce-1.jpg
    ├── Imagemagick-rce-2.jpg
    ├── Imagemagick-rce-3.jpg
    ├── Imagemagick-rce-4.jpg
    ├── Imagemagick-rce.txt
    ├── RCE-filter-and-WAF-Bypass.txt
    ├── README.md
    ├── Top-46-RCE-Parameters.txt
    ├── Unix-Commond-Inject-Payload-List.txt
    ├── Windows-Commond-Inject-Payload-List.txt
    ├── poc.pdf
    ├── poc.xml
    └── rce-when-all-dangerous-characters-are-escaped.txt
├── routerDicts
    ├── README.md
    └── pass.txt
├── spring
    └── spring-configuration-metadata.txt
├── sqlDict
    └── sql.txt
├── ssrfDicts
    ├── aix_etc.txt
    ├── centsOS_etc.txt
    ├── config.txt
    ├── deal_log.py
    ├── lfi-scanner.txt
    ├── linux常见路径.txt
    ├── log.txt
    ├── proc.txt
    └── ssrf.txt
├── subdomainDicts
    ├── dic1.txt
    └── main.txt
├── uploadFileExtDicts
    ├── all_upload_fuzz.txt
    ├── apache_upload_fuzz.txt
    ├── asp_upload_fuzz.txt
    ├── fileExt
    ├── iis_upload_fuzz.txt
    ├── jsp_upload_fuzz.txt
    ├── linux_upload_fuzz.txt
    ├── php_upload_fuzz.txt
    ├── tomcat_upload_fuzz.txt
    ├── upload-fuzz-dic-builder.py
    └── win_upload_fuzz.txt
└── userNameDict
    ├── ChinaUserName.txt
    ├── test-phone.txt
    ├── top300_lastname.txt
    ├── top500.txt
    ├── user.txt
    ├── 中文姓名(简写、全拼).txt
    └── 常用用户名.txt


/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/README.md


--------------------------------------------------------------------------------
/XXEDicts/README.MD:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/XXEDicts/README.MD


--------------------------------------------------------------------------------
/apiDict/api.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/apiDict/api.py


--------------------------------------------------------------------------------
/apiDict/api.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/apiDict/api.txt


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/1.gif


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/README.md


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/__pycache__/config.cpython-37.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/__pycache__/config.cpython-37.pyc


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/config.py


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/config.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/config.pyc


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/ctf-wscan.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/ctf-wscan.py


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/dict/default.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/dict/default.txt


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/dict/ext.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/dict/ext.txt


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/dict/remove-duplicates.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/dict/remove-duplicates.py


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/lib/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/lib/__init__.py


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/lib/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/lib/__init__.pyc


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/lib/__pycache__/__init__.cpython-37.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/lib/__pycache__/__init__.cpython-37.pyc


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/lib/__pycache__/generatedict.cpython-37.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/lib/__pycache__/generatedict.cpython-37.pyc


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/lib/__pycache__/init.cpython-37.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/lib/__pycache__/init.cpython-37.pyc


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/lib/__pycache__/log.cpython-37.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/lib/__pycache__/log.cpython-37.pyc


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/lib/__pycache__/scan.cpython-37.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/lib/__pycache__/scan.cpython-37.pyc


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/lib/generatedict.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/lib/generatedict.py


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/lib/init.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/lib/init.py


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/lib/init.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/lib/init.pyc


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/lib/log.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/lib/log.py


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/lib/log.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/lib/log.pyc


--------------------------------------------------------------------------------
/ctfDict/ctf-wscan/lib/scan.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf-wscan/lib/scan.py


--------------------------------------------------------------------------------
/ctfDict/ctf.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ctfDict/ctf.txt


--------------------------------------------------------------------------------
/directoryDicts/Filenames_or_Directories_All.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/Filenames_or_Directories_All.txt


--------------------------------------------------------------------------------
/directoryDicts/admin变种.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/admin变种.txt


--------------------------------------------------------------------------------
/directoryDicts/asp/top30000.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/asp/top30000.txt


--------------------------------------------------------------------------------
/directoryDicts/dicc.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/dicc.txt


--------------------------------------------------------------------------------
/directoryDicts/en_dirctories_all.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/en_dirctories_all.txt


--------------------------------------------------------------------------------
/directoryDicts/fileName10000.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/fileName10000.txt


--------------------------------------------------------------------------------
/directoryDicts/jsp/top100.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/jsp/top100.txt


--------------------------------------------------------------------------------
/directoryDicts/php/phpFileName.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/php/phpFileName.txt


--------------------------------------------------------------------------------
/directoryDicts/php/top3000.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/php/top3000.txt


--------------------------------------------------------------------------------
/directoryDicts/top7000.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/top7000.txt


--------------------------------------------------------------------------------
/directoryDicts/vulns.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vulns.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/LDAP.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/LDAP.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/Traversal.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/Traversal.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/XML.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/XML.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/XXEExploit.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/XXEExploit.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/all.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/all.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/apache.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/apache.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/cgis.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/cgis.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/coldfusion.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/coldfusion.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/domino.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/domino.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/fatwire.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/fatwire.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/fatwire_pagenames.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/fatwire_pagenames.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/frontpage.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/frontpage.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/iis.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/iis.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/init:
--------------------------------------------------------------------------------
1 | 
2 | 


--------------------------------------------------------------------------------
/directoryDicts/vuls/iplanet.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/iplanet.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/jrun.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/jrun.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/netware.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/netware.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/oracle9i.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/oracle9i.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/sharepoint.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/sharepoint.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/sunas.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/sunas.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/tests.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/tests.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/tomcat.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/tomcat.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/vignette.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/vignette.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/weblogic.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/weblogic.txt


--------------------------------------------------------------------------------
/directoryDicts/vuls/websphere.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/directoryDicts/vuls/websphere.txt


--------------------------------------------------------------------------------
/easyXssPayload/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/easyXssPayload/README.md


--------------------------------------------------------------------------------
/easyXssPayload/burpXssPayload.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/easyXssPayload/burpXssPayload.txt


--------------------------------------------------------------------------------
/easyXssPayload/easyXssPayload.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/easyXssPayload/easyXssPayload.txt


--------------------------------------------------------------------------------
/easyXssPayload/markdown-xss-payload.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/easyXssPayload/markdown-xss-payload.txt


--------------------------------------------------------------------------------
/easyXssPayload/xss.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/easyXssPayload/xss.py


--------------------------------------------------------------------------------
/images/README.MD:
--------------------------------------------------------------------------------
1 | #images
2 | 


--------------------------------------------------------------------------------
/images/api.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/images/api.jpg


--------------------------------------------------------------------------------
/images/directory.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/images/directory.jpg


--------------------------------------------------------------------------------
/images/fileExt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/images/fileExt.png


--------------------------------------------------------------------------------
/images/parameter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/images/parameter.jpg


--------------------------------------------------------------------------------
/images/password.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/images/password.jpg


--------------------------------------------------------------------------------
/images/sql.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/images/sql.jpg


--------------------------------------------------------------------------------
/images/ssrf.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/images/ssrf.jpg


--------------------------------------------------------------------------------
/images/username.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/images/username.jpg


--------------------------------------------------------------------------------
/images/xss.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/images/xss.jpg


--------------------------------------------------------------------------------
/images/xxe.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/images/xxe.jpg


--------------------------------------------------------------------------------
/js/jsFileDict.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/js/jsFileDict.txt


--------------------------------------------------------------------------------
/lotDict/acount.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/lotDict/acount.txt


--------------------------------------------------------------------------------
/lotDict/password.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/lotDict/password.txt


--------------------------------------------------------------------------------
/paramDict/AllParam.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/AllParam.txt


--------------------------------------------------------------------------------
/paramDict/Arjun/CHANGELOG.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/Arjun/CHANGELOG.md


--------------------------------------------------------------------------------
/paramDict/Arjun/LICENSE:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/Arjun/LICENSE


--------------------------------------------------------------------------------
/paramDict/Arjun/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/Arjun/README.md


--------------------------------------------------------------------------------
/paramDict/Arjun/arjun.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/Arjun/arjun.py


--------------------------------------------------------------------------------
/paramDict/Arjun/core/__init__.py:
--------------------------------------------------------------------------------
1 | 
2 | 


--------------------------------------------------------------------------------
/paramDict/Arjun/core/colors.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/Arjun/core/colors.py


--------------------------------------------------------------------------------
/paramDict/Arjun/core/config.py:
--------------------------------------------------------------------------------
1 | globalVariables = {}
2 | 


--------------------------------------------------------------------------------
/paramDict/Arjun/core/prompt.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/Arjun/core/prompt.py


--------------------------------------------------------------------------------
/paramDict/Arjun/core/requester.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/Arjun/core/requester.py


--------------------------------------------------------------------------------
/paramDict/Arjun/core/utils.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/Arjun/core/utils.py


--------------------------------------------------------------------------------
/paramDict/Arjun/db/params.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/Arjun/db/params.txt


--------------------------------------------------------------------------------
/paramDict/burp.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/burp.txt


--------------------------------------------------------------------------------
/paramDict/dir.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/dir.txt


--------------------------------------------------------------------------------
/paramDict/fuzzParam.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/fuzzParam.py


--------------------------------------------------------------------------------
/paramDict/js.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/js.txt


--------------------------------------------------------------------------------
/paramDict/main.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/main.py


--------------------------------------------------------------------------------
/paramDict/parameter.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/parameter.txt


--------------------------------------------------------------------------------
/paramDict/php.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/php.txt


--------------------------------------------------------------------------------
/paramDict/vars.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/paramDict/vars.txt


--------------------------------------------------------------------------------
/passwordDict/Middleware/axis.txt:
--------------------------------------------------------------------------------
1 | admin/axis2


--------------------------------------------------------------------------------
/passwordDict/Middleware/tomcat-pass.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/Middleware/tomcat-pass.txt


--------------------------------------------------------------------------------
/passwordDict/Middleware/tomcat-user.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/Middleware/tomcat-user.txt


--------------------------------------------------------------------------------
/passwordDict/Middleware/weblogic.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/Middleware/weblogic.txt


--------------------------------------------------------------------------------
/passwordDict/Middleware/zabbix.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/Middleware/zabbix.txt


--------------------------------------------------------------------------------
/passwordDict/README.MD:
--------------------------------------------------------------------------------
1 | 单独加一个README.MD是为了安利RW_Password这个强弱口令字典,真的很强。
2 | 


--------------------------------------------------------------------------------
/passwordDict/RW_Password/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/README.md


--------------------------------------------------------------------------------
/passwordDict/RW_Password/RW_Password.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/RW_Password.py


--------------------------------------------------------------------------------
/passwordDict/RW_Password/四个条件至少满足三个的6位数密码107965条.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/四个条件至少满足三个的6位数密码107965条.txt


--------------------------------------------------------------------------------
/passwordDict/RW_Password/四个条件至少满足三个的8位数密码91286条.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/四个条件至少满足三个的8位数密码91286条.txt


--------------------------------------------------------------------------------
/passwordDict/RW_Password/密码字典4952222条.rar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/密码字典4952222条.rar


--------------------------------------------------------------------------------
/passwordDict/RW_Password/数字和字母同时存在的6位数密码76905条.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/数字和字母同时存在的6位数密码76905条.txt


--------------------------------------------------------------------------------
/passwordDict/RW_Password/数字和字母同时存在的8位数密码60850条.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/数字和字母同时存在的8位数密码60850条.txt


--------------------------------------------------------------------------------
/passwordDict/RW_Password/符合四个条件的6位数密码1633条.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/符合四个条件的6位数密码1633条.txt


--------------------------------------------------------------------------------
/passwordDict/RW_Password/符合四个条件的8位数密码1420条.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/符合四个条件的8位数密码1420条.txt


--------------------------------------------------------------------------------
/passwordDict/RW_Password/至少存在一个大写字母一个小写字母一个数字不能有三个相同的字符和特殊符号的6位数密码76905条.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/至少存在一个大写字母一个小写字母一个数字不能有三个相同的字符和特殊符号的6位数密码76905条.txt


--------------------------------------------------------------------------------
/passwordDict/RW_Password/至少存在一个大写字母一个小写字母一个数字不能有三个相同的字符和特殊符号的8位数密码60850条.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/至少存在一个大写字母一个小写字母一个数字不能有三个相同的字符和特殊符号的8位数密码60850条.txt


--------------------------------------------------------------------------------
/passwordDict/RW_Password/至少存在一个大写字母一个小写字母一个数字的6位数密码75945条.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/至少存在一个大写字母一个小写字母一个数字的6位数密码75945条.txt


--------------------------------------------------------------------------------
/passwordDict/RW_Password/至少存在一个大写字母一个小写字母一个数字的8位数密码59995条.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/至少存在一个大写字母一个小写字母一个数字的8位数密码59995条.txt


--------------------------------------------------------------------------------
/passwordDict/RW_Password/至少存在一个字母一个数字一个特殊符号的6位数密码27566条.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/至少存在一个字母一个数字一个特殊符号的6位数密码27566条.txt


--------------------------------------------------------------------------------
/passwordDict/RW_Password/至少存在一个字母一个数字一个特殊符号的8位数密码26860条.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/RW_Password/至少存在一个字母一个数字一个特殊符号的8位数密码26860条.txt


--------------------------------------------------------------------------------
/passwordDict/ServiceWeakPass/ftp/init.txt:
--------------------------------------------------------------------------------
1 | 
2 | 


--------------------------------------------------------------------------------
/passwordDict/ServiceWeakPass/ftp弱口令/ftp-pass.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/ServiceWeakPass/ftp弱口令/ftp-pass.txt


--------------------------------------------------------------------------------
/passwordDict/ServiceWeakPass/ftp弱口令/ftp-user.txt:
--------------------------------------------------------------------------------
1 | 
2 | anonymous
3 | user
4 | ftp
5 | aaa
6 | 111
7 | 000
8 | 123
9 | root


--------------------------------------------------------------------------------
/passwordDict/ServiceWeakPass/mstsc远程弱口令/3389.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/ServiceWeakPass/mstsc远程弱口令/3389.txt


--------------------------------------------------------------------------------
/passwordDict/ServiceWeakPass/mysql弱口令/mysql-pass.txt:
--------------------------------------------------------------------------------
1 | root
2 | admin


--------------------------------------------------------------------------------
/passwordDict/ServiceWeakPass/mysql弱口令/mysql-user.txt:
--------------------------------------------------------------------------------
1 | root
2 | admin


--------------------------------------------------------------------------------
/passwordDict/ServiceWeakPass/ssh弱口令/ssh-pass.txt:
--------------------------------------------------------------------------------
1 | root


--------------------------------------------------------------------------------
/passwordDict/ServiceWeakPass/ssh弱口令/ssh-user.txt:
--------------------------------------------------------------------------------
1 | root


--------------------------------------------------------------------------------
/passwordDict/birth.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/birth.txt


--------------------------------------------------------------------------------
/passwordDict/top1000.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/top1000.txt


--------------------------------------------------------------------------------
/passwordDict/top19576.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/top19576.txt


--------------------------------------------------------------------------------
/passwordDict/top3000.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/top3000.txt


--------------------------------------------------------------------------------
/passwordDict/top500.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/top500.txt


--------------------------------------------------------------------------------
/passwordDict/top6000.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/top6000.txt


--------------------------------------------------------------------------------
/passwordDict/webshell-pass.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/webshell-pass.txt


--------------------------------------------------------------------------------
/passwordDict/wifi_top2000_passwd.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/wifi_top2000_passwd.txt


--------------------------------------------------------------------------------
/passwordDict/华为安全产品默认用户名密码速查表.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/华为安全产品默认用户名密码速查表.xlsx


--------------------------------------------------------------------------------
/passwordDict/常见安全设备默认口令清单.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/常见安全设备默认口令清单.xlsx


--------------------------------------------------------------------------------
/passwordDict/某集团下发的弱口令字典.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/某集团下发的弱口令字典.txt


--------------------------------------------------------------------------------
/passwordDict/路由器默认密码.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/passwordDict/路由器默认密码.txt


--------------------------------------------------------------------------------
/rcePayloads/GhostScript-Rce-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/GhostScript-Rce-1.jpg


--------------------------------------------------------------------------------
/rcePayloads/GhostScript-Rce-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/GhostScript-Rce-2.jpg


--------------------------------------------------------------------------------
/rcePayloads/GhostScript-Rce-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/GhostScript-Rce-3.jpg


--------------------------------------------------------------------------------
/rcePayloads/GhostScript-Rce-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/GhostScript-Rce-4.jpg


--------------------------------------------------------------------------------
/rcePayloads/GhostScript-Rce.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/GhostScript-Rce.txt


--------------------------------------------------------------------------------
/rcePayloads/Imagemagick-rce-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/Imagemagick-rce-1.jpg


--------------------------------------------------------------------------------
/rcePayloads/Imagemagick-rce-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/Imagemagick-rce-2.jpg


--------------------------------------------------------------------------------
/rcePayloads/Imagemagick-rce-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/Imagemagick-rce-3.jpg


--------------------------------------------------------------------------------
/rcePayloads/Imagemagick-rce-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/Imagemagick-rce-4.jpg


--------------------------------------------------------------------------------
/rcePayloads/Imagemagick-rce.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/Imagemagick-rce.txt


--------------------------------------------------------------------------------
/rcePayloads/RCE-filter-and-WAF-Bypass.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/RCE-filter-and-WAF-Bypass.txt


--------------------------------------------------------------------------------
/rcePayloads/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/README.md


--------------------------------------------------------------------------------
/rcePayloads/Top-46-RCE-Parameters.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/Top-46-RCE-Parameters.txt


--------------------------------------------------------------------------------
/rcePayloads/Unix-Commond-Inject-Payload-List.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/Unix-Commond-Inject-Payload-List.txt


--------------------------------------------------------------------------------
/rcePayloads/Windows-Commond-Inject-Payload-List.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/Windows-Commond-Inject-Payload-List.txt


--------------------------------------------------------------------------------
/rcePayloads/poc.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/poc.pdf


--------------------------------------------------------------------------------
/rcePayloads/poc.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/poc.xml


--------------------------------------------------------------------------------
/rcePayloads/rce-when-all-dangerous-characters-are-escaped.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/rcePayloads/rce-when-all-dangerous-characters-are-escaped.txt


--------------------------------------------------------------------------------
/routerDicts/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/routerDicts/README.md


--------------------------------------------------------------------------------
/routerDicts/pass.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/routerDicts/pass.txt


--------------------------------------------------------------------------------
/spring/spring-configuration-metadata.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/spring/spring-configuration-metadata.txt


--------------------------------------------------------------------------------
/sqlDict/sql.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/sqlDict/sql.txt


--------------------------------------------------------------------------------
/ssrfDicts/aix_etc.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ssrfDicts/aix_etc.txt


--------------------------------------------------------------------------------
/ssrfDicts/centsOS_etc.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ssrfDicts/centsOS_etc.txt


--------------------------------------------------------------------------------
/ssrfDicts/config.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ssrfDicts/config.txt


--------------------------------------------------------------------------------
/ssrfDicts/deal_log.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ssrfDicts/deal_log.py


--------------------------------------------------------------------------------
/ssrfDicts/lfi-scanner.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ssrfDicts/lfi-scanner.txt


--------------------------------------------------------------------------------
/ssrfDicts/linux常见路径.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ssrfDicts/linux常见路径.txt


--------------------------------------------------------------------------------
/ssrfDicts/log.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ssrfDicts/log.txt


--------------------------------------------------------------------------------
/ssrfDicts/proc.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ssrfDicts/proc.txt


--------------------------------------------------------------------------------
/ssrfDicts/ssrf.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/ssrfDicts/ssrf.txt


--------------------------------------------------------------------------------
/subdomainDicts/dic1.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/subdomainDicts/dic1.txt


--------------------------------------------------------------------------------
/subdomainDicts/main.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/subdomainDicts/main.txt


--------------------------------------------------------------------------------
/uploadFileExtDicts/all_upload_fuzz.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/uploadFileExtDicts/all_upload_fuzz.txt


--------------------------------------------------------------------------------
/uploadFileExtDicts/apache_upload_fuzz.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/uploadFileExtDicts/apache_upload_fuzz.txt


--------------------------------------------------------------------------------
/uploadFileExtDicts/asp_upload_fuzz.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/uploadFileExtDicts/asp_upload_fuzz.txt


--------------------------------------------------------------------------------
/uploadFileExtDicts/fileExt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/uploadFileExtDicts/fileExt


--------------------------------------------------------------------------------
/uploadFileExtDicts/iis_upload_fuzz.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/uploadFileExtDicts/iis_upload_fuzz.txt


--------------------------------------------------------------------------------
/uploadFileExtDicts/jsp_upload_fuzz.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/uploadFileExtDicts/jsp_upload_fuzz.txt


--------------------------------------------------------------------------------
/uploadFileExtDicts/linux_upload_fuzz.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/uploadFileExtDicts/linux_upload_fuzz.txt


--------------------------------------------------------------------------------
/uploadFileExtDicts/php_upload_fuzz.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/uploadFileExtDicts/php_upload_fuzz.txt


--------------------------------------------------------------------------------
/uploadFileExtDicts/tomcat_upload_fuzz.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/uploadFileExtDicts/tomcat_upload_fuzz.txt


--------------------------------------------------------------------------------
/uploadFileExtDicts/upload-fuzz-dic-builder.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/uploadFileExtDicts/upload-fuzz-dic-builder.py


--------------------------------------------------------------------------------
/uploadFileExtDicts/win_upload_fuzz.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/uploadFileExtDicts/win_upload_fuzz.txt


--------------------------------------------------------------------------------
/userNameDict/ChinaUserName.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/userNameDict/ChinaUserName.txt


--------------------------------------------------------------------------------
/userNameDict/test-phone.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/userNameDict/test-phone.txt


--------------------------------------------------------------------------------
/userNameDict/top300_lastname.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/userNameDict/top300_lastname.txt


--------------------------------------------------------------------------------
/userNameDict/top500.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/userNameDict/top500.txt


--------------------------------------------------------------------------------
/userNameDict/user.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/userNameDict/user.txt


--------------------------------------------------------------------------------
/userNameDict/中文姓名(简写、全拼).txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/userNameDict/中文姓名(简写、全拼).txt


--------------------------------------------------------------------------------
/userNameDict/常用用户名.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheKingOfDuck/fuzzDicts/HEAD/userNameDict/常用用户名.txt


--------------------------------------------------------------------------------