From 0bc041f52e1bfb334e9e93600e9eba19ed483208 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:37:56 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 62f9210..a590bb4 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,10 @@ ssh {USER}@{IP ADDRESS} -i {PKEY.ssh} # Remote file copy scp {USER}@{IP ADDRESS}:{FILE.ext} . +scp /path/to/source/file.ext username@{RHOST}:/path/to/destination + +# Directory +scp -r /path/to/source/dir username@{RHOST}:/path/to/destination # Hydra brute force hydra -l {USER} -P /usr/share/wordlists/rockyou.txt ssh://{IP ADDRESS}