This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Template:OWASP Tool Info"
From OWASP
Vishal Garg (talk | contribs) |
Vishal Garg (talk | contribs) |
||
Line 1: | Line 1: | ||
|- | |- | ||
|align="left" | {{#if: {{{tool_name|}}} | {{{tool_name|}}} | }} | |align="left" | {{#if: {{{tool_name|}}} | {{{tool_name|}}} | }} | ||
+ | |align="left" | {{#if: {{{tool_objective|}}} | {{{tool_objective}}} | }} | ||
+ | |align="left" | {{#if: {{{tool_description|}}} | {{{tool_description}}} | }} | ||
|align="left" | {{#if: {{{tool_owner|}}} | {{{tool_owner}}} | }} | |align="left" | {{#if: {{{tool_owner|}}} | {{{tool_owner}}} | }} | ||
+ | |align="left" | {{#if: {{{tool_website|}}} | {{{tool_website}}} | }} | ||
|align="left" | {{#if: {{{tool_licence|}}} | {{{tool_licence}}} | }} | |align="left" | {{#if: {{{tool_licence|}}} | {{{tool_licence}}} | }} | ||
|align="left" | {{#if: {{{tool_platforms|}}} | {{{tool_platforms}}} | }} | |align="left" | {{#if: {{{tool_platforms|}}} | {{{tool_platforms}}} | }} | ||
Line 7: | Line 10: | ||
|align="left" | {{#if: {{{tool_stable_release|}}} | {{{tool_stable_release}}} | }} | |align="left" | {{#if: {{{tool_stable_release|}}} | {{{tool_stable_release}}} | }} | ||
|align="left" | {{#if: {{{tool_release_date|}}} | {{{tool_release_date}}} | }} | |align="left" | {{#if: {{{tool_release_date|}}} | {{{tool_release_date}}} | }} | ||
+ | |||
+ | <noinclude> | ||
+ | This template provides tool related information for OWASP Tools Project. | ||
+ | |||
+ | === Usage === | ||
+ | <pre> | ||
+ | {{Template:OWASP Tools Info | ||
+ | | tool_name = | ||
+ | | tool_objective = | ||
+ | | tool_description = | ||
+ | | tool_owner = | ||
+ | | tool_website = | ||
+ | | tool_licence = | ||
+ | | tool_platforms = | ||
+ | | tool_technologies = | ||
+ | | tool_stable_release = | ||
+ | | tool_release_date = | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | === Example === | ||
+ | <pre> | ||
+ | {{Template:OWASP Tools Info | ||
+ | | tool_name = Internal IP detector | ||
+ | | tool_objective = To detect the internal IP of a web application | ||
+ | | tool_description = Small description of tool and its capabilities. | ||
+ | | tool_owner = Mr. John | ||
+ | | tool_website = www.xyz.com | ||
+ | | tool_licence = Commercial (trial available) | ||
+ | | tool_platforms = Windows, Linux | ||
+ | | tool_technologies = PHP | ||
+ | | tool_stable_release = 1.2.1 | ||
+ | | tool_release_date = 2008-10-25 | ||
+ | }} | ||
+ | </pre> | ||
+ | </noinclude> |
Revision as of 21:15, 20 October 2009
|- |align="left" | |align="left" | |align="left" | |align="left" | |align="left" | |align="left" | |align="left" | |align="left" | |align="left" | |align="left" |
This template provides tool related information for OWASP Tools Project.
Usage
{{Template:OWASP Tools Info | tool_name = | tool_objective = | tool_description = | tool_owner = | tool_website = | tool_licence = | tool_platforms = | tool_technologies = | tool_stable_release = | tool_release_date = }}
Example
{{Template:OWASP Tools Info | tool_name = Internal IP detector | tool_objective = To detect the internal IP of a web application | tool_description = Small description of tool and its capabilities. | tool_owner = Mr. John | tool_website = www.xyz.com | tool_licence = Commercial (trial available) | tool_platforms = Windows, Linux | tool_technologies = PHP | tool_stable_release = 1.2.1 | tool_release_date = 2008-10-25 }}