Update README.md

This commit is contained in:
Joe Totes
2022-08-22 19:37:37 -04:00
committed by GitHub
parent 27f0d2e9a3
commit 8d8b207045

View File

@@ -110,6 +110,22 @@ ftp {IP ADDRESS}
<br /> <br />
```bash
# ssh
# About: terminal remote login
# Download: Pre-installed on Kali Linux
# Usage
ssh {USER}@{IP ADDRESS}
# With Private Key
ssh {USER}@{IP ADDRESS} -i {PKEY.ssh}
# Crackmap brute force
crackmapexec ssh {IP ADDRESS} -u {USER.txt} -p {PASSWORD.txt}
```
## DNS [53] ## DNS [53]
<br /> <br />