mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-21 19:43:03 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
4d2369278e
commit
ca3ea22b6c
1 changed files with 6 additions and 0 deletions
|
@ -678,6 +678,12 @@ Or you can add in system wide contab (nano /etc/crontab)
|
|||
* quser
|
||||
* logoff id|user_name
|
||||
|
||||
# LDAP
|
||||
|
||||
```
|
||||
ldapsearch -x -LLL -h localhost -D 'cn=USER,ou=users,dc=domain,dc=com' -w PASSWORD -b "dc=domain,dc
|
||||
=com"
|
||||
```
|
||||
|
||||
# Covering Track
|
||||
11.11. Covering our Tracks
|
||||
|
|
Loading…
Reference in a new issue