... | ... | @@ -182,15 +182,22 @@ Let's give this a try: |
|
|
|
|
|
This will load the XSS module and audit all the forms in "http://testfire.net/".
|
|
|
|
|
|
*Verbose mode disabled*
|
|
|
**Verbose mode disabled**
|
|
|
|
|
|
Observe that there's no `-v` flag in the following run.
|
|
|
|
|
|
Observe that there's no _-v_ flag in the following run.
|
|
|
_Don't worry about the rest of the parameters right now._
|
|
|
|
|
|
*Quick note:*
|
|
|
Arachni's output messages are classified into several categories, each of them prefixed with a different colored symbol.
|
|
|
"[*]" messages are status messages.
|
|
|
"[+]" messages are "ok" messages - positive matches.
|
|
|
**Quick note:**
|
|
|
|
|
|
Arachni's output messages are classified into several categories, each of them prefixed with a different colored symbol:
|
|
|
|
|
|
* `[*]` are status messages.
|
|
|
* `[+]` are "ok" messages - positive matches.
|
|
|
* `[v]` are verbose messages.
|
|
|
* `[!]` are debug messages.
|
|
|
* `[-]` are error messages.
|
|
|
|
|
|
_I won't bother with coloring during the examples._
|
|
|
|
|
|
|
... | ... | |