SYMBOL INDEX (131 symbols across 7 files) FILE: applescript/_result.py class Result (line 2) | class Result: method __init__ (line 7) | def __init__(self,code,out,err): FILE: applescript/_run.py function _run (line 7) | def _run(script, background=False, javascript=False): FILE: applescript/_temp.py function _tempfile (line 5) | def _tempfile(): FILE: applescript/tell.py function app (line 5) | def app(appname, applescript, background=False): FILE: lib/format_tools_result.py function select_ip_port (line 12) | def select_ip_port(text:str) -> str: function select_web_poc (line 23) | def select_web_poc(text:str) ->str: function select_web_info (line 33) | def select_web_info(text:str) ->str: function select_ip_exp (line 60) | def select_ip_exp(text:str) -> str: function select_weak_password (line 78) | def select_weak_password(text:str) -> str: function select_os_info (line 98) | def select_os_info(text:str) -> str: function classify_fscan_result (line 123) | def classify_fscan_result(text:str) -> dict: function format_dirsx_result (line 149) | def format_dirsx_result(text:str) -> str: FILE: utils.py function check_version (line 31) | def check_version(current_version): function convert_ipv4_to_C (line 46) | def convert_ipv4_to_C(view): function convert_C_to_ipv4 (line 67) | def convert_C_to_ipv4(view): function parse_ip_range (line 93) | def parse_ip_range(start,end): function convert_ipv4_to_B (line 105) | def convert_ipv4_to_B(view): function select_ipv4 (line 126) | def select_ipv4(view): function is_lan (line 143) | def is_lan(ip): function select_ipv4_range (line 150) | def select_ipv4_range(view): function select_ipv4_port (line 161) | def select_ipv4_port(view): function count_ipv4_number (line 173) | def count_ipv4_number(view): function select_domain (line 194) | def select_domain(view): function select_rootdomain (line 210) | def select_rootdomain(text): function select_urls (line 222) | def select_urls(view, path=False): function exec_command (line 238) | def exec_command(cmd): function write_file (line 250) | def write_file(workdir,text): function read_file (line 258) | def read_file(file): function delete_url_path (line 264) | def delete_url_path(url): function is_url (line 269) | def is_url(urls): function unique_sort_ipv4 (line 279) | def unique_sort_ipv4(ips): function add_prefix_suffix (line 287) | def add_prefix_suffix(text,chars,cmd): function select_routers (line 370) | def select_routers(text): function filter_routers (line 376) | def filter_routers(results): function reverse_shell_tools (line 416) | def reverse_shell_tools(shell,ip_port): function format_nmap_open_port (line 472) | def format_nmap_open_port(xmls, mode): function select_nmap_ports_from_xml (line 514) | def select_nmap_ports_from_xml(xmls, mode): function format_httpx_result (line 555) | def format_httpx_result(text): function format_nuclei_result (line 574) | def format_nuclei_result(text): FILE: xtools.py class SelectIpv4LanCommand (line 70) | class SelectIpv4LanCommand(sublime_plugin.TextCommand): method run (line 71) | def run(self, edit): class SelectIpv4WanCommand (line 77) | class SelectIpv4WanCommand(sublime_plugin.TextCommand): method run (line 78) | def run(self, edit): class SelectIpv4RangeCommand (line 84) | class SelectIpv4RangeCommand(sublime_plugin.TextCommand): method run (line 85) | def run(self, edit): class SelectIpv4PortCommand (line 91) | class SelectIpv4PortCommand(sublime_plugin.TextCommand): method run (line 92) | def run(self, edit): class CountIpv4NumberCommand (line 98) | class CountIpv4NumberCommand(sublime_plugin.TextCommand): method run (line 99) | def run(self, edit): class ConvertRangeIp2cCommand (line 104) | class ConvertRangeIp2cCommand(sublime_plugin.TextCommand): method run (line 105) | def run(self, edit): class ConvertRangeC2ipCommand (line 110) | class ConvertRangeC2ipCommand(sublime_plugin.TextCommand): method run (line 111) | def run(self, edit): class ConvertRangeIp2bCommand (line 116) | class ConvertRangeIp2bCommand(sublime_plugin.TextCommand): method run (line 117) | def run(self, edit): class SelectDomainRootAllCommand (line 122) | class SelectDomainRootAllCommand(sublime_plugin.TextCommand): method remove (line 123) | def remove(self,edit): method run (line 133) | def run(self, edit, cmd): class FilterDnsCdnHostCommand (line 142) | class FilterDnsCdnHostCommand(sublime_plugin.TextCommand): method run (line 143) | def run(self, edit): class FilterDnsCdnDomainCommand (line 160) | class FilterDnsCdnDomainCommand(sublime_plugin.TextCommand): method run (line 161) | def run(self, edit): class SelectUrlsExcludePathCommand (line 178) | class SelectUrlsExcludePathCommand(sublime_plugin.TextCommand): method run (line 179) | def run(self, edit): class SelectUrlsIncludePathCommand (line 184) | class SelectUrlsIncludePathCommand(sublime_plugin.TextCommand): method run (line 185) | def run(self, edit): class SelectRoutersFromTextCommand (line 190) | class SelectRoutersFromTextCommand(sublime_plugin.TextCommand): method run (line 191) | def run(self, edit): class RecoverJsLinkCommand (line 198) | class RecoverJsLinkCommand(sublime_plugin.TextCommand): method run (line 199) | def run(self, edit): class RemoveSpecialCharsCommand (line 215) | class RemoveSpecialCharsCommand(sublime_plugin.TextCommand): method run (line 216) | def run(self, edit): class RemoveSpecificStringCommand (line 222) | class RemoveSpecificStringCommand(sublime_plugin.TextCommand): method run (line 223) | def run(self, edit, str): class DeleteLinesCommand (line 234) | class DeleteLinesCommand(sublime_plugin.TextCommand): method run (line 235) | def run(self, edit): class SelectLinesCommand (line 255) | class SelectLinesCommand(sublime_plugin.TextCommand): method run (line 256) | def run(self, edit): class AddPrefixSuffixCommand (line 272) | class AddPrefixSuffixCommand(sublime_plugin.TextCommand): method run (line 273) | def run(self, edit, cmd): class ReplaceKeyToValueCommand (line 282) | class ReplaceKeyToValueCommand(sublime_plugin.TextCommand): method run (line 283) | def run(self, edit): class ReplaceValueToKeyCommand (line 299) | class ReplaceValueToKeyCommand(sublime_plugin.TextCommand): method run (line 300) | def run(self, edit): class SortAndUniqueTextCommand (line 319) | class SortAndUniqueTextCommand(sublime_plugin.TextCommand): method run (line 320) | def run(self, edit): class Base64EncodeTextCommand (line 328) | class Base64EncodeTextCommand(sublime_plugin.TextCommand): method run (line 329) | def run(self, edit): class Base64DecodeTextCommand (line 335) | class Base64DecodeTextCommand(sublime_plugin.TextCommand): method run (line 336) | def run(self, edit): class Base64EncodeLineCommand (line 342) | class Base64EncodeLineCommand(sublime_plugin.TextCommand): method run (line 343) | def run(self, edit): class Base64DecodeLineCommand (line 352) | class Base64DecodeLineCommand(sublime_plugin.TextCommand): method run (line 353) | def run(self, edit): class UrlEncodeDecodeTextCommand (line 362) | class UrlEncodeDecodeTextCommand(sublime_plugin.TextCommand): method run (line 363) | def run(self, edit, cmd): class Md5EncryptTextCommand (line 372) | class Md5EncryptTextCommand(sublime_plugin.TextCommand): method run (line 373) | def run(self, edit): class Md5EncryptLineCommand (line 379) | class Md5EncryptLineCommand(sublime_plugin.TextCommand): method run (line 380) | def run(self, edit): class RunCmdCommand (line 389) | class RunCmdCommand(sublime_plugin.TextCommand): method run (line 390) | def run(self, edit, cmd): class CurlDownloadFileCommand (line 398) | class CurlDownloadFileCommand(sublime_plugin.TextCommand): method run (line 399) | def run(self, edit): class FormatToolsResultCommand (line 431) | class FormatToolsResultCommand(sublime_plugin.TextCommand): method run (line 432) | def run(self, edit, tool, mode): class HighlightHttpxNucleiCommand (line 457) | class HighlightHttpxNucleiCommand(sublime_plugin.TextCommand): method run (line 458) | def run(self, edit, tool): class PentestHelpModuleCommand (line 478) | class PentestHelpModuleCommand(sublime_plugin.TextCommand): method run (line 479) | def run(self, edit, tool): class ReverseShellToolsCommand (line 488) | class ReverseShellToolsCommand(sublime_plugin.TextCommand): method run (line 489) | def run(self, edit, shell): class InputTextCommand (line 503) | class InputTextCommand(sublime_plugin.TextCommand): method run (line 504) | def run(self, edit): class SettingXtoolsConfigCommand (line 509) | class SettingXtoolsConfigCommand(sublime_plugin.TextCommand): method run (line 510) | def run(self, edit): class SettingXtoolsTheme (line 516) | class SettingXtoolsTheme(sublime_plugin.TextCommand): method run (line 517) | def run(self, edit, theme): class SwitchLanguageCommand (line 528) | class SwitchLanguageCommand(sublime_plugin.TextCommand): method run (line 529) | def run(self, edit): class XtoolsNoteBookCommand (line 540) | class XtoolsNoteBookCommand(sublime_plugin.TextCommand): method run (line 541) | def run(self, edit): class AboutXtoolsCommand (line 547) | class AboutXtoolsCommand(sublime_plugin.TextCommand): method run (line 548) | def run(self, edit): function get_buffer_text (line 555) | def get_buffer_text(view): function region_to_text (line 560) | def region_to_text(view,regions): function get_console_text (line 569) | def get_console_text(view): function panel_print (line 576) | def panel_print(view, edit, text): function new_view (line 583) | def new_view(view, edit, text, syntax='', filename=''): function update_file (line 594) | def update_file(view, edit, text):