Last active
March 18, 2025 05:59
-
-
Save glenntnorton/f7b3a2a3a627075ad76f83ca75a68e3a to your computer and use it in GitHub Desktop.
# nikto args run from python
This file contains hidden or 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
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