Commander

Copy-ready command templates for common penetration testing tools. Select a tool, fill in the parameters, copy, paste, profit.

Fast, versatile file sync and transfer tool supporting SSH tunneling

transfersyncsshlinuxbackup

Sync Remote to Local

Sync a remote directory to local over SSH.

rsync -avz @:

Sync Local to Remote

Sync a local directory to a remote host over SSH.

rsync -avz @:

Dry Run

Preview what would be transferred without making any changes.

rsync -avzn @: