Created
January 22, 2014 11:59
-
-
Save yaph/8557532 to your computer and use it in GitHub Desktop.
Basic arachni usage commands
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
# scan up to 1000 URLs | |
arachni --link-count=1000 --report=afr:outfile=domain.tld.html http://domain.tld | |
# convert existing afr report to html | |
arachni --repload=domain.tld.afr --report=html:outfile=domain.tld.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment