This file is indexed.

/usr/share/doc/denyhosts/examples/plugins/test_deny.py is in denyhosts 2.10-2.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
#!/usr/bin/python
import sys

print "%s invoked with the following args: %s" % (sys.argv[0], sys.argv[1:])
sys.exit(0)