gitextract_eont25d2/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── config.yaml │ └── payload_bug.yaml ├── .gitignore ├── CONTRIBUTING.md ├── README.md ├── languages/ │ ├── be.json │ ├── br.json │ ├── ca-fr.json │ ├── ca.json │ ├── ch.json │ ├── cz.json │ ├── de.json │ ├── de_mac.json │ ├── dk.json │ ├── es-la.json │ ├── es.json │ ├── fi.json │ ├── fr.json │ ├── gb.json │ ├── hr.json │ ├── hu.json │ ├── it.json │ ├── jp.json │ ├── mx.json │ ├── no.json │ ├── pt.json │ ├── se.json │ ├── si.json │ ├── sk.json │ ├── tr.json │ └── us.json └── payloads/ ├── examples/ │ ├── ATTACKMODE/ │ │ ├── ATTACKMODE-example1.txt │ │ └── ATTACKMODE-example2.txt │ ├── Button/ │ │ ├── Button-example1.txt │ │ ├── Button-example2.txt │ │ ├── Button-example3.txt │ │ ├── Button-example4.txt │ │ ├── Button-example5.txt │ │ ├── Button-example6.txt │ │ ├── Button-example7.txt │ │ ├── Button-example8.txt │ │ └── Button-example9.txt │ ├── Conditions/ │ │ ├── Conditions-example1.txt │ │ ├── Conditions-example2.txt │ │ ├── Conditions-example3.txt │ │ ├── Conditions-example4.txt │ │ ├── Conditions-example5.txt │ │ └── Conditions-example6.txt │ ├── Example_Payloads/ │ │ ├── konami_cave.txt │ │ └── payload_menu.txt │ ├── Exfiltration/ │ │ ├── Exfiltration-example1.txt │ │ ├── Exfiltration-example2.txt │ │ ├── Exfiltration-example3.txt │ │ └── Exfiltration-example4.txt │ ├── Functions/ │ │ ├── Functions-example1.txt │ │ └── Functions-example2.txt │ ├── Holding Keys/ │ │ ├── Holding-Keys-example1.txt │ │ ├── Holding-Keys-example2.txt │ │ └── Holding-Keys-example3.txt │ ├── Jitter/ │ │ ├── Jitter-example1.txt │ │ └── Jitter-example2.txt │ ├── LED/ │ │ ├── LED-example1.txt │ │ ├── LED-example2.txt │ │ └── LED-example3.txt │ ├── Lock Keys/ │ │ ├── Lock-Keys-example1.txt │ │ ├── Lock-Keys-example2.txt │ │ ├── Lock-Keys-example3.txt │ │ └── Lock-Keys-example4.txt │ ├── Loops/ │ │ ├── Loops-example1.txt │ │ ├── Loops-example2.txt │ │ └── Loops-example3.txt │ ├── Operators/ │ │ ├── Operators-example1.txt │ │ ├── Operators-example2.txt │ │ └── Operators-example3.txt │ ├── Payload Control/ │ │ ├── Payload-Control-example1.txt │ │ ├── Payload-Control-example2.txt │ │ └── Payload-Control-example3.txt │ ├── Payload Hiding/ │ │ └── Payload-Hiding-example1.txt │ ├── Randomization/ │ │ ├── Randomization-example1.txt │ │ ├── Randomization-example2.txt │ │ ├── Randomization-example3.txt │ │ └── Randomization-example4.txt │ ├── Storage Activity/ │ │ ├── Storage-Activity-example1.txt │ │ └── Storage-Activity-example2.txt │ ├── Tests/ │ │ └── test-suite.txt │ └── Variables/ │ └── VAR-example1.txt ├── extensions/ │ ├── button_deploy.txt │ ├── community/ │ │ ├── DETECT_FINISHED │ │ ├── POWERSHELL_DOWNLOAD │ │ ├── POWERSHELL_TO_DROPBOX │ │ ├── ROLLING_POWERSHELL_EXECUTION │ │ ├── RUN_HOSTED_POWERSHELL │ │ ├── SAVE_FILES_IN_RUBBER_DUCKY_STORAGE/ │ │ │ ├── README.md │ │ │ └── SAVE_FILES_IN_RUBBER_DUCKY_STORAGE_WINDOWS.txt │ │ ├── WINDOWS11_CONSOLE_DOWNGRADE │ │ ├── WINDOWS_ELEVATED_EXECUTION │ │ └── WINDOWS_FILELESS_HID_EXFIL │ ├── detect_ready.txt │ ├── exfil_auto_eof_detect.txt │ ├── hello_os.txt │ ├── linux_hid_exfil.txt │ ├── os_detect.txt │ ├── passive_detect_ready.txt │ ├── passive_windows_detect.txt │ ├── protected_storage_mode.txt │ ├── self_destruct.txt │ ├── translate.txt │ └── windows_hid_exfil.txt └── library/ ├── credentials/ │ ├── -RD-Credz-Plz/ │ │ ├── Credz-Plz-Execute.txt │ │ ├── Credz-Plz.ps1 │ │ └── README.md │ ├── BitLockerKeyDump/ │ │ ├── payload.txt │ │ └── readme.md │ ├── Browser-Passwords-Dropbox-Exfiltration/ │ │ ├── ReadMe.md │ │ ├── Version 01/ │ │ │ ├── Browser-Passwords-Dropbox-Exfiltration.ps1 │ │ │ └── payload.txt │ │ └── payload.txt │ ├── DevilsCupid/ │ │ ├── README.md │ │ ├── devilsCupid.ps1 │ │ └── sourceCode.txt │ ├── Duckie-Harvest/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── sy_cred.ps1 │ ├── DuckyLogger/ │ │ ├── README.md │ │ ├── duckyLoggerDecoder │ │ └── payload.txt │ ├── DuckyLogger2/ │ │ ├── README.md │ │ ├── duckyLoggerDecoder │ │ └── payload.txt │ ├── ExfiltrateWiFiPasswords_Linux/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.sh │ ├── Funni_Stick_V3/ │ │ ├── Funni_Stick_V3 │ │ └── README.txt │ ├── Hasta lasagna!/ │ │ ├── Hasta Lasagna.ps1 │ │ └── payload.txt │ ├── Local_WLAN_Borrower/ │ │ ├── 1.ps1 │ │ ├── README.md │ │ └── payload.txt │ ├── SamDumpDucky/ │ │ ├── README.md │ │ └── payload.txt │ ├── Simple_User_Password_Grabber/ │ │ └── payload.txt │ ├── WLAN-Windows-Passwords/ │ │ ├── README.md │ │ ├── Windows-Passwords.ps1 │ │ └── payload.txt │ ├── WindowsLicenseKeyExfiltration/ │ │ ├── WindowsLicenseKeyExfiltration.txt │ │ └── readme.md │ ├── datacopier/ │ │ └── datacopier │ └── sudoSnatch/ │ └── payload.txt ├── execution/ │ ├── $MFT-Duck-Crasher/ │ │ └── payload.txt │ ├── -RD-Play-WAV/ │ │ ├── Play-WAV.ps1 │ │ ├── README.md │ │ └── payload.txt │ ├── -RD-SafeHaven/ │ │ ├── README.md │ │ └── SafeHaven.txt │ ├── -RD-ShortcutJacker/ │ │ ├── README.md │ │ ├── Shortcut-Jacker-Execute.txt │ │ └── Shortcut-Jacker.ps1 │ ├── -RD-UrAttaControl/ │ │ ├── README.md │ │ └── UrAttaControl-Execute.txt │ ├── Add_An_Excepiton_To_Avast_Antivirus/ │ │ ├── README.md │ │ └── payload.txt │ ├── Add_Local_Admin/ │ │ └── payload.txt │ ├── Admin_Who_Never_Sleeps/ │ │ ├── ReadMe.md │ │ └── payload.txt │ ├── BeEF_Injection/ │ │ └── payload.txt │ ├── Call_Someone_On_An_iPhone/ │ │ ├── README.md │ │ └── payload.txt │ ├── ChangeGitRemoteLink/ │ │ ├── README.md │ │ └── payload.txt │ ├── ChangeMacAddress_Linux/ │ │ ├── README.md │ │ └── payload.txt │ ├── ChangeNetworkConfiguration_Linux/ │ │ ├── README.md │ │ └── payload.txt │ ├── Change_Github_Profile_Settings/ │ │ ├── README.md │ │ └── payload.txt │ ├── Change_Windows_User_Name/ │ │ ├── README.md │ │ └── payload.txt │ ├── Change_the_password_of_the_windows_user/ │ │ ├── README.md │ │ └── payload.txt │ ├── CloseAllApplicationsInWindows/ │ │ ├── README.md │ │ ├── close_all_app.ps1 │ │ ├── payload.txt │ │ └── script.py │ ├── DNS-TXT-CommandInjection/ │ │ ├── DNS-TXT-CommandInjection.txt │ │ ├── README.md │ │ └── powershellReverseShellOne-liner.ps1 │ ├── DUCKY_REAPER/ │ │ └── payload.txt │ ├── DawnKit/ │ │ └── payload.txt │ ├── Defend_yourself_against_AtlasVPN_Bug-Door/ │ │ ├── README.md │ │ └── payload.txt │ ├── Delete_A_Reminder_On_An_iPhone/ │ │ ├── README.md │ │ └── payload.txt │ ├── Disable_Windows_Defender22H2/ │ │ └── Disable_Windows_Defender.txt │ ├── DuckyHelper/ │ │ └── DuckyHelper.txt │ ├── Edit_A_Reminder_On_An_iPhone/ │ │ ├── README.md │ │ └── payload.txt │ ├── Edit_The_Default_Real_App_With_An_Arbitrary/ │ │ ├── README.md │ │ ├── [EXAMPLE]arbitrary_file.desktop │ │ ├── [EXAMPLE]original_desktop_file.desktop │ │ └── payload.txt │ ├── ExploitingAnExecutableFile/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.sh │ ├── Follow_Someone_On_Instagram/ │ │ ├── README.md │ │ └── payload.txt │ ├── Install_And_Run_Any_Arbitrary_Executable-No_Internet_And_Root_Needed/ │ │ ├── README.md │ │ ├── assets/ │ │ │ ├── README.md │ │ │ ├── convert_to_hex.py │ │ │ ├── example.hex │ │ │ └── example.py │ │ └── payload.txt │ ├── Install_Any_Arbitrary_VSCode_Extension/ │ │ ├── README.md │ │ └── payload.txt │ ├── Install_Official_VSCode_Extension/ │ │ ├── README.md │ │ └── payload.txt │ ├── Kill-Explorer/ │ │ ├── Kill-Explorer.txt │ │ └── README.md │ ├── Make_Windows_performant_but_ugly_and_boring/ │ │ ├── README.md │ │ └── payload.txt │ ├── Persistent_Keylogger-Telegram_Based/ │ │ ├── README.md │ │ ├── connection.py │ │ └── payload.txt │ ├── Persistent_Reverse_Shell-Telegram_Based/ │ │ ├── README.md │ │ ├── connection.py │ │ └── payload.txt │ ├── Play_A_Song_On_An_iPhone/ │ │ ├── README.md │ │ └── payload.txt │ ├── Replace_Links_In_GithubDesktop/ │ │ ├── README.md │ │ └── payload.txt │ ├── SendEmailThroughThunderbird/ │ │ ├── README.md │ │ └── payload.txt │ ├── Send_Messages_In_Discord_Channel-Server/ │ │ ├── README.md │ │ └── payload.txt │ ├── SetArbitraryVPN_Linux/ │ │ ├── README.md │ │ └── payload.txt │ ├── Set_An_Arbitrary_And_Persistent_Tor_Circuit/ │ │ ├── README.md │ │ └── payload.txt │ ├── Set_An_Arbitrary_DNS-IPv4_version/ │ │ ├── README.md │ │ └── payload.txt │ ├── Set_Tor_Bridge_In_Windows/ │ │ ├── README.md │ │ └── payload.txt │ ├── Simple_PSH_Wallpaper_Changer/ │ │ └── Payload.txt │ ├── Starting_a_PowerShell_with_administrator_permissions_in_Windows/ │ │ ├── README.md │ │ └── payload.txt │ ├── Stop_A_Single_Process_In_Windows/ │ │ ├── README.md │ │ └── payload.txt │ ├── Telegram_Persistent_Connection_Linux/ │ │ ├── README.md │ │ ├── connection.py │ │ └── payload.txt │ ├── UninstallSignal/ │ │ ├── README.md │ │ └── payload.txt │ ├── Uninstall_A_Specific_App_On_Windows_Through_Control_Panel/ │ │ ├── README.md │ │ └── payload.txt │ ├── Win_HID_InvisableDesktopFolder/ │ │ ├── payload.txt │ │ └── readme.md │ ├── Windows-Duck-In-The-Middle/ │ │ ├── README.md │ │ └── payload.txt │ └── termBomb/ │ └── payload.txt ├── exfiltration/ │ ├── Bash-History/ │ │ └── payload.txt │ ├── Bookmark-Hog/ │ │ ├── BH.ps1 │ │ ├── README.md │ │ └── payload.txt │ ├── ClipBoard-Creep/ │ │ ├── README.md │ │ └── payload.txt │ ├── Copy-And-Waste/ │ │ ├── I.bat │ │ ├── README.md │ │ ├── c.ps1 │ │ └── payload.txt │ ├── Create_And_Exfiltrate_A_Webhook_Of_Discord/ │ │ ├── README.md │ │ └── payload.txt │ ├── DUCKY-WIFI_GRABER/ │ │ └── payload.txt │ ├── Discord_Windows_Wifi_IP-Info/ │ │ └── payload.txt │ ├── Dropbox-Bandit/ │ │ ├── ex-readable-src.ps1 │ │ ├── ex.ps1 │ │ ├── payload.txt │ │ ├── payload_duckyscript_old.txt │ │ └── readme.md │ ├── Ducky_Crab/ │ │ └── payload.txt │ ├── Dump_Windows_Memory_Through_ProcDump/ │ │ ├── README.md │ │ └── payload.txt │ ├── Exfiltrate Computer Screenshots/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.py │ ├── ExfiltrateCloudCreds/ │ │ ├── README.md │ │ └── payload.txt │ ├── ExfiltrateLinuxContentWithDropbox/ │ │ ├── README.md │ │ └── payload.txt │ ├── ExfiltrateLinuxLogFiles/ │ │ ├── README.md │ │ └── payload.txt │ ├── ExfiltrateNetworkConfiguration_Linux/ │ │ ├── README.md │ │ └── payload.txt │ ├── ExfiltrateNetworkTraffic_Linux/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.sh │ ├── ExfiltratePhotosThroughShell/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.sh │ ├── ExfiltrateProcessInfo_Linux/ │ │ ├── README.md │ │ └── payload.txt │ ├── ExfiltrateProcessInfo_Windows/ │ │ ├── ExfiltrateProcessInfo.ps1 │ │ ├── README.md │ │ └── payload.txt │ ├── ExfiltrateSSHKeys/ │ │ ├── README.md │ │ └── payload.txt │ ├── Exfiltrate_Windows_Product_Key/ │ │ ├── README.md │ │ └── payload.txt │ ├── Exfiltrate_file_through_GUI_mac/ │ │ ├── README.md │ │ └── payload.txt │ ├── Exfiltrates_the_entire_database_of_the_Notion_client/ │ │ ├── README.md │ │ └── payload.txt │ ├── Export_Cookies_From_Firefox/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.ps1 │ ├── Export_all_saved_certificates_with_Adobe_Reader/ │ │ ├── README.md │ │ └── payload.txt │ ├── Exports_all_the_links_of_the_downloads/ │ │ ├── README.md │ │ └── payload.txt │ ├── Gather_Network_Info/ │ │ └── payload.txt │ ├── Google-Exfil/ │ │ ├── README.md │ │ ├── payload.ps1 │ │ └── payload.txt │ ├── HashDumpDucky/ │ │ ├── README.md │ │ └── payload.txt │ ├── History-Grabber/ │ │ └── payload.txt │ ├── IP-Out/ │ │ ├── README.md │ │ └── payload.txt │ ├── Lazagne-Exfil/ │ │ ├── README.md │ │ ├── payload.ps1 │ │ └── payload.txt │ ├── Lin_ICMP-Data-Exfiltration/ │ │ ├── README.md │ │ ├── payload.sh │ │ └── payload.txt │ ├── Mail-Grabber/ │ │ └── payload.txt │ ├── Poor_Mans_Nmap/ │ │ └── payload.txt │ ├── Powershell-History/ │ │ ├── PH.ps1 │ │ ├── README.md │ │ └── payload.txt │ ├── Printer-Recon/ │ │ ├── PR.ps1 │ │ ├── README.md │ │ └── payload.txt │ ├── Priv-Paths/ │ │ ├── README.md │ │ └── payload.txt │ ├── Proton-Hog/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── s.ps1 │ ├── ProtonVPN-config/ │ │ ├── ProtonVPN-config.ps1 │ │ ├── README.md │ │ └── payload.txt │ ├── Public-IP-Grabber/ │ │ └── payload.txt │ ├── Pwn-Drive/ │ │ ├── README.md │ │ ├── c.ps1 │ │ └── payload.txt │ ├── Screen-Shock/ │ │ ├── I.bat │ │ ├── README.md │ │ ├── c.ps1 │ │ ├── payload.txt │ │ └── placeholder │ ├── Spotify-Spy/ │ │ ├── README.md │ │ ├── SS.ps1 │ │ └── payload.txt │ ├── System-Stealer/ │ │ └── payload.txt │ ├── Tree_structure_of_the_operating_system/ │ │ ├── README.md │ │ └── payload.txt │ ├── WIFIPASS-to-Dropbox/ │ │ └── payload.txt │ ├── WiFi-Passwords-Exfiltration-Via-SCP/ │ │ ├── Payload.txt │ │ └── README.md │ ├── WifiCredSidechannelExfil/ │ │ └── payload.txt │ ├── WifiPassGrabberPOST/ │ │ └── payload.txt │ ├── WifiProfileExtractor/ │ │ └── payload.txt │ ├── Win_Hid_ImgOverKey/ │ │ ├── payload.txt │ │ └── readme.md │ ├── Win_PoSH_MorseCode/ │ │ ├── MorseCodeFileExfiltration.ps1 │ │ ├── b.txt │ │ ├── payload.txt │ │ └── readme.md │ ├── Windows-Privilege-Excalibur/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.ps1 │ ├── Windows-Product-Key-Grabber/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.ps1 │ ├── Windows-Screenshot-Exfil/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.ps1 │ ├── Windows-netstat/ │ │ ├── README.md │ │ ├── Windows-netstat.ps1 │ │ └── payload.txt │ ├── chrome-exfil/ │ │ ├── README.md │ │ └── payload.txt │ ├── iMessage-Data-Grabber/ │ │ └── payload.txt │ ├── ntlm_exfiltration/ │ │ ├── README.md │ │ └── payload.txt │ ├── rickroll_terminal_payload/ │ │ └── payload.txt │ └── screenshot_exfil/ │ └── payload.txt ├── general/ │ ├── -RD-PineApple/ │ │ ├── PineApple-KeyInjection.txt │ │ ├── PineApple.ps1 │ │ ├── README.md │ │ └── payload.txt │ ├── -RD-Subscribe/ │ │ ├── README.md │ │ ├── Subscribe.ps1 │ │ ├── Subscribe.txt │ │ └── payload.txt │ ├── 1_Script_to_Rule_Them_All/ │ │ ├── ReadMe.md │ │ └── payload.txt │ ├── 3_Payload_Menu/ │ │ └── payload.txt │ ├── Ascii/ │ │ ├── Win_HID_ALT-Code-Art/ │ │ │ ├── payload.txt │ │ │ └── readme.md │ │ └── Win_HID_MonaLisa/ │ │ ├── MonaLisa.txt │ │ └── readme.md │ ├── Canary_Duck/ │ │ └── payload.txt │ ├── ChromebookProvisioning/ │ │ └── payload.txt │ ├── Defeat_Defender/ │ │ ├── ReadMe.md │ │ └── payload.txt │ ├── Disable-Windows-Defender-Permanently/ │ │ └── payload.txt │ ├── Disable_Windows_Defender/ │ │ └── payload.txt │ ├── DuckyCave-Game/ │ │ └── payload.txt │ ├── EngagementDucky/ │ │ ├── payload.txt │ │ └── readme.md │ ├── Hotfix_Warning/ │ │ └── payload.txt │ ├── Multi_HID_The-Penny-Drops/ │ │ ├── Payload.txt │ │ └── readme.md │ ├── OneDuckToQuackThemAll/ │ │ ├── Docs/ │ │ │ └── gpl.txt │ │ ├── Payload.txt │ │ └── readme.md │ ├── Open4Gmail/ │ │ └── payload.txt │ ├── Piano_Player/ │ │ ├── README.md │ │ ├── examples/ │ │ │ ├── game_of_thrones_notes.txt │ │ │ ├── game_of_thrones_payload.txt │ │ │ ├── super_mario_notes.txt │ │ │ └── super_mario_payload.txt │ │ └── piano_player.py │ ├── The-Perfect-Stealthy-Payload/ │ │ ├── README.md │ │ └── payload.txt │ ├── Water-UnMark/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── placeholder │ ├── duckin8or/ │ │ └── payload.txt │ └── onemillioncheckboxes_checker/ │ └── payload.txt ├── incident_response/ │ ├── -RD-ET-Phone-Home/ │ │ ├── ET-Phone-Home.ps1 │ │ ├── README.md │ │ └── payload.txt │ ├── Auto-Check_Cisco_IOS_XE_Backdoor_based_on_CVE-2023-20198_and_CVE-2023-20273/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.sh │ ├── Defend_yourself_against_CVE-2023-36884_Office_and_Windows_HTML_R/ │ │ ├── README.md │ │ └── payload.txt │ ├── Defend_yourself_from_CVE-2023-23397/ │ │ ├── README.md │ │ └── payload.txt │ ├── Exploit_Citrix_NetScaler_ADC_and_Gateway_through_CVE-2023-4966/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.sh │ ├── GoodUSB/ │ │ └── payload.txt │ └── placeholder ├── mobile/ │ ├── Android/ │ │ ├── Android_HID_BruteForceCode/ │ │ │ ├── BruteForce4.txt │ │ │ ├── BruteForce4Backspace.txt │ │ │ └── readme.md │ │ ├── Android_HID_Forward-Email/ │ │ │ ├── Payload_Gmail.txt │ │ │ ├── Payload_Samsung.txt │ │ │ └── readme.md │ │ ├── Browse-to-URL-Example/ │ │ │ └── payload.txt │ │ └── WhatsappMessageSender/ │ │ └── payload.txt │ ├── iOS/ │ │ ├── Open_Link/ │ │ │ ├── README.md │ │ │ └── payload.txt │ │ ├── RickRoll_Apple/ │ │ │ ├── ReadMe.md │ │ │ └── payload.txt │ │ └── placeholder │ └── placeholder ├── prank/ │ ├── -RD-ADV-RickRoll/ │ │ ├── ADV-RickRoll.txt │ │ └── ReadMe.md │ ├── -RD-AcidBurn/ │ │ ├── AcidBurn.ps1 │ │ ├── README.md │ │ └── payload.txt │ ├── -RD-JumpScare/ │ │ ├── JumpScare.ps1 │ │ ├── README.md │ │ └── payload.txt │ ├── -RD-JumpScare-2.0/ │ │ ├── JumpScare2.0.txt │ │ └── ReadMe.md │ ├── -RD-PS-Draw/ │ │ ├── Images/ │ │ │ └── images │ │ ├── PS-Custom-Draw.ps1 │ │ ├── PS-Draw.ps1 │ │ ├── README.md │ │ └── payload.txt │ ├── -RD-Rage-PopUps/ │ │ ├── README.md │ │ ├── Rage-PopUps.ps1 │ │ └── payload.txt │ ├── -RD-Wallpaper-Troll/ │ │ ├── README.md │ │ ├── Wallpaper-Troll.ps1 │ │ └── payload.txt │ ├── -RD-We-Found-You/ │ │ ├── README.md │ │ ├── found-you.ps1 │ │ └── payload.txt │ ├── -RD-YT-Tripwire/ │ │ ├── ReadMe.md │ │ └── YouTube-TripWire.txt │ ├── AUTOinCORRECT/ │ │ └── payload.txt │ ├── A_Cagey_Takeover/ │ │ └── payload.txt │ ├── Alien Message From Computer/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.py │ ├── AllOperatingSystemRickroll/ │ │ └── all │ ├── Always-Minimize/ │ │ ├── README.md │ │ └── payload.txt │ ├── Automailer/ │ │ └── payload.txt │ ├── Change Wallpaper With Screenshot/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.py │ ├── ChangeDesktopWallpaper_LinuxKDE/ │ │ ├── README.md │ │ └── payload.txt │ ├── Change_The_App_That_Will_Be_Runned/ │ │ ├── README.md │ │ └── payload.txt │ ├── Continuos Print In Terminal/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.py │ ├── Deshellerator/ │ │ └── payload.txt │ ├── Digital_Rain/ │ │ └── payload.txt │ ├── EternalLock/ │ │ └── payload.txt │ ├── Full-ScreenBannerJoke/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.py │ ├── HTML_Fork-Bomb/ │ │ ├── payload-ie.txt │ │ └── payload.txt │ ├── Hacker_Typer/ │ │ └── payload.txt │ ├── Horsd/ │ │ ├── README.md │ │ ├── horsd.ps1 │ │ └── payload.txt │ ├── MacOS-Remap-Dvorak/ │ │ └── payload.txt │ ├── MacTalk/ │ │ └── mactalk.txt │ ├── MaxVolumeRickroll_Windows/ │ │ ├── README.md │ │ └── payload.txt │ ├── Multi_HID_HeyGotAnyGrapes/ │ │ ├── payload.txt │ │ └── readme.md │ ├── NoMoreIcons/ │ │ └── payload.txt │ ├── PUBLIC-SERVICE-ANNOUNCEMENT/ │ │ ├── PSA.txt │ │ └── a_friendly_psa.txt │ ├── Physical_Rick_Roll/ │ │ └── payload.txt │ ├── PlayASongThroughSpotify_Windows/ │ │ ├── README.md │ │ └── payload.txt │ ├── Prank_In_The_Middle_Thunderbird/ │ │ ├── README.md │ │ └── payload.txt │ ├── ProcessTerminator/ │ │ └── payload.txt │ ├── QuacKed_Again/ │ │ └── payload.txt │ ├── Quack_Rolled/ │ │ └── payload.txt │ ├── RanFunWare/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── r.ps1 │ ├── Resolution_Prank/ │ │ ├── README.md │ │ └── payload.txt │ ├── RickRoll_ASCII/ │ │ ├── ReadMe.md │ │ └── payload.txt │ ├── RickUpdater/ │ │ ├── README.md │ │ └── payload.txt │ ├── Rick_Rolling_Forever/ │ │ └── payload.txt │ ├── Rickroll+BSOD/ │ │ └── payload.dd │ ├── Same_File_Name_Prank/ │ │ ├── README.md │ │ └── payload.txt │ ├── SendMessagesInTeams/ │ │ ├── README.md │ │ └── payload.txt │ ├── SendSignalMessages/ │ │ └── payload.txt │ ├── SendTelegramMessages_Linux/ │ │ ├── README.md │ │ └── payload.txt │ ├── Set_VSCode_theme_light/ │ │ ├── README.md │ │ └── payload.txt │ ├── SoundChangeDuck/ │ │ ├── README.md │ │ └── payload.txt │ ├── Talking_Duck/ │ │ └── payload.txt │ ├── TerminalRickRoll/ │ │ ├── QuackTUX.txt │ │ ├── QuackTUXmean.txt │ │ └── README.md │ ├── The_Matrix-Wake_Up/ │ │ ├── ReadMe.md │ │ └── payload.txt │ ├── The_Mouse_Moves_By_Itself/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.py │ ├── This_damn_shell_doesn_t_work___so_sad!/ │ │ ├── README.md │ │ └── payload.txt │ ├── Try_To_Catch_Me/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── script.py │ ├── USBScream/ │ │ └── Payload.txt │ ├── Win_PoSH_DesktopDuck/ │ │ ├── DesktopDuck.ps1 │ │ ├── payload.txt │ │ └── readme.md │ ├── WindowS_PoP_uP/ │ │ └── WindowS_PoP_uP │ ├── YouHaveBeenQuacked2.0/ │ │ └── payload.txt │ ├── cApS-Troll/ │ │ ├── README.md │ │ ├── a.ps1 │ │ └── payload.txt │ ├── lol_killer/ │ │ └── payload.txt │ ├── macOS_rickroll/ │ │ └── payload.txt │ ├── mr-robot_eXit/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── prank_files/ │ │ ├── assets/ │ │ │ ├── css/ │ │ │ │ ├── banner.css │ │ │ │ ├── global.css │ │ │ │ ├── issue.css │ │ │ │ ├── off.css │ │ │ │ └── prompt.css │ │ │ └── js/ │ │ │ ├── constants.js │ │ │ ├── functions/ │ │ │ │ ├── off.js │ │ │ │ ├── sleep.js │ │ │ │ └── stage.js │ │ │ ├── main.js │ │ │ └── variables.js │ │ └── index.html │ ├── placeholder │ ├── ratlocker/ │ │ ├── README.md │ │ ├── payload.txt │ │ └── rat3ncrypt3r.bat │ ├── rickroll/ │ │ └── payload.txt │ ├── silent_rickroll/ │ │ ├── README.md │ │ └── payload.txt │ ├── the_f_bomb/ │ │ └── payload.txt │ └── windows_repair/ │ └── payload.txt ├── recon/ │ ├── Drop_Zip_Execute/ │ │ └── payload.txt │ ├── Tree_of_Knowledge/ │ │ ├── -RD-ADV-Recon/ │ │ │ ├── ADV-Recon.ps1 │ │ │ ├── README.md │ │ │ └── payload.txt │ │ ├── payload.txt │ │ ├── readme.md │ │ └── show.bat │ └── x-frame-options_scanner/ │ ├── README.md │ ├── payload.txt │ └── recon_files/ │ ├── assets/ │ │ ├── css/ │ │ │ └── style.css │ │ └── js/ │ │ ├── constants.js │ │ ├── functions/ │ │ │ ├── recon.js │ │ │ ├── sleep.js │ │ │ └── targets.js │ │ └── main.js │ └── index.html └── remote_access/ ├── EnableSSH-Android/ │ └── payload.txt ├── Hidden_access/ │ └── payload.txt ├── NSHELL/ │ └── Payload.txt.txt ├── Netcat-Reverseshell-On-Log-In/ │ └── payload.txt ├── PingZhellDucky/ │ ├── PingZhellDucky.pl │ ├── README.md │ └── payload.txt ├── RegDoor/ │ └── payload.txt ├── ReverseDucky/ │ └── ReverseDucky.txt ├── ReverseDuckyII/ │ └── ReverseDuckyII.txt ├── ReverseDuckyIII/ │ └── payload.txt ├── ReverseDuckyPolymorph/ │ ├── README.md │ └── payload.txt ├── ReverseDuckyUltimate/ │ ├── README.md │ └── payload.txt ├── VillainShellviaNGROKTunnel/ │ ├── README.MD │ └── payload.txt ├── duckNet/ │ ├── Encoder/ │ │ ├── .classpath │ │ ├── .project │ │ ├── .settings/ │ │ │ └── org.eclipse.jdt.core.prefs │ │ ├── README │ │ ├── encoder.jar │ │ ├── resources/ │ │ │ ├── be.properties │ │ │ ├── br.properties │ │ │ ├── ca.properties │ │ │ ├── ch.properties │ │ │ ├── de.properties │ │ │ ├── dk.properties │ │ │ ├── es.properties │ │ │ ├── fi.properties │ │ │ ├── fr.properties │ │ │ ├── gb.properties │ │ │ ├── hr.properties │ │ │ ├── it.properties │ │ │ ├── keyboard.properties │ │ │ ├── no.properties │ │ │ ├── pt.properties │ │ │ ├── ru.properties │ │ │ ├── si.properties │ │ │ ├── sv.properties │ │ │ ├── tr.properties │ │ │ └── us.properties │ │ └── src/ │ │ ├── Encoder.java │ │ └── Encoder_GUI.java │ ├── README.md │ ├── duckNetManager │ ├── install.sh │ └── payload ├── persistentReverseDucky/ │ ├── README.md │ └── payload.txt ├── win_smb-backdoor/ │ ├── README.md │ └── payload.txt └── win_winrm-backdoor/ ├── README.md └── payload.txt