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
2e5929de43
commit
2045c51fd8
1 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,13 @@
|
|||
* `showmount -e <ip> ` This lists the nfs shares
|
||||
* `mount -t nfs <ip>:/<share_name> <directory_where_to_mount>` Mounting that share
|
||||
|
||||
### Cronjobs
|
||||
|
||||
* cronjobs for specific users are stored in `/var/spool/cron/cronjobs/`
|
||||
* `crontab -u <user> -e ` Check cronjobs for a specific user
|
||||
* `crontab -l` cronjob for the current user
|
||||
* `cat /etc/crontab` system wide cronjobs
|
||||
|
||||
### Finding Binaries
|
||||
|
||||
* find . - perm /4000 (user id uid)
|
||||
|
|
Loading…
Reference in a new issue