Lucene search
+L

5355 matches found

w3af
w3af
added 2013/06/10 11:2 p.m.51 views

xpath

This plugin finds XPATH injections. To find this vulnerabilities the plugin sends the string "dz0" to every injection point, and searches the response for XPATH errors. Plugin type Audit Options This plugin doesnt have any user configured options. Source For more information about this plugin and...

7.6AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.33 views

console

This plugin writes the framework messages to the console. One configurable parameter exists: verbose Plugin type Output Options Name | Type | Default Value | Description | Help ---|---|---|---|--- verbose | boolean | False | Enables verbose output for the console | No detailed help available Sour...

0.2AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.23 views

rnd_hex_encode

This evasion plugin adds random hex encoding. Example: Input: /bar/foo.asp Output : /b%61r/%66oo.asp Plugin type Evasion Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres always the source code to understand...

SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.17 views

rnd_path

This evasion plugin adds a random path to the URI. Example: Input: /bar/foo.asp Output : /aflsasfasfkn/../bar/foo.asp Plugin type Evasion Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres always the source...

SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.25 views

wsdl_finder

This plugin finds new web service descriptions and other web service related files by appending "?WSDL" to all URLs and checking the response. Plugin type Crawl Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests,...

7.2AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.22 views

rnd_param

This evasion plugin adds a random parameter. Example: Input: /bar/foo.asp Output : /bar/foo.asp?alsfkj=f09 Plugin type Evasion Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres always the source code to...

0.2AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.26 views

generic

This authentication plugin can login to web application with generic authentication schema. Seven configurable parameters exist: username password usernamefield passwordfield authurl checkurl checkstring Plugin type Auth Options Name | Type | Default Value | Description | Help ---|---|---|---|---...

7.2AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.22 views

server_status

This plugin fetches the server-status file used by Apache, and parses it. After parsing, new URLs are found, and in some cases, the plugin can deduce the existance of other domains hosted on the same server. Plugin type Infrastructure Options This plugin doesnt have any user configured options...

7.1AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.15 views

user_dir

This plugin will try to find user home directories based on the knowledge gained by other plugins, and an internal knowledge base. For example, if the target URL is: http://test/ And other plugins found this valid email accounts: email protected email protected This plugin will request:...

7.2AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.10 views

code_disclosure

This plugin greps every page in order to find code disclosures. Basically it greps for ?.? and %.% using the re module and reports findings. Code disclosures are usually generated due to web server misconfigurations, or wierd web application "features". Plugin type Grep Options This plugin doesnt...

7.4AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.19 views

detect_transparent_proxy

This plugin tries to detect transparent proxies. The procedure for detecting transparent proxies is simple, I try to connect to a series of IP addresses, to the port 80, if all of them return an opened socket, then its the proxy server responding. Plugin type Infrastructure Options This plugin...

7.2AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.15 views

html_comments

This plugin greps every page for HTML comments, special comments like the ones containing the words "password" or "user" are specially reported. Plugin type Grep Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests,...

SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.17 views

ssi

This plugin finds server side include SSI vulnerabilities. Plugin type Audit Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres always the source code to understand exactly whats under the hood: Plugin source...

0.3AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.16 views

oracle

This plugin greps every page for oracle messages, versions, etc. Plugin type Grep Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres always the source code to understand exactly whats under the hood: Plugin...

7.2AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.16 views

strange_http_codes

Analyze HTTP response codes sent by the remote web application and report uncommon findings. Plugin type Grep Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres always the source code to understand exactly...

0.1AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.17 views

error_500

This plugin greps every page for error 500 pages that havent been caught by other plugins. By enabling this, you are enabling a "safety net" that will catch all interesting HTTP responses which might lead to a bug or vulnerability. Plugin type Grep Options This plugin doesnt have any user...

7.1AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.18 views

full_width_encode

This evasion plugin does full width encoding as described here: http://www.kb.cert.org/vuls/id/739224 Example: Input: /bar/foo.asp Output : /b%uFF61r/%uFF66oo.asp Plugin type Evasion Options This plugin doesnt have any user configured options. Source For more information about this plugin and the...

0.2AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.21 views

mx_injection

This plugin will find MX injections. This kind of web application errors are mostly seen in webmail software. The tests are simple, for every injectable parameter a string with special meaning in the mail server is sent, and if in the response I find a mail server error, a vulnerability was found...

7.1AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.31 views

domain_dot

This plugin finds misconfigurations in the virtual host settings by sending a specially crafted request with a trailing dot in the domain name. For example, if the input for this plugin is http://host.tld/ , the plugin will perform a request to http://host.tld./ . In some misconfigurations, the...

0.2AI score
SaveExploits0
w3af
w3af
added 2013/06/10 11:2 p.m.11 views

blank_body

This plugin finds HTTP responses with a blank body, these responses may indicate errors or misconfigurations in the web application or the web server. Plugin type Grep Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated...

7.1AI score
SaveExploits0
Rows per page
Query Builder