mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-10 06:34:17 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
cff7145f92
commit
8640e63aae
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ To bruteforce passwords
|
|||
|
||||
### Change SSH port
|
||||
`nano /etc/ssh/sshd_config` (change PORT 22 to any port you want also you can tinker with configuration file)
|
||||
|
||||
`service sshd restart` (Restart SSH service to apply changes)
|
||||
### Hide yourself from "w" or "who"
|
||||
`ssh user@ip -T` This -T will have some limiations , that you cannot run bash and some other commands but is helpful.
|
||||
|
||||
|
|
Loading…
Reference in a new issue