SYMBOL INDEX (51 symbols across 16 files) FILE: payloads/library/execution/Install_And_Run_Any_Arbitrary_Executable-No_Internet_And_Root_Needed/assets/convert_to_hex.py function convert_to_hex (line 3) | def convert_to_hex(filename, output_file): FILE: payloads/library/execution/Persistent_Keylogger-Telegram_Based/connection.py class Log (line 10) | class Log: method __init__ (line 11) | def __init__(self): method add_to_log (line 18) | def add_to_log(self, log): method send_log (line 24) | def send_log(self): class Keylogger (line 34) | class Keylogger(Thread): method __init__ (line 36) | def __init__(self, log): method callback (line 40) | def callback(self, event): method run (line 55) | def run(self): class Sender (line 58) | class Sender(Thread): method __init__ (line 60) | def __init__(self, log): method run (line 64) | def run(self): FILE: payloads/library/execution/Persistent_Reverse_Shell-Telegram_Based/connection.py function reverse_shell (line 15) | def reverse_shell(message): function extract_command (line 28) | def extract_command(message): function run_command (line 35) | def run_command(command): FILE: payloads/library/execution/Telegram_Persistent_Connection_Linux/connection.py function send_welcome (line 8) | def send_welcome(message): FILE: payloads/library/general/Piano_Player/piano_player.py function parse_args (line 8) | def parse_args(): function generate_keymap (line 16) | def generate_keymap(maps: str) -> dict: function notes_to_code (line 24) | def notes_to_code(roll: list, keymap: dict, tick: int, url: str, press_m... FILE: payloads/library/prank/Try_To_Catch_Me/script.py function install_package (line 10) | def install_package(package): class Popup (line 34) | class Popup: method __init__ (line 36) | def __init__(self, master): method close_popup (line 71) | def close_popup(self): FILE: payloads/library/prank/mr-robot_eXit/prank_files/assets/js/constants.js constant SCREEN (line 1) | const SCREEN = document.querySelector('#screen'); constant BANNER (line 3) | const BANNER = document.querySelector('#banner'); constant ISSUE (line 5) | const ISSUE = document.querySelector('#issue'); constant HINT (line 7) | const HINT = (new URLSearchParams(document.location.search).get('hint')); constant PROMPT (line 9) | const PROMPT = document.querySelector('#prompt'); constant LEVELS (line 11) | const LEVELS = [ constant OFF (line 73) | const OFF = document.querySelector('#off'); FILE: payloads/library/prank/mr-robot_eXit/prank_files/assets/js/functions/off.js function off (line 1) | async function off() { FILE: payloads/library/prank/mr-robot_eXit/prank_files/assets/js/functions/sleep.js function sleep (line 1) | async function sleep(ms) { FILE: payloads/library/prank/mr-robot_eXit/prank_files/assets/js/functions/stage.js function stage (line 1) | function stage(level, iterator) { FILE: payloads/library/recon/x-frame-options_scanner/recon_files/assets/js/constants.js constant LAN (line 1) | const LAN = (new URLSearchParams(document.location.search).get('lan')); constant OUTPUT (line 2) | const OUTPUT = document.querySelector('#output'); FILE: payloads/library/recon/x-frame-options_scanner/recon_files/assets/js/functions/recon.js function recon (line 1) | async function recon(scheme, port) { FILE: payloads/library/recon/x-frame-options_scanner/recon_files/assets/js/functions/sleep.js function sleep (line 1) | function sleep() { FILE: payloads/library/recon/x-frame-options_scanner/recon_files/assets/js/functions/targets.js function targets (line 1) | function targets() { FILE: payloads/library/remote_access/duckNet/Encoder/src/Encoder.java class Encoder (line 30) | public class Encoder { method main (line 38) | public static void main(String[] args) { method loadProperties (line 140) | private static void loadProperties (String lang){ method encodeToFile (line 178) | private static void encodeToFile(String inStr, String fileDest) { method addBytes (line 416) | private static void addBytes(List file, byte[] byteTab){ method charToBytes (line 424) | private static byte[] charToBytes (char c){ method charToCode (line 427) | private static String charToCode (char c){ method codeToBytes (line 439) | private static byte[] codeToBytes (String str){ method strToByte (line 462) | private static byte strToByte(String str) { method strInstrToByte (line 470) | private static byte strInstrToByte(String instruction){ FILE: payloads/library/remote_access/duckNet/Encoder/src/Encoder_GUI.java class Encoder_GUI (line 8) | public class Encoder_GUI{ method createAndShowGUI (line 10) | private static void createAndShowGUI() { method main (line 47) | public static void main(String[] args) {