MCPcopy Create free account
hub / github.com/chasingboy/Xtools / PentestHelpModuleCommand

Class PentestHelpModuleCommand

xtools.py:478–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476
477# Pentest help module
478class PentestHelpModuleCommand(sublime_plugin.TextCommand):
479 def run(self, edit, tool):
480 if tool == 'upload':
481 global file_upload_package
482 text = file_upload_package
483
484 new_view(self.view, edit, text, 'Markdown.sublime-syntax')
485
486
487# Reserve shell tool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected