├── .gitignore ├── README.md ├── _copyright.txt ├── attack ├── README.md ├── all-attacks │ ├── all-attacks-unix.txt │ ├── all-attacks-win.txt │ └── all-attacks-xplatform.txt ├── authentication │ ├── README.md │ └── php_magic_hashes.fuzz.txt ├── business-logic │ ├── CommonDebugParamNames.txt │ ├── CommonMethodNames.txt │ └── DebugParams.Json.fuzz.txt ├── control-chars │ ├── HexValsAllBytes.txt │ ├── NullByteRepresentations.txt │ ├── imessage.txt │ ├── terminal-escape-codes.txt │ └── true.txt ├── disclosure-directory │ └── directory-indexing-generic.txt ├── disclosure-localpaths │ └── unix │ │ └── common-unix-httpd-log-locations.txt ├── disclosure-source │ ├── README.md │ ├── source-disc-cmd-exec-traversal.txt │ ├── source-disclosure-generic.txt │ └── source-disclosure-microsoft.txt ├── email │ ├── invalid-email-addresses.txt │ └── valid-email-addresses.txt ├── file-upload │ ├── README.md │ ├── alt-extensions-asp.txt │ ├── alt-extensions-coldfusion.txt │ ├── alt-extensions-jsp.txt │ ├── alt-extensions-perl.txt │ ├── alt-extensions-php.txt │ ├── file-ul-filter-bypass-commonly-writable-directories.txt │ ├── file-ul-filter-bypass-microsoft-asp-filetype-bf.txt │ ├── file-ul-filter-bypass-microsoft-asp.txt │ ├── file-ul-filter-bypass-ms-php.txt │ ├── file-ul-filter-bypass-x-platform-generic.txt │ ├── file-ul-filter-bypass-x-platform-php.txt │ ├── invalid-filenames-linux.txt │ ├── invalid-filenames-microsoft.txt │ ├── invalid-filesystem-chars-microsoft.txt │ ├── invalid-filesystem-chars-osx.txt │ └── malicious-images │ │ ├── POC_img_phpinfo-CR.gif │ │ ├── POC_img_phpinfo-LF-CR.gif │ │ ├── POC_phpinfo-metadata.gif │ │ ├── POC_phpinfo-metadata.jpg │ │ ├── README.md │ │ ├── eicar.com.txt │ │ ├── lottapixel.jpg │ │ ├── uber.gif │ │ └── xssproject.swf ├── format-strings │ └── format-strings.txt ├── html_js_fuzz │ ├── HTML5sec_Injections.txt │ ├── html_attributes.txt │ ├── html_tags.txt │ ├── javascript_events.txt │ ├── js_inject.txt │ └── quotationmarks.txt ├── http-protocol │ ├── README.md │ ├── crlf-injection.txt │ ├── docs.http-method-defs.html │ ├── hpp.txt │ ├── http-header-cache-poison.txt │ ├── http-protocol-methods.txt │ ├── http-request-header-field-names.txt │ ├── http-response-header-field-names.txt │ ├── known-uri-types.txt │ └── user-agents.txt ├── integer-overflow │ └── integer-overflows.txt ├── ip │ └── localhost.txt ├── json │ └── JSON_Fuzzing.txt ├── ldap │ ├── README.md │ └── ldap-injection.txt ├── lfi │ ├── JHADDIX_LFI.txt │ ├── README.md │ ├── common-ms-httpd-log-locations.txt │ └── common-unix-httpd-log-locations.txt ├── mimetypes │ └── MimeTypes.txt ├── no-sql-injection │ ├── Readme.md │ └── mongodb.txt ├── os-cmd-execution │ ├── Commands-Linux.txt │ ├── Commands-OSX.txt │ ├── Commands-Windows.txt │ ├── Commands-WindowsPowershell.txt │ ├── OSCommandInject.Windows.txt │ ├── README.md │ ├── command-execution-unix.txt │ ├── command-injection-template.txt │ ├── shell-delimiters.txt │ ├── shell-operators.txt │ ├── source-disc-cmd-exec-traversal.txt │ ├── useful-commands-unix.txt │ └── useful-commands-windows.txt ├── os-dir-indexing │ └── directory-indexing.txt ├── path-traversal │ ├── README.md │ ├── path-traversal-windows.txt │ └── traversals-8-deep-exotic-encoding.txt ├── redirect │ ├── README.md │ ├── redirect-injection-template.txt │ └── redirect-urls-template.txt ├── rfi │ ├── README.md │ └── rfi.txt ├── server-side-include │ └── server-side-includes-generic.txt ├── sql-injection │ ├── detect │ │ ├── GenericBlind.txt │ │ ├── Generic_SQLI.txt │ │ ├── MSSQL.txt │ │ ├── MSSQL_blind.txt │ │ ├── MySQL.txt │ │ ├── MySQL_MSSQL.txt │ │ ├── README.md │ │ ├── oracle.txt │ │ └── xplatform.txt │ ├── exploit │ │ ├── README.md │ │ ├── db2-enumeration.txt │ │ ├── ms-sql-enumeration.txt │ │ ├── mysql-injection-login-bypass.txt │ │ ├── mysql-read-local-files.txt │ │ └── postgres-enumeration.txt │ └── payloads-sql-blind │ │ ├── README.md │ │ ├── payloads-sql-blind-MSSQL-INSERT.txt │ │ ├── payloads-sql-blind-MSSQL-WHERE.txt │ │ ├── payloads-sql-blind-MySQL-INSERT.txt │ │ ├── payloads-sql-blind-MySQL-ORDER_BY.txt │ │ └── payloads-sql-blind-MySQL-WHERE.txt ├── string-expansion │ └── shell-expansion.txt ├── unicode │ ├── README.md │ ├── corrupted.txt │ ├── emoji.txt │ ├── japanese-emoticon.txt │ ├── naughty-unicode.txt │ ├── regionalindicators.txt │ ├── right-to-left.txt │ ├── specialchars.txt │ ├── two-byte-chars.txt │ └── upsidedown.txt ├── xml │ └── xml-attacks.txt ├── xpath │ ├── README.md │ └── xpath-injection.txt └── xss │ ├── JHADDIX_XSS_WITH_CONTEXT.doc.txt │ ├── README.md │ ├── XSSPolyglot.txt │ ├── all-encodings-of-lt.txt │ ├── default-javascript-event-attributes.txt │ ├── html-event-attributes.txt │ ├── test.xxe │ ├── xss-other.txt │ ├── xss-rsnake.txt │ └── xss-uri.txt ├── discovery ├── URI_SCHEMES │ └── IANA_registerd_URI_schemes.txt ├── UserAgent │ ├── UserAgentListCommon.txt │ ├── UserAgentListLarge.txt │ └── UserAgents.txt ├── WebSocket │ └── WebSocket-subprotocols.txt ├── common-methods │ └── common-methods.txt ├── dns │ ├── CcTLD.txt │ ├── alexaTop1mAXFRcommonSubdomains.txt │ ├── dnsmapCommonSubdomains.txt │ └── gTLD.txt └── predictable-filepaths │ ├── KitchensinkDirectories.txt │ ├── Randomfiles.txt │ ├── UnixDotfiles.txt │ ├── backdoors │ ├── ASP_CommonBackdoors.txt │ ├── bot_control_panels.txt │ └── shells.txt │ ├── cgi │ ├── CGI_HTTP_POST.txt │ ├── CGI_HTTP_POST_Windows.txt │ ├── CGI_Microsoft.txt │ └── CGI_XPlatform.txt │ ├── cms │ ├── README.md │ ├── drupal_plugins.txt │ ├── drupal_themes.txt │ ├── joomla_plugins.txt │ ├── joomla_themes.txt │ ├── php-nuke.txt │ ├── wordpress.txt │ ├── wp_common_theme_files.txt │ ├── wp_plugins.txt │ ├── wp_plugins_full.txt │ ├── wp_plugins_top225.txt │ ├── wp_themes.readme │ └── wp_themes.txt │ ├── filename-dirname-bruteforce │ ├── 3CharExtBrute.txt │ ├── CommonWebExtensions.txt │ ├── Extensions.Backup.txt │ ├── Extensions.Common.txt │ ├── Extensions.Compressed.txt │ ├── Extensions.Mostcommon.txt │ ├── Extensions.Skipfish.txt │ ├── WordlistSkipfish.txt │ ├── copy_of.txt │ ├── raft-large-directories-lowercase.txt │ ├── raft-large-directories.txt │ ├── raft-large-extensions-lowercase.txt │ ├── raft-large-extensions.txt │ ├── raft-large-files-lowercase.txt │ ├── raft-large-files.txt │ ├── raft-large-words-lowercase.txt │ ├── raft-large-words.txt │ ├── raft-medium-directories-lowercase.txt │ ├── raft-medium-directories.txt │ ├── raft-medium-extensions-lowercase.txt │ ├── raft-medium-extensions.txt │ ├── raft-medium-files-lowercase.txt │ ├── raft-medium-files.txt │ ├── raft-medium-words-lowercase.txt │ ├── raft-medium-words.txt │ ├── raft-small-directories-lowercase.txt │ ├── raft-small-directories.txt │ ├── raft-small-extensions-lowercase.txt │ ├── raft-small-extensions.txt │ ├── raft-small-files-lowercase.txt │ ├── raft-small-files.txt │ ├── raft-small-words-lowercase.txt │ ├── raft-small-words.txt │ ├── spanish.txt │ ├── test_demo.txt │ └── upload_variants.txt │ ├── login-file-locations │ ├── Logins.txt │ ├── cfm.txt │ ├── html.txt │ ├── jsp.txt │ ├── php.txt │ ├── windows-asp.txt │ └── windows-aspx.txt │ ├── password-file-locations │ └── Passwords.txt │ ├── php │ ├── PHP.txt │ └── PHP_CommonBackdoors.txt │ ├── proxy-conf.txt │ ├── tftp.txt │ ├── webservers-appservers │ ├── ADFS.txt │ ├── AdobeXML.txt │ ├── Apache.txt │ ├── ApacheTomcat.txt │ ├── Apache_Axis.txt │ ├── ColdFusion.txt │ ├── FatwireCMS.txt │ ├── Frontpage.txt │ ├── HP_System_Mgmt_Homepage.txt │ ├── HTTP_POST_Microsoft.txt │ ├── Hyperion.txt │ ├── IIS.txt │ ├── JBoss.txt │ ├── JRun.txt │ ├── JavaServlets_Common.txt │ ├── Joomla_exploitable.txt │ ├── LotusNotes.txt │ ├── Netware.txt │ ├── Oracle9i.txt │ ├── OracleAppServer.txt │ ├── README.md │ ├── Ruby_Rails.txt │ ├── SAP.txt │ ├── Sharepoint.txt │ ├── SiteMinder.txt │ ├── SunAppServerGlassfish.txt │ ├── SuniPlanet.txt │ ├── Vignette.txt │ ├── Weblogic.txt │ └── Websphere.txt │ └── wellknown-rfc5785.txt ├── docs ├── attack-docs │ ├── remote-cmd-exfiltration │ │ ├── Web-Shells-rev2.pdf │ │ ├── netcat_cheat_sheet_v1.pdf │ │ └── windows_command_line_sheet_v1.pdf │ ├── rfi-cheatsheet.html │ ├── source-directory-file-indexing-cheatsheet.html │ ├── sqli │ │ ├── docs.oracle_cheat.pdf │ │ └── docs.sql_injection_cheatsheet.html │ ├── waf-bypass │ │ └── regexp-security-cheatsheet.md │ └── xss │ │ └── docs.wasc-scriptmapping │ │ ├── ScriptMapping_Release_26Nov2007.html │ │ ├── images │ │ ├── ff2.png │ │ ├── ie7.png │ │ └── safari3.png │ │ └── license.txt └── misc │ ├── KL0209LIT_fffap.html │ ├── Web-Shells-rev2.pdf │ ├── Wireshark_Display_Filters.pdf │ └── htmlcodes-cheatsheet.htm ├── fuzzdb-icon.png ├── fuzzdb.png ├── regex ├── README.md ├── amazon.txt ├── breakpoint-ignores.txt ├── errors.txt ├── nsa-wordlist.txt ├── pii.readme.txt ├── pii.txt └── sessionid.txt ├── web-backdoors ├── README.md ├── asp │ ├── cmd-asp-5.1.asp │ ├── cmd.asmx │ ├── cmd.asp │ ├── cmd.aspx │ ├── cmdasp.asp │ ├── cmdasp.aspx │ ├── dns.asp │ ├── file.asp │ ├── list.asp │ ├── list.txt │ ├── ntdaddy.asp │ ├── proxy.asp │ ├── shell.asp │ ├── shell.aspx │ └── up.asp ├── c │ └── cmd.c ├── cfm │ ├── cfExec.cfm │ ├── cfSQL.cfm │ ├── cmd.cfm │ └── shell.cfm ├── exe │ └── nc.exe ├── jsp │ ├── CmdServlet.class │ ├── CmdServlet.java │ ├── ListServlet.class │ ├── ListServlet.java │ ├── UpServlet.class │ ├── UpServlet.java │ ├── browser.jsp │ ├── cmd.jsp │ ├── cmdjsp.jsp │ ├── jsp-reverse.jsp │ ├── laudanum │ │ ├── cmd.war │ │ ├── makewar.sh │ │ └── warfiles │ │ │ ├── META-INF │ │ │ └── MANIFEST.MF │ │ │ ├── WEB-INF │ │ │ └── web.xml │ │ │ └── cmd.jsp │ ├── list.jsp │ ├── simple.jsp │ ├── up.jsp │ └── win32 │ │ ├── cmd_win32.jsp │ │ └── up_win32.jsp ├── php │ ├── cmd.php │ ├── dns.php │ ├── file.php │ ├── host.php │ ├── killnc.php │ ├── list.php │ ├── php-backdoor.php │ ├── php-reverse-shell.php │ ├── proxy.php │ ├── shell.php │ ├── simple-backdoor.php │ ├── tiny.php │ └── up.php ├── pl-cgi │ ├── cmd.pl │ ├── list.pl │ ├── perlcmd.cgi │ └── up.pl ├── servlet │ ├── CmdServlet.java │ ├── ListServlet.java │ └── UpServlet.java ├── sh │ ├── cmd.sh │ ├── list.sh │ └── up.sh └── wordpress │ ├── laudanum.php │ └── templates │ ├── README.md │ ├── dns.php │ ├── file.php │ ├── host.php │ ├── ipcheck.php │ ├── killnc.php │ ├── php-reverse-shell.php │ ├── proxy.php │ ├── settings.php │ └── shell.php ├── wordlists-misc ├── accidental_profanity.txt ├── common-http-ports.txt ├── numeric.txt ├── resolvers.txt ├── us_cities.txt ├── wordlist-alphanumeric-case.txt ├── wordlist-common-snmp-community-strings.txt └── wordlist-dna.txt └── wordlists-user-passwd ├── db2 ├── db2_default_pass.txt ├── db2_default_user.txt └── db2_default_userpass.txt ├── faithwriters.txt ├── generic-listpairs ├── http_default_pass.txt ├── http_default_userpass.txt └── http_default_users.txt ├── names └── namelist.txt ├── oracle ├── _hci_oracle_passwords.txt ├── _oracle_default_passwords.txt ├── oracle_login_password.txt ├── oracle_logins.txt └── oracle_passwords.txt ├── passwds ├── john.txt ├── phpbb.txt ├── twitter.txt └── weaksauce.txt ├── postgres ├── postgres_default_pass.txt ├── postgres_default_user.txt └── postgres_default_userpass.txt ├── readme.txt ├── tomcat ├── tomcat_mgr_default_pass.txt ├── tomcat_mgr_default_userpass.txt └── tomcat_mgr_default_users.txt └── unix-os ├── unix_passwords.txt └── unix_users.txt /.gitignore: -------------------------------------------------------------------------------- 1 | *.DS_Store 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/README.md -------------------------------------------------------------------------------- /_copyright.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/_copyright.txt -------------------------------------------------------------------------------- /attack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/README.md -------------------------------------------------------------------------------- /attack/all-attacks/all-attacks-unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/all-attacks/all-attacks-unix.txt -------------------------------------------------------------------------------- /attack/all-attacks/all-attacks-win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/all-attacks/all-attacks-win.txt -------------------------------------------------------------------------------- /attack/all-attacks/all-attacks-xplatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/all-attacks/all-attacks-xplatform.txt -------------------------------------------------------------------------------- /attack/authentication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/authentication/README.md -------------------------------------------------------------------------------- /attack/authentication/php_magic_hashes.fuzz.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/authentication/php_magic_hashes.fuzz.txt -------------------------------------------------------------------------------- /attack/business-logic/CommonDebugParamNames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/business-logic/CommonDebugParamNames.txt -------------------------------------------------------------------------------- /attack/business-logic/CommonMethodNames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/business-logic/CommonMethodNames.txt -------------------------------------------------------------------------------- /attack/business-logic/DebugParams.Json.fuzz.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/business-logic/DebugParams.Json.fuzz.txt -------------------------------------------------------------------------------- /attack/control-chars/HexValsAllBytes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/control-chars/HexValsAllBytes.txt -------------------------------------------------------------------------------- /attack/control-chars/NullByteRepresentations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/control-chars/NullByteRepresentations.txt -------------------------------------------------------------------------------- /attack/control-chars/imessage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/control-chars/imessage.txt -------------------------------------------------------------------------------- /attack/control-chars/terminal-escape-codes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/control-chars/terminal-escape-codes.txt -------------------------------------------------------------------------------- /attack/control-chars/true.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/control-chars/true.txt -------------------------------------------------------------------------------- /attack/disclosure-directory/directory-indexing-generic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/disclosure-directory/directory-indexing-generic.txt -------------------------------------------------------------------------------- /attack/disclosure-localpaths/unix/common-unix-httpd-log-locations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/disclosure-localpaths/unix/common-unix-httpd-log-locations.txt -------------------------------------------------------------------------------- /attack/disclosure-source/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/disclosure-source/README.md -------------------------------------------------------------------------------- /attack/disclosure-source/source-disc-cmd-exec-traversal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/disclosure-source/source-disc-cmd-exec-traversal.txt -------------------------------------------------------------------------------- /attack/disclosure-source/source-disclosure-generic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/disclosure-source/source-disclosure-generic.txt -------------------------------------------------------------------------------- /attack/disclosure-source/source-disclosure-microsoft.txt: -------------------------------------------------------------------------------- 1 | # microsoft-specific appends - try the generic list, too 2 | +.htr 3 | ::DATA$ 4 | -------------------------------------------------------------------------------- /attack/email/invalid-email-addresses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/email/invalid-email-addresses.txt -------------------------------------------------------------------------------- /attack/email/valid-email-addresses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/email/valid-email-addresses.txt -------------------------------------------------------------------------------- /attack/file-upload/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/README.md -------------------------------------------------------------------------------- /attack/file-upload/alt-extensions-asp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/alt-extensions-asp.txt -------------------------------------------------------------------------------- /attack/file-upload/alt-extensions-coldfusion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/alt-extensions-coldfusion.txt -------------------------------------------------------------------------------- /attack/file-upload/alt-extensions-jsp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/alt-extensions-jsp.txt -------------------------------------------------------------------------------- /attack/file-upload/alt-extensions-perl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/alt-extensions-perl.txt -------------------------------------------------------------------------------- /attack/file-upload/alt-extensions-php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/alt-extensions-php.txt -------------------------------------------------------------------------------- /attack/file-upload/file-ul-filter-bypass-commonly-writable-directories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/file-ul-filter-bypass-commonly-writable-directories.txt -------------------------------------------------------------------------------- /attack/file-upload/file-ul-filter-bypass-microsoft-asp-filetype-bf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/file-ul-filter-bypass-microsoft-asp-filetype-bf.txt -------------------------------------------------------------------------------- /attack/file-upload/file-ul-filter-bypass-microsoft-asp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/file-ul-filter-bypass-microsoft-asp.txt -------------------------------------------------------------------------------- /attack/file-upload/file-ul-filter-bypass-ms-php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/file-ul-filter-bypass-ms-php.txt -------------------------------------------------------------------------------- /attack/file-upload/file-ul-filter-bypass-x-platform-generic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/file-ul-filter-bypass-x-platform-generic.txt -------------------------------------------------------------------------------- /attack/file-upload/file-ul-filter-bypass-x-platform-php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/file-ul-filter-bypass-x-platform-php.txt -------------------------------------------------------------------------------- /attack/file-upload/invalid-filenames-linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/invalid-filenames-linux.txt -------------------------------------------------------------------------------- /attack/file-upload/invalid-filenames-microsoft.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/invalid-filenames-microsoft.txt -------------------------------------------------------------------------------- /attack/file-upload/invalid-filesystem-chars-microsoft.txt: -------------------------------------------------------------------------------- 1 | * 2 | . 3 | " 4 | / 5 | \ 6 | [ 7 | ] 8 | : 9 | ; 10 | | 11 | = 12 | , 13 | -------------------------------------------------------------------------------- /attack/file-upload/invalid-filesystem-chars-osx.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/invalid-filesystem-chars-osx.txt -------------------------------------------------------------------------------- /attack/file-upload/malicious-images/POC_img_phpinfo-CR.gif: -------------------------------------------------------------------------------- 1 | GIF89a1 2 | -------------------------------------------------------------------------------- /attack/file-upload/malicious-images/POC_img_phpinfo-LF-CR.gif: -------------------------------------------------------------------------------- 1 | GIF89a1 2 | 3 | -------------------------------------------------------------------------------- /attack/file-upload/malicious-images/POC_phpinfo-metadata.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/malicious-images/POC_phpinfo-metadata.gif -------------------------------------------------------------------------------- /attack/file-upload/malicious-images/POC_phpinfo-metadata.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/malicious-images/POC_phpinfo-metadata.jpg -------------------------------------------------------------------------------- /attack/file-upload/malicious-images/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/malicious-images/README.md -------------------------------------------------------------------------------- /attack/file-upload/malicious-images/eicar.com.txt: -------------------------------------------------------------------------------- 1 | X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H* -------------------------------------------------------------------------------- /attack/file-upload/malicious-images/lottapixel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/malicious-images/lottapixel.jpg -------------------------------------------------------------------------------- /attack/file-upload/malicious-images/uber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/malicious-images/uber.gif -------------------------------------------------------------------------------- /attack/file-upload/malicious-images/xssproject.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/file-upload/malicious-images/xssproject.swf -------------------------------------------------------------------------------- /attack/format-strings/format-strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/format-strings/format-strings.txt -------------------------------------------------------------------------------- /attack/html_js_fuzz/HTML5sec_Injections.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/html_js_fuzz/HTML5sec_Injections.txt -------------------------------------------------------------------------------- /attack/html_js_fuzz/html_attributes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/html_js_fuzz/html_attributes.txt -------------------------------------------------------------------------------- /attack/html_js_fuzz/html_tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/html_js_fuzz/html_tags.txt -------------------------------------------------------------------------------- /attack/html_js_fuzz/javascript_events.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/html_js_fuzz/javascript_events.txt -------------------------------------------------------------------------------- /attack/html_js_fuzz/js_inject.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/html_js_fuzz/js_inject.txt -------------------------------------------------------------------------------- /attack/html_js_fuzz/quotationmarks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/html_js_fuzz/quotationmarks.txt -------------------------------------------------------------------------------- /attack/http-protocol/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/http-protocol/README.md -------------------------------------------------------------------------------- /attack/http-protocol/crlf-injection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/http-protocol/crlf-injection.txt -------------------------------------------------------------------------------- /attack/http-protocol/docs.http-method-defs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/http-protocol/docs.http-method-defs.html -------------------------------------------------------------------------------- /attack/http-protocol/hpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/http-protocol/hpp.txt -------------------------------------------------------------------------------- /attack/http-protocol/http-header-cache-poison.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/http-protocol/http-header-cache-poison.txt -------------------------------------------------------------------------------- /attack/http-protocol/http-protocol-methods.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/http-protocol/http-protocol-methods.txt -------------------------------------------------------------------------------- /attack/http-protocol/http-request-header-field-names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/http-protocol/http-request-header-field-names.txt -------------------------------------------------------------------------------- /attack/http-protocol/http-response-header-field-names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/http-protocol/http-response-header-field-names.txt -------------------------------------------------------------------------------- /attack/http-protocol/known-uri-types.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/http-protocol/known-uri-types.txt -------------------------------------------------------------------------------- /attack/http-protocol/user-agents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/http-protocol/user-agents.txt -------------------------------------------------------------------------------- /attack/integer-overflow/integer-overflows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/integer-overflow/integer-overflows.txt -------------------------------------------------------------------------------- /attack/ip/localhost.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/ip/localhost.txt -------------------------------------------------------------------------------- /attack/json/JSON_Fuzzing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/json/JSON_Fuzzing.txt -------------------------------------------------------------------------------- /attack/ldap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/ldap/README.md -------------------------------------------------------------------------------- /attack/ldap/ldap-injection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/ldap/ldap-injection.txt -------------------------------------------------------------------------------- /attack/lfi/JHADDIX_LFI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/lfi/JHADDIX_LFI.txt -------------------------------------------------------------------------------- /attack/lfi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/lfi/README.md -------------------------------------------------------------------------------- /attack/lfi/common-ms-httpd-log-locations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/lfi/common-ms-httpd-log-locations.txt -------------------------------------------------------------------------------- /attack/lfi/common-unix-httpd-log-locations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/lfi/common-unix-httpd-log-locations.txt -------------------------------------------------------------------------------- /attack/mimetypes/MimeTypes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/mimetypes/MimeTypes.txt -------------------------------------------------------------------------------- /attack/no-sql-injection/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/no-sql-injection/Readme.md -------------------------------------------------------------------------------- /attack/no-sql-injection/mongodb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/no-sql-injection/mongodb.txt -------------------------------------------------------------------------------- /attack/os-cmd-execution/Commands-Linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/os-cmd-execution/Commands-Linux.txt -------------------------------------------------------------------------------- /attack/os-cmd-execution/Commands-OSX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/os-cmd-execution/Commands-OSX.txt -------------------------------------------------------------------------------- /attack/os-cmd-execution/Commands-Windows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/os-cmd-execution/Commands-Windows.txt -------------------------------------------------------------------------------- /attack/os-cmd-execution/Commands-WindowsPowershell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/os-cmd-execution/Commands-WindowsPowershell.txt -------------------------------------------------------------------------------- /attack/os-cmd-execution/OSCommandInject.Windows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/os-cmd-execution/OSCommandInject.Windows.txt -------------------------------------------------------------------------------- /attack/os-cmd-execution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/os-cmd-execution/README.md -------------------------------------------------------------------------------- /attack/os-cmd-execution/command-execution-unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/os-cmd-execution/command-execution-unix.txt -------------------------------------------------------------------------------- /attack/os-cmd-execution/command-injection-template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/os-cmd-execution/command-injection-template.txt -------------------------------------------------------------------------------- /attack/os-cmd-execution/shell-delimiters.txt: -------------------------------------------------------------------------------- 1 | ; 2 | ^ 3 | & 4 | && 5 | | 6 | || 7 | %0D 8 | %0A 9 | \n 10 | < 11 | -------------------------------------------------------------------------------- /attack/os-cmd-execution/shell-operators.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/os-cmd-execution/shell-operators.txt -------------------------------------------------------------------------------- /attack/os-cmd-execution/source-disc-cmd-exec-traversal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/os-cmd-execution/source-disc-cmd-exec-traversal.txt -------------------------------------------------------------------------------- /attack/os-cmd-execution/useful-commands-unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/os-cmd-execution/useful-commands-unix.txt -------------------------------------------------------------------------------- /attack/os-cmd-execution/useful-commands-windows.txt: -------------------------------------------------------------------------------- 1 | ver 2 | chdir 3 | echo %USERNAME% 4 | -------------------------------------------------------------------------------- /attack/os-dir-indexing/directory-indexing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/os-dir-indexing/directory-indexing.txt -------------------------------------------------------------------------------- /attack/path-traversal/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/path-traversal/README.md -------------------------------------------------------------------------------- /attack/path-traversal/path-traversal-windows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/path-traversal/path-traversal-windows.txt -------------------------------------------------------------------------------- /attack/path-traversal/traversals-8-deep-exotic-encoding.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/path-traversal/traversals-8-deep-exotic-encoding.txt -------------------------------------------------------------------------------- /attack/redirect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/redirect/README.md -------------------------------------------------------------------------------- /attack/redirect/redirect-injection-template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/redirect/redirect-injection-template.txt -------------------------------------------------------------------------------- /attack/redirect/redirect-urls-template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/redirect/redirect-urls-template.txt -------------------------------------------------------------------------------- /attack/rfi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/rfi/README.md -------------------------------------------------------------------------------- /attack/rfi/rfi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/rfi/rfi.txt -------------------------------------------------------------------------------- /attack/server-side-include/server-side-includes-generic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/server-side-include/server-side-includes-generic.txt -------------------------------------------------------------------------------- /attack/sql-injection/detect/GenericBlind.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/detect/GenericBlind.txt -------------------------------------------------------------------------------- /attack/sql-injection/detect/Generic_SQLI.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /attack/sql-injection/detect/MSSQL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/detect/MSSQL.txt -------------------------------------------------------------------------------- /attack/sql-injection/detect/MSSQL_blind.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/detect/MSSQL_blind.txt -------------------------------------------------------------------------------- /attack/sql-injection/detect/MySQL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/detect/MySQL.txt -------------------------------------------------------------------------------- /attack/sql-injection/detect/MySQL_MSSQL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/detect/MySQL_MSSQL.txt -------------------------------------------------------------------------------- /attack/sql-injection/detect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/detect/README.md -------------------------------------------------------------------------------- /attack/sql-injection/detect/oracle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/detect/oracle.txt -------------------------------------------------------------------------------- /attack/sql-injection/detect/xplatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/detect/xplatform.txt -------------------------------------------------------------------------------- /attack/sql-injection/exploit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/exploit/README.md -------------------------------------------------------------------------------- /attack/sql-injection/exploit/db2-enumeration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/exploit/db2-enumeration.txt -------------------------------------------------------------------------------- /attack/sql-injection/exploit/ms-sql-enumeration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/exploit/ms-sql-enumeration.txt -------------------------------------------------------------------------------- /attack/sql-injection/exploit/mysql-injection-login-bypass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/exploit/mysql-injection-login-bypass.txt -------------------------------------------------------------------------------- /attack/sql-injection/exploit/mysql-read-local-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/exploit/mysql-read-local-files.txt -------------------------------------------------------------------------------- /attack/sql-injection/exploit/postgres-enumeration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/exploit/postgres-enumeration.txt -------------------------------------------------------------------------------- /attack/sql-injection/payloads-sql-blind/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/payloads-sql-blind/README.md -------------------------------------------------------------------------------- /attack/sql-injection/payloads-sql-blind/payloads-sql-blind-MSSQL-INSERT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/payloads-sql-blind/payloads-sql-blind-MSSQL-INSERT.txt -------------------------------------------------------------------------------- /attack/sql-injection/payloads-sql-blind/payloads-sql-blind-MSSQL-WHERE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/payloads-sql-blind/payloads-sql-blind-MSSQL-WHERE.txt -------------------------------------------------------------------------------- /attack/sql-injection/payloads-sql-blind/payloads-sql-blind-MySQL-INSERT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/payloads-sql-blind/payloads-sql-blind-MySQL-INSERT.txt -------------------------------------------------------------------------------- /attack/sql-injection/payloads-sql-blind/payloads-sql-blind-MySQL-ORDER_BY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/payloads-sql-blind/payloads-sql-blind-MySQL-ORDER_BY.txt -------------------------------------------------------------------------------- /attack/sql-injection/payloads-sql-blind/payloads-sql-blind-MySQL-WHERE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/sql-injection/payloads-sql-blind/payloads-sql-blind-MySQL-WHERE.txt -------------------------------------------------------------------------------- /attack/string-expansion/shell-expansion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/string-expansion/shell-expansion.txt -------------------------------------------------------------------------------- /attack/unicode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/unicode/README.md -------------------------------------------------------------------------------- /attack/unicode/corrupted.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/unicode/corrupted.txt -------------------------------------------------------------------------------- /attack/unicode/emoji.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/unicode/emoji.txt -------------------------------------------------------------------------------- /attack/unicode/japanese-emoticon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/unicode/japanese-emoticon.txt -------------------------------------------------------------------------------- /attack/unicode/naughty-unicode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/unicode/naughty-unicode.txt -------------------------------------------------------------------------------- /attack/unicode/regionalindicators.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/unicode/regionalindicators.txt -------------------------------------------------------------------------------- /attack/unicode/right-to-left.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/unicode/right-to-left.txt -------------------------------------------------------------------------------- /attack/unicode/specialchars.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/unicode/specialchars.txt -------------------------------------------------------------------------------- /attack/unicode/two-byte-chars.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/unicode/two-byte-chars.txt -------------------------------------------------------------------------------- /attack/unicode/upsidedown.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/unicode/upsidedown.txt -------------------------------------------------------------------------------- /attack/xml/xml-attacks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/xml/xml-attacks.txt -------------------------------------------------------------------------------- /attack/xpath/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/xpath/README.md -------------------------------------------------------------------------------- /attack/xpath/xpath-injection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/xpath/xpath-injection.txt -------------------------------------------------------------------------------- /attack/xss/JHADDIX_XSS_WITH_CONTEXT.doc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/xss/JHADDIX_XSS_WITH_CONTEXT.doc.txt -------------------------------------------------------------------------------- /attack/xss/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/xss/README.md -------------------------------------------------------------------------------- /attack/xss/XSSPolyglot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/xss/XSSPolyglot.txt -------------------------------------------------------------------------------- /attack/xss/all-encodings-of-lt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/xss/all-encodings-of-lt.txt -------------------------------------------------------------------------------- /attack/xss/default-javascript-event-attributes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/xss/default-javascript-event-attributes.txt -------------------------------------------------------------------------------- /attack/xss/html-event-attributes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/xss/html-event-attributes.txt -------------------------------------------------------------------------------- /attack/xss/test.xxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/xss/test.xxe -------------------------------------------------------------------------------- /attack/xss/xss-other.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/xss/xss-other.txt -------------------------------------------------------------------------------- /attack/xss/xss-rsnake.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/xss/xss-rsnake.txt -------------------------------------------------------------------------------- /attack/xss/xss-uri.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/attack/xss/xss-uri.txt -------------------------------------------------------------------------------- /discovery/URI_SCHEMES/IANA_registerd_URI_schemes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/URI_SCHEMES/IANA_registerd_URI_schemes.txt -------------------------------------------------------------------------------- /discovery/UserAgent/UserAgentListCommon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/UserAgent/UserAgentListCommon.txt -------------------------------------------------------------------------------- /discovery/UserAgent/UserAgentListLarge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/UserAgent/UserAgentListLarge.txt -------------------------------------------------------------------------------- /discovery/UserAgent/UserAgents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/UserAgent/UserAgents.txt -------------------------------------------------------------------------------- /discovery/WebSocket/WebSocket-subprotocols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/WebSocket/WebSocket-subprotocols.txt -------------------------------------------------------------------------------- /discovery/common-methods/common-methods.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/common-methods/common-methods.txt -------------------------------------------------------------------------------- /discovery/dns/CcTLD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/dns/CcTLD.txt -------------------------------------------------------------------------------- /discovery/dns/alexaTop1mAXFRcommonSubdomains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/dns/alexaTop1mAXFRcommonSubdomains.txt -------------------------------------------------------------------------------- /discovery/dns/dnsmapCommonSubdomains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/dns/dnsmapCommonSubdomains.txt -------------------------------------------------------------------------------- /discovery/dns/gTLD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/dns/gTLD.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/KitchensinkDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/KitchensinkDirectories.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/Randomfiles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/Randomfiles.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/UnixDotfiles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/UnixDotfiles.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/backdoors/ASP_CommonBackdoors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/backdoors/ASP_CommonBackdoors.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/backdoors/bot_control_panels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/backdoors/bot_control_panels.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/backdoors/shells.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/backdoors/shells.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cgi/CGI_HTTP_POST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cgi/CGI_HTTP_POST.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cgi/CGI_HTTP_POST_Windows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cgi/CGI_HTTP_POST_Windows.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cgi/CGI_Microsoft.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cgi/CGI_Microsoft.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cgi/CGI_XPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cgi/CGI_XPlatform.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cms/README.md -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cms/drupal_plugins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cms/drupal_plugins.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cms/drupal_themes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cms/drupal_themes.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cms/joomla_plugins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cms/joomla_plugins.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cms/joomla_themes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cms/joomla_themes.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cms/php-nuke.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cms/php-nuke.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cms/wordpress.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cms/wordpress.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cms/wp_common_theme_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cms/wp_common_theme_files.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cms/wp_plugins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cms/wp_plugins.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cms/wp_plugins_full.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cms/wp_plugins_full.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cms/wp_plugins_top225.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cms/wp_plugins_top225.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cms/wp_themes.readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cms/wp_themes.readme -------------------------------------------------------------------------------- /discovery/predictable-filepaths/cms/wp_themes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/cms/wp_themes.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/3CharExtBrute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/3CharExtBrute.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/CommonWebExtensions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/CommonWebExtensions.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/Extensions.Backup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/Extensions.Backup.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/Extensions.Common.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/Extensions.Common.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/Extensions.Compressed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/Extensions.Compressed.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/Extensions.Mostcommon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/Extensions.Mostcommon.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/Extensions.Skipfish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/Extensions.Skipfish.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/WordlistSkipfish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/WordlistSkipfish.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/copy_of.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/copy_of.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-directories-lowercase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-directories-lowercase.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-directories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-directories.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-extensions-lowercase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-extensions-lowercase.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-extensions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-extensions.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-files-lowercase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-files-lowercase.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-files.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-words-lowercase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-words-lowercase.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-large-words.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-directories-lowercase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-directories-lowercase.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-directories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-directories.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-extensions-lowercase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-extensions-lowercase.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-extensions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-extensions.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-files-lowercase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-files-lowercase.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-files.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-words-lowercase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-words-lowercase.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-medium-words.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-directories-lowercase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-directories-lowercase.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-directories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-directories.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-extensions-lowercase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-extensions-lowercase.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-extensions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-extensions.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-files-lowercase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-files-lowercase.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-files.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-words-lowercase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-words-lowercase.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/raft-small-words.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/spanish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/spanish.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/test_demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/test_demo.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/filename-dirname-bruteforce/upload_variants.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/filename-dirname-bruteforce/upload_variants.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/login-file-locations/Logins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/login-file-locations/Logins.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/login-file-locations/cfm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/login-file-locations/cfm.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/login-file-locations/html.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/login-file-locations/html.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/login-file-locations/jsp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/login-file-locations/jsp.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/login-file-locations/php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/login-file-locations/php.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/login-file-locations/windows-asp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/login-file-locations/windows-asp.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/login-file-locations/windows-aspx.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/login-file-locations/windows-aspx.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/password-file-locations/Passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/password-file-locations/Passwords.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/php/PHP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/php/PHP.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/php/PHP_CommonBackdoors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/php/PHP_CommonBackdoors.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/proxy-conf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/proxy-conf.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/tftp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/tftp.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/ADFS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/ADFS.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/AdobeXML.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/AdobeXML.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/Apache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/Apache.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/ApacheTomcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/ApacheTomcat.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/Apache_Axis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/Apache_Axis.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/ColdFusion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/ColdFusion.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/FatwireCMS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/FatwireCMS.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/Frontpage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/Frontpage.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/HP_System_Mgmt_Homepage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/HP_System_Mgmt_Homepage.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/HTTP_POST_Microsoft.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/HTTP_POST_Microsoft.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/Hyperion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/Hyperion.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/IIS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/IIS.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/JBoss.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/JBoss.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/JRun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/JRun.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/JavaServlets_Common.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/JavaServlets_Common.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/Joomla_exploitable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/Joomla_exploitable.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/LotusNotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/LotusNotes.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/Netware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/Netware.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/Oracle9i.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/Oracle9i.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/OracleAppServer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/OracleAppServer.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/README.md -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/Ruby_Rails.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/Ruby_Rails.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/SAP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/SAP.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/Sharepoint.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/Sharepoint.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/SiteMinder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/SiteMinder.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/SunAppServerGlassfish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/SunAppServerGlassfish.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/SuniPlanet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/SuniPlanet.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/Vignette.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/Vignette.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/Weblogic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/Weblogic.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/webservers-appservers/Websphere.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/webservers-appservers/Websphere.txt -------------------------------------------------------------------------------- /discovery/predictable-filepaths/wellknown-rfc5785.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/discovery/predictable-filepaths/wellknown-rfc5785.txt -------------------------------------------------------------------------------- /docs/attack-docs/remote-cmd-exfiltration/Web-Shells-rev2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/attack-docs/remote-cmd-exfiltration/Web-Shells-rev2.pdf -------------------------------------------------------------------------------- /docs/attack-docs/remote-cmd-exfiltration/netcat_cheat_sheet_v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/attack-docs/remote-cmd-exfiltration/netcat_cheat_sheet_v1.pdf -------------------------------------------------------------------------------- /docs/attack-docs/remote-cmd-exfiltration/windows_command_line_sheet_v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/attack-docs/remote-cmd-exfiltration/windows_command_line_sheet_v1.pdf -------------------------------------------------------------------------------- /docs/attack-docs/rfi-cheatsheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/attack-docs/rfi-cheatsheet.html -------------------------------------------------------------------------------- /docs/attack-docs/source-directory-file-indexing-cheatsheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/attack-docs/source-directory-file-indexing-cheatsheet.html -------------------------------------------------------------------------------- /docs/attack-docs/sqli/docs.oracle_cheat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/attack-docs/sqli/docs.oracle_cheat.pdf -------------------------------------------------------------------------------- /docs/attack-docs/sqli/docs.sql_injection_cheatsheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/attack-docs/sqli/docs.sql_injection_cheatsheet.html -------------------------------------------------------------------------------- /docs/attack-docs/waf-bypass/regexp-security-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/attack-docs/waf-bypass/regexp-security-cheatsheet.md -------------------------------------------------------------------------------- /docs/attack-docs/xss/docs.wasc-scriptmapping/ScriptMapping_Release_26Nov2007.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/attack-docs/xss/docs.wasc-scriptmapping/ScriptMapping_Release_26Nov2007.html -------------------------------------------------------------------------------- /docs/attack-docs/xss/docs.wasc-scriptmapping/images/ff2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/attack-docs/xss/docs.wasc-scriptmapping/images/ff2.png -------------------------------------------------------------------------------- /docs/attack-docs/xss/docs.wasc-scriptmapping/images/ie7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/attack-docs/xss/docs.wasc-scriptmapping/images/ie7.png -------------------------------------------------------------------------------- /docs/attack-docs/xss/docs.wasc-scriptmapping/images/safari3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/attack-docs/xss/docs.wasc-scriptmapping/images/safari3.png -------------------------------------------------------------------------------- /docs/attack-docs/xss/docs.wasc-scriptmapping/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/attack-docs/xss/docs.wasc-scriptmapping/license.txt -------------------------------------------------------------------------------- /docs/misc/KL0209LIT_fffap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/misc/KL0209LIT_fffap.html -------------------------------------------------------------------------------- /docs/misc/Web-Shells-rev2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/misc/Web-Shells-rev2.pdf -------------------------------------------------------------------------------- /docs/misc/Wireshark_Display_Filters.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/misc/Wireshark_Display_Filters.pdf -------------------------------------------------------------------------------- /docs/misc/htmlcodes-cheatsheet.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/docs/misc/htmlcodes-cheatsheet.htm -------------------------------------------------------------------------------- /fuzzdb-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/fuzzdb-icon.png -------------------------------------------------------------------------------- /fuzzdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/fuzzdb.png -------------------------------------------------------------------------------- /regex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/regex/README.md -------------------------------------------------------------------------------- /regex/amazon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/regex/amazon.txt -------------------------------------------------------------------------------- /regex/breakpoint-ignores.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/regex/breakpoint-ignores.txt -------------------------------------------------------------------------------- /regex/errors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/regex/errors.txt -------------------------------------------------------------------------------- /regex/nsa-wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/regex/nsa-wordlist.txt -------------------------------------------------------------------------------- /regex/pii.readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/regex/pii.readme.txt -------------------------------------------------------------------------------- /regex/pii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/regex/pii.txt -------------------------------------------------------------------------------- /regex/sessionid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/regex/sessionid.txt -------------------------------------------------------------------------------- /web-backdoors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/README.md -------------------------------------------------------------------------------- /web-backdoors/asp/cmd-asp-5.1.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/cmd-asp-5.1.asp -------------------------------------------------------------------------------- /web-backdoors/asp/cmd.asmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/cmd.asmx -------------------------------------------------------------------------------- /web-backdoors/asp/cmd.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/cmd.asp -------------------------------------------------------------------------------- /web-backdoors/asp/cmd.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/cmd.aspx -------------------------------------------------------------------------------- /web-backdoors/asp/cmdasp.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/cmdasp.asp -------------------------------------------------------------------------------- /web-backdoors/asp/cmdasp.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/cmdasp.aspx -------------------------------------------------------------------------------- /web-backdoors/asp/dns.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/dns.asp -------------------------------------------------------------------------------- /web-backdoors/asp/file.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/file.asp -------------------------------------------------------------------------------- /web-backdoors/asp/list.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/list.asp -------------------------------------------------------------------------------- /web-backdoors/asp/list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/list.txt -------------------------------------------------------------------------------- /web-backdoors/asp/ntdaddy.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/ntdaddy.asp -------------------------------------------------------------------------------- /web-backdoors/asp/proxy.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/proxy.asp -------------------------------------------------------------------------------- /web-backdoors/asp/shell.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/shell.asp -------------------------------------------------------------------------------- /web-backdoors/asp/shell.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/shell.aspx -------------------------------------------------------------------------------- /web-backdoors/asp/up.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/asp/up.asp -------------------------------------------------------------------------------- /web-backdoors/c/cmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/c/cmd.c -------------------------------------------------------------------------------- /web-backdoors/cfm/cfExec.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/cfm/cfExec.cfm -------------------------------------------------------------------------------- /web-backdoors/cfm/cfSQL.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/cfm/cfSQL.cfm -------------------------------------------------------------------------------- /web-backdoors/cfm/cmd.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/cfm/cmd.cfm -------------------------------------------------------------------------------- /web-backdoors/cfm/shell.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/cfm/shell.cfm -------------------------------------------------------------------------------- /web-backdoors/exe/nc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/exe/nc.exe -------------------------------------------------------------------------------- /web-backdoors/jsp/CmdServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/CmdServlet.class -------------------------------------------------------------------------------- /web-backdoors/jsp/CmdServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/CmdServlet.java -------------------------------------------------------------------------------- /web-backdoors/jsp/ListServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/ListServlet.class -------------------------------------------------------------------------------- /web-backdoors/jsp/ListServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/ListServlet.java -------------------------------------------------------------------------------- /web-backdoors/jsp/UpServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/UpServlet.class -------------------------------------------------------------------------------- /web-backdoors/jsp/UpServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/UpServlet.java -------------------------------------------------------------------------------- /web-backdoors/jsp/browser.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/browser.jsp -------------------------------------------------------------------------------- /web-backdoors/jsp/cmd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/cmd.jsp -------------------------------------------------------------------------------- /web-backdoors/jsp/cmdjsp.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/cmdjsp.jsp -------------------------------------------------------------------------------- /web-backdoors/jsp/jsp-reverse.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/jsp-reverse.jsp -------------------------------------------------------------------------------- /web-backdoors/jsp/laudanum/cmd.war: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/laudanum/cmd.war -------------------------------------------------------------------------------- /web-backdoors/jsp/laudanum/makewar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/laudanum/makewar.sh -------------------------------------------------------------------------------- /web-backdoors/jsp/laudanum/warfiles/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/laudanum/warfiles/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /web-backdoors/jsp/laudanum/warfiles/WEB-INF/web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/laudanum/warfiles/WEB-INF/web.xml -------------------------------------------------------------------------------- /web-backdoors/jsp/laudanum/warfiles/cmd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/laudanum/warfiles/cmd.jsp -------------------------------------------------------------------------------- /web-backdoors/jsp/list.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/list.jsp -------------------------------------------------------------------------------- /web-backdoors/jsp/simple.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/simple.jsp -------------------------------------------------------------------------------- /web-backdoors/jsp/up.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/up.jsp -------------------------------------------------------------------------------- /web-backdoors/jsp/win32/cmd_win32.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/win32/cmd_win32.jsp -------------------------------------------------------------------------------- /web-backdoors/jsp/win32/up_win32.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/jsp/win32/up_win32.jsp -------------------------------------------------------------------------------- /web-backdoors/php/cmd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/php/cmd.php -------------------------------------------------------------------------------- /web-backdoors/php/dns.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/php/dns.php -------------------------------------------------------------------------------- /web-backdoors/php/file.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/php/file.php -------------------------------------------------------------------------------- /web-backdoors/php/host.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/php/host.php -------------------------------------------------------------------------------- /web-backdoors/php/killnc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/php/killnc.php -------------------------------------------------------------------------------- /web-backdoors/php/list.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/php/list.php -------------------------------------------------------------------------------- /web-backdoors/php/php-backdoor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/php/php-backdoor.php -------------------------------------------------------------------------------- /web-backdoors/php/php-reverse-shell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/php/php-reverse-shell.php -------------------------------------------------------------------------------- /web-backdoors/php/proxy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/php/proxy.php -------------------------------------------------------------------------------- /web-backdoors/php/shell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/php/shell.php -------------------------------------------------------------------------------- /web-backdoors/php/simple-backdoor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/php/simple-backdoor.php -------------------------------------------------------------------------------- /web-backdoors/php/tiny.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/php/tiny.php -------------------------------------------------------------------------------- /web-backdoors/php/up.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/php/up.php -------------------------------------------------------------------------------- /web-backdoors/pl-cgi/cmd.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/pl-cgi/cmd.pl -------------------------------------------------------------------------------- /web-backdoors/pl-cgi/list.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/pl-cgi/list.pl -------------------------------------------------------------------------------- /web-backdoors/pl-cgi/perlcmd.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/pl-cgi/perlcmd.cgi -------------------------------------------------------------------------------- /web-backdoors/pl-cgi/up.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/pl-cgi/up.pl -------------------------------------------------------------------------------- /web-backdoors/servlet/CmdServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/servlet/CmdServlet.java -------------------------------------------------------------------------------- /web-backdoors/servlet/ListServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/servlet/ListServlet.java -------------------------------------------------------------------------------- /web-backdoors/servlet/UpServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/servlet/UpServlet.java -------------------------------------------------------------------------------- /web-backdoors/sh/cmd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/sh/cmd.sh -------------------------------------------------------------------------------- /web-backdoors/sh/list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/sh/list.sh -------------------------------------------------------------------------------- /web-backdoors/sh/up.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/sh/up.sh -------------------------------------------------------------------------------- /web-backdoors/wordpress/laudanum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/wordpress/laudanum.php -------------------------------------------------------------------------------- /web-backdoors/wordpress/templates/README.md: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /web-backdoors/wordpress/templates/dns.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/wordpress/templates/dns.php -------------------------------------------------------------------------------- /web-backdoors/wordpress/templates/file.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/wordpress/templates/file.php -------------------------------------------------------------------------------- /web-backdoors/wordpress/templates/host.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/wordpress/templates/host.php -------------------------------------------------------------------------------- /web-backdoors/wordpress/templates/ipcheck.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/wordpress/templates/ipcheck.php -------------------------------------------------------------------------------- /web-backdoors/wordpress/templates/killnc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/wordpress/templates/killnc.php -------------------------------------------------------------------------------- /web-backdoors/wordpress/templates/php-reverse-shell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/wordpress/templates/php-reverse-shell.php -------------------------------------------------------------------------------- /web-backdoors/wordpress/templates/proxy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/wordpress/templates/proxy.php -------------------------------------------------------------------------------- /web-backdoors/wordpress/templates/settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/wordpress/templates/settings.php -------------------------------------------------------------------------------- /web-backdoors/wordpress/templates/shell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/web-backdoors/wordpress/templates/shell.php -------------------------------------------------------------------------------- /wordlists-misc/accidental_profanity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-misc/accidental_profanity.txt -------------------------------------------------------------------------------- /wordlists-misc/common-http-ports.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-misc/common-http-ports.txt -------------------------------------------------------------------------------- /wordlists-misc/numeric.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-misc/numeric.txt -------------------------------------------------------------------------------- /wordlists-misc/resolvers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-misc/resolvers.txt -------------------------------------------------------------------------------- /wordlists-misc/us_cities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-misc/us_cities.txt -------------------------------------------------------------------------------- /wordlists-misc/wordlist-alphanumeric-case.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-misc/wordlist-alphanumeric-case.txt -------------------------------------------------------------------------------- /wordlists-misc/wordlist-common-snmp-community-strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-misc/wordlist-common-snmp-community-strings.txt -------------------------------------------------------------------------------- /wordlists-misc/wordlist-dna.txt: -------------------------------------------------------------------------------- 1 | a 2 | t 3 | c 4 | g 5 | -------------------------------------------------------------------------------- /wordlists-user-passwd/db2/db2_default_pass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/db2/db2_default_pass.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/db2/db2_default_user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/db2/db2_default_user.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/db2/db2_default_userpass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/db2/db2_default_userpass.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/faithwriters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/faithwriters.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/generic-listpairs/http_default_pass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/generic-listpairs/http_default_pass.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/generic-listpairs/http_default_userpass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/generic-listpairs/http_default_userpass.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/generic-listpairs/http_default_users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/generic-listpairs/http_default_users.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/names/namelist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/names/namelist.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/oracle/_hci_oracle_passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/oracle/_hci_oracle_passwords.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/oracle/_oracle_default_passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/oracle/_oracle_default_passwords.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/oracle/oracle_login_password.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/oracle/oracle_login_password.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/oracle/oracle_logins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/oracle/oracle_logins.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/oracle/oracle_passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/oracle/oracle_passwords.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/passwds/john.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/passwds/john.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/passwds/phpbb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/passwds/phpbb.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/passwds/twitter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/passwds/twitter.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/passwds/weaksauce.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/passwds/weaksauce.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/postgres/postgres_default_pass.txt: -------------------------------------------------------------------------------- 1 | 2 | tiger 3 | postgres 4 | password 5 | admin 6 | -------------------------------------------------------------------------------- /wordlists-user-passwd/postgres/postgres_default_user.txt: -------------------------------------------------------------------------------- 1 | postgres 2 | scott 3 | admin 4 | -------------------------------------------------------------------------------- /wordlists-user-passwd/postgres/postgres_default_userpass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/postgres/postgres_default_userpass.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/readme.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/tomcat/tomcat_mgr_default_pass.txt: -------------------------------------------------------------------------------- 1 | admin 2 | manager 3 | role1 4 | root 5 | tomcat 6 | -------------------------------------------------------------------------------- /wordlists-user-passwd/tomcat/tomcat_mgr_default_userpass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/tomcat/tomcat_mgr_default_userpass.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/tomcat/tomcat_mgr_default_users.txt: -------------------------------------------------------------------------------- 1 | admin 2 | manager 3 | role1 4 | root 5 | tomcat 6 | both 7 | -------------------------------------------------------------------------------- /wordlists-user-passwd/unix-os/unix_passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/unix-os/unix_passwords.txt -------------------------------------------------------------------------------- /wordlists-user-passwd/unix-os/unix_users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuzzdb-project/fuzzdb/HEAD/wordlists-user-passwd/unix-os/unix_users.txt --------------------------------------------------------------------------------