Commit 99b85861 by Marcin Bury Committed by Mariusz Kupidura

Cisco Video Surveillance Path Traversal exploit - name fix (#222)

parent f1903b8b
...@@ -16,7 +16,7 @@ class Exploit(exploits.Exploit): ...@@ -16,7 +16,7 @@ class Exploit(exploits.Exploit):
If the target is vulnerable, it allows to read files from the filesystem. If the target is vulnerable, it allows to read files from the filesystem.
""" """
__info__ = { __info__ = {
'name': 'Cisco Unified Multi Path Traversal', 'name': 'Cisco Video Surveillance Path Traversal',
'description': 'Module exploits path traversal vulnerability in Cisco Video Surveillance Operations Manager 6.3.2 devices.' 'description': 'Module exploits path traversal vulnerability in Cisco Video Surveillance Operations Manager 6.3.2 devices.'
'If the target is vulnerable it allows to read files from the filesystem.', 'If the target is vulnerable it allows to read files from the filesystem.',
'authors': [ 'authors': [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment