Coder Social home page Coder Social logo

devilbot000 / powershell-token-grabber Goto Github PK

View Code? Open in Web Editor NEW

This project forked from somali-devs/kematian-stealer

0.0 0.0 0.0 487 KB

๐Ÿ”“ Open source Powershell Stealer, all logs will be sent using discord webhooks.

Home Page: https://github.com/Chainski/Powershell-Token-Grabber

License: MIT License

JavaScript 25.63% Python 14.15% PowerShell 59.51% Batchfile 0.70%

powershell-token-grabber's Introduction



PowerShell Token Grabber

This tool is made for data exfiltration. All information collected is sent using Discord webhooks.

Usage

  • Create a Webhook on your Discord Server. I recommend creating a new server.
  • After creating a server go to Edit channel > Integrations > Webhooks > Create Webhook
  • Copy the Webhook URL
  • Download main.ps1
  • Open main.ps1 and replace YOUR_WEBHOOK_HERE in line 20 with your webhook or use the builder.

Want to obfuscate the code ?

Use Invoke-Obfuscation.
Or use Somalifuscator for .bat files

Screenshots

๐Ÿ”จ Builder

GUI

Builder Features

  • ๐Ÿ”ธ Obfuscation of BAT and PS1 files
  • ๐Ÿ’‰ Pump/Inject the output exe file with zero-filled bytes

๐Ÿ”ท Webhook Data

screenshot

data

Features

  • GUI Builder
  • Mutex (single instance)
  • Force UAC
  • Anti-Analysis VMWare, VirtualBox, Sandboxes, Emulators, Debuggers, Virustotal, Any.run
  • Persistence via Task Scheduler
  • Extracts WiFi Passwords
  • Files 2fa, backupcodes, seedphrases, passwords, etc.
  • ๐Ÿ“ท Webcam & Desktop Screenshots
  • Session Stealers

    Messaging

    Gaming

  • VPN Clients
  • Crypto Wallets

    Armory | Atomic | Bitcoin | Bytecoin | Coinomi | Dash | Electrum | Ethereum | Exodus | Guarda | Jaxx | Litecoin | Monero | Zcash

  • Browsers (Brave, Chrome, Firefox, Microsoft Edge, Thunderbird etc.)
    • ๐Ÿ”‘ Passwords
    • ๐Ÿช Cookies
    • ๐Ÿ“œ History
  • Extracts Discord Token
  • Get System Information (Version, CPU, DISK, GPU, RAM, IP, Installed Apps etc.)
  • Get System Uptime
  • Get Screen Resolution
  • List of Installed Applications
  • List of Installed Antiviruses
  • List of all Network Adapters
  • List of Apps that Run On Startup
  • List of Running Services & Applications
  • List TCP Connections and Underlying Process
  • Extracts Product Key
  • Self-Destructs After Execution (optional)

Telegram Session Stealer Usage :

After the exfiltrated data is uploaded to your discord webhook, download the compressed file KDOT.zip, extract it on your PC, inside that folder there will also be another subfolder Messaging Sessions , inside this subfolder you will find the Telegram folder. Now, copy the tdata folder from Telegram folder and paste it in the directory below:

%userprofile%\AppData\Roaming\Telegram Desktop

Before pasting the tdata folder, ensure that you have deleted the existing tdata folder on your PC.

image

NOTE

The other session stealers can be utilized by applying the technique above

๐Ÿ—‘ Uninstaller (Removes the Scheduled Task, Script Folder and ExclusionPaths)

  • Open a new Elevated Powershell Console and Paste the Contents below
$ErrorActionPreference = "SilentlyContinue"
function Cleanup {
  Unregister-ScheduledTask -TaskName "KDOT" -Confirm:$False
  Remove-Item -Path "$env:appdata\KDOT" -force -recurse
  Remove-MpPreference -ExclusionPath "$env:APPDATA\KDOT"
  Remove-MpPreference -ExclusionPath "$env:LOCALAPPDATA\Temp"
  Write-Host "[~] Successfully Uninstalled !" -ForegroundColor Green
}
Cleanup

Need Help?

Bug Reports & Suggestions

Found a bug? Have an idea? Let me know here, Please provide a detailed explanation of the expected behavior, actual behavior, and steps to reproduce, or what you want to see and how it could be done. You can be a small part of this project!

License

This project is licensed under the MIT License - see the LICENSE file for details

Disclaimer

I, the creator, am not responsible for any actions, and or damages, caused by this software. You bear the full responsibility of your actions and acknowledge that this tool was created for educational purposes only. This tool's main purpose is NOT to be used maliciously, or on any system that you do not own, or have the right to use. By using this software, you automatically agree to the above.

References

YARA Rule Info
Name : SUSP_PS1_PowerShell_Recon_Mar23_1
RULE Hash : eda1df8e3375891644fe9cac90852b0d
Description : Detects suspicious PowerShell code that performs reconnaissance tasks
Rule Link : https://valhalla.nextron-systems.com/info/rule/SUSP_PS1_PowerShell_Recon_Mar23_1
Rule Author : Florian Roth

Credits

Back to Top

powershell-token-grabber's People

Contributors

chainski avatar kdot227 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.