Refreshing commands (watch)
- No Comments
- maj, 26, 2018
- siwy
- Useful commands
watch -n 5 cat /proc/test
Read MoreCRON – example
- No Comments
- maj, 11, 2018
- siwy
- Useful commands
minute 0-59 hour 0-23 day of month 1-31 month 1-12 (or names) day of week 0-7 (0 or 7 is Sunday or use names) Every 5 min */5 * * * * root /p/a/t/h/aaaa.sh Every hour, from 9:00 to 18:00 00 09-18 * * * root /p/a/t/h/aaaa.sh Every day, at 9:00 and 18:00 00 09,18 […]
Read Morenetstat – listening ports
- No Comments
- maj, 11, 2018
- siwy
- Useful commands
netstat -tlp netstat -tlpn
Read Morenmap – port scanning
- No Comments
- maj, 11, 2018
- siwy
- Useful commands
nmap -sV –script ssl-enum-ciphers www.bujakiewiczpawel.pl
Read More