Skip to content

Instantly share code, notes, and snippets.

@yaph
Created January 22, 2014 11:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaph/8557532 to your computer and use it in GitHub Desktop.
Save yaph/8557532 to your computer and use it in GitHub Desktop.
Basic arachni usage commands
# 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