-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the
--host
, --site
, and --domain
options up to the top.
- Loading branch information
1 parent
37f6146
commit 84f5503
Showing
3 changed files
with
30 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,15 @@ Spiders a website. | |
|
||
## OPTIONS | ||
|
||
`--host` *HOST* | ||
: Spiders the specific *HOST*. | ||
|
||
`--domain` *DOMAIN* | ||
: Spiders the whole *DOMAIN*. | ||
|
||
`--site` *URL* | ||
: Spiders the website, starting at the *URL*. | ||
|
||
`--open-timeout` *SECS* | ||
: Sets the connection open timeout. | ||
|
||
|
@@ -119,15 +128,6 @@ Spiders a website. | |
`-r`, `--robots` | ||
: Specifies whether to honor `robots.txt`. | ||
|
||
`--host` *HOST* | ||
: Spiders the specific *HOST*. | ||
|
||
`--domain` *DOMAIN* | ||
: Spiders the whole *DOMAIN*. | ||
|
||
`--site` *URL* | ||
: Spiders the website, starting at the *URL*. | ||
|
||
`--print-status` | ||
: Print the status codes for each URL. | ||
|
||
|
@@ -172,4 +172,4 @@ Postmodern <[email protected]> | |
|
||
## SEE ALSO | ||
|
||
[ronin-web-server](ronin-web-server.1.md) [ronin-web-proxy](ronin-web-proxy.1.md) [ronin-web-diff](ronin-web-diff.1.md) [ronin-web-new-spider](ronin-web-new-spider.1.md) | ||
[ronin-web-server](ronin-web-server.1.md) [ronin-web-proxy](ronin-web-proxy.1.md) [ronin-web-diff](ronin-web-diff.1.md) [ronin-web-new-spider](ronin-web-new-spider.1.md) |