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
146f7cfcb3
commit
1a0d5dfa38
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ chattr + i filename `making file immutable`<br/>
|
|||
chattr -i filename `making file mutable`<br/>
|
||||
lschattr filename `Checking file attributes`
|
||||
|
||||
### Uploading Files
|
||||
|
||||
scp file/you/want <user@ip>:/path/to/store
|
||||
python -m SimpleHTTPServer [port] `By default will listen on 8000`
|
||||
python3 -http.server [port] `By default will listen on 8000`
|
||||
|
||||
# Windows
|
||||
|
||||
### Adding User
|
||||
|
|
Loading…
Reference in a new issue