Skip to content

Instantly share code, notes, and snippets.

@glenntnorton
Last active March 18, 2025 05:59
Show Gist options
  • Save glenntnorton/f7b3a2a3a627075ad76f83ca75a68e3a to your computer and use it in GitHub Desktop.
Save glenntnorton/f7b3a2a3a627075ad76f83ca75a68e3a to your computer and use it in GitHub Desktop.
# nikto args run from python
process_args = ['perl', 'nikto.pl', '-T', 'x1', '-D', '3', '-C', 'all', '-e', '1', '-h', HOST]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment